Quick follow up... I'm attaching the soap request and response I'm
getting when I turn on tracing:
-----------------BEGIN API CALL---------------------
Request
-------
POST /api/adwords/o/v200909/TargetingIdeaService
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client
Protocol 4.0.30319.1)
VsDebuggerCausalityData: uIDPo7Vm9j4OZvlCu8ieXAOKtFMAAAAAvXa/
V6+4bEudjsorHXLwnG+dsejzIKJHsmb1siiWeNgACQAA
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Host:
adwords.google.com
Content-Length: 2058
Accept-Encoding: gzip
Connection: Keep-Alive
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="
http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="
http://www.w3.org/2001/XMLSchema">
<soap:Header>
<RequestHeader xmlns="
https://adwords.google.com/api/adwords/o/
v200909">
<applicationToken xmlns="
https://adwords.google.com/api/adwords/cm/
v200909">************</applicationToken>
<authToken xmlns="
https://adwords.google.com/api/adwords/cm/
v200909">********</authToken>
<developerToken xmlns="
https://adwords.google.com/api/adwords/cm/
v200909">************</developerToken>
</RequestHeader>
</soap:Header>
<soap:Body>
<get xmlns="
https://adwords.google.com/api/adwords/o/v200909">
<selector>
<searchParameters xsi:type="RelatedToUrlSearchParameter">
<urls>
www.cnn.com</urls>
</searchParameters>
<searchParameters xsi:type="LanguageTargetSearchParameter">
<languageTargets>
<languageCode xmlns="
https://adwords.google.com/api/adwords/cm/
v200909">en</languageCode>
</languageTargets>
</searchParameters>
<searchParameters xsi:type="CountryTargetSearchParameter">
<countryTargets>
<countryCode xmlns="
https://adwords.google.com/api/adwords/cm/
v200909">US</countryCode>
</countryTargets>
</searchParameters>
<ideaType>KEYWORD</ideaType>
<requestType>IDEAS</requestType>
<requestedAttributeTypes>KEYWORD</requestedAttributeTypes>
<requestedAttributeTypes>AVERAGE_TARGETED_MONTHLY_SEARCHES</
requestedAttributeTypes>
<requestedAttributeTypes>TARGETED_MONTHLY_SEARCHES</
requestedAttributeTypes>
<requestedAttributeTypes>COMPETITION</requestedAttributeTypes>
<paging>
<startIndex xmlns="
https://adwords.google.com/api/adwords/cm/
v200909">0</startIndex>
<numberResults xmlns="
https://adwords.google.com/api/adwords/cm/
v200909">10</numberResults>
</paging>
</selector>
</get>
</soap:Body>
</soap:Envelope>
Response
--------
Content-Encoding:
Transfer-Encoding: chunked
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Cache-Control: private, max-age=0
Content-Type: text/xml; charset=UTF-8
Date: Wed, 29 Sep 2010 17:02:18 GMT
Expires: Wed, 29 Sep 2010 17:02:18 GMT
Server: GSE
<soap:Envelope xmlns:soap="
http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ </
faultstring>
<detail>
<ApiExceptionFault xmlns="
https://adwords.google.com/api/adwords/o/
v200909" xmlns:ns2="
https://adwords.google.com/api/adwords/cm/
v200909">
<ns2:message>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ </
ns2:message>
<ns2:ApplicationException.Type>ApiException</
ns2:ApplicationException.Type>
<ns2:errors xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ns2:InternalApiError">
<ns2:fieldPath></ns2:fieldPath>
<ns2:trigger></ns2:trigger>
<ns2:ApiError.Type>InternalApiError</ns2:ApiError.Type>
<ns2:reason>UNEXPECTED_INTERNAL_API_ERROR</ns2:reason></
ns2:errors>
</ApiExceptionFault>
</detail>
</soap:Fault>
</soap:Body>
</soap:Envelope>
-----------------END API CALL-----------------------