Hi,
I'm trying to use getBulkKeywordIdeas but can't get anything returned
(neither do I get an error).
I tried different sites and including the sub urls with no luck.
Am I doing something wrong?
Thanks in advance,
Juan
The body of the soap request:
<soapenv:Body>
<getBulkKeywordIdeas
xmlns="https://adwords.google.com/api/adwords/o/
v200909">
<selector>
<searchParameters
xsi:type="ns7:RelatedToUrlSearchParameter"
xmlns:ns7="https://adwords.google.com/api/adwords/o/v200909">
<urls>http://www.nba.com</urls>
<includeSubUrls>true</includeSubUrls>
</searchParameters>
<searchParameters
xsi:type="ns8:CountryTargetSearchParameter"
xmlns:ns8="https://adwords.google.com/api/adwords/o/v200909">
<countryTargets>
<ns9:countryCode
xmlns:ns9="https://adwords.google.com/api/
adwords/cm/v200909">US</ns9:countryCode>
</countryTargets>
</searchParameters>
<searchParameters
xsi:type="ns10:LanguageTargetSearchParameter"
xmlns:ns10="https://adwords.google.com/api/adwords/o/v200909">
<languageTargets>
<ns11:languageCode
xmlns:ns11="https://adwords.google.com/api/
adwords/cm/v200909">en</ns11:languageCode>
</languageTargets>
</searchParameters>
<ideaType>KEYWORD</ideaType>
<requestType>IDEAS</requestType>
<requestedAttributeTypes>KEYWORD</requestedAttributeTypes>
<requestedAttributeTypes>NGRAM_GROUP</requestedAttributeTypes>
<requestedAttributeTypes>COMPETITION</requestedAttributeTypes>
<requestedAttributeTypes>GLOBAL_MONTHLY_SEARCHES</
requestedAttributeTypes>
<paging>
<ns12:startIndex
xmlns:ns12="https://adwords.google.com/api/
adwords/cm/v200909">0</ns12:startIndex>
<ns13:numberResults
xmlns:ns13="https://adwords.google.com/api/
adwords/cm/v200909">500</ns13:numberResults>
</paging>
</selector>
</getBulkKeywordIdeas>
</soapenv:Body>
And the response:
<soap:Body>
<getBulkKeywordIdeasResponse
xmlns="https://adwords.google.com/api/
adwords/o/v200909"
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v200909">
<rval>
<totalNumEntries>0</totalNumEntries>
</rval>
</getBulkKeywordIdeasResponse>
</soap:Body>
--
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en.