Hello, Just wanted to write a followup to my original post. It has been a
couple days and I am still experiencing the same problem. I have continued
debugging the issue without success. If anyone is having the same problem
or has suggestions for a fix PLEASE let me know.. Thank you!
I turned soap logging on to make sure my requests were going through
properly. Here is the request/response where you can see I am requesting 6
different requestAttributes with my Ideas but only 2 of them are being
returned by the getBulkKeywordIdeas() method. Notice the keyword idea
itself is not even being returned! Only the
AVERAGE_TARGETED_MONTHLY_SEARCHES and EXTRACTED_FROM_WEBPAGE
requestAttributes are being returned.
*request:*
<SOAP-ENV:Body>
<ns1:getBulkKeywordIdeas>
<ns1:selector>
<ns1:searchParameters
xmlns:ns1="https://adwords.google.com/api/adwords/o/v201101"
xsi:type="ns1:RelatedToUrlSearchParameter">
<ns1:urls>http://www.intel.com</ns1:urls>
<ns1:includeSubUrls>false</ns1:includeSubUrls>
</ns1:searchParameters>
<ns1:ideaType>KEYWORD</ns1:ideaType>
<ns1:requestType>IDEAS</ns1:requestType>
<ns1:requestedAttributeTypes>*CRITERION*
</ns1:requestedAttributeTypes>
<ns1:requestedAttributeTypes>*GLOBAL_MONTHLY_SEARCHES*
</ns1:requestedAttributeTypes>
<ns1:requestedAttributeTypes>*TARGETED_MONTHLY_SEARCHES*
</ns1:requestedAttributeTypes>
<ns1:requestedAttributeTypes>*AVERAGE_TARGETED_MONTHLY_SEARCHES*
</ns1:requestedAttributeTypes>
<ns1:requestedAttributeTypes>*COMPETITION*
</ns1:requestedAttributeTypes>
<ns1:requestedAttributeTypes>*EXTRACTED_FROM_WEBPAGE*
</ns1:requestedAttributeTypes>
<ns1:paging>
<ns2:startIndex>0</ns2:startIndex>
<ns2:numberResults>500</ns2:numberResults>
</ns1:paging>
</ns1:selector>
</ns1:getBulkKeywordIdeas>
</SOAP-ENV:Body>
*response:*
<soap:Body>
<getBulkKeywordIdeasResponse
xmlns="https://adwords.google.com/api/adwords/o/v201101"
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201101">
<rval>
<totalNumEntries>100</totalNumEntries>
<entries>
<data>
<key>EXTRACTED_FROM_WEBPAGE</key>
<value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="WebpageDescriptorAttribute">
<Attribute.Type>WebpageDescriptorAttribute</Attribute.Type>
<value>
<url>http://www.intel.com/products/desktop/processors/</url>
<title>Desktop Processors</title>
</value>
</value>
</data>
<data>
<key>AVERAGE_TARGETED_MONTHLY_SEARCHES</key>
<value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="LongAttribute">
<Attribute.Type>LongAttribute</Attribute.Type>
<value>18100</value>
</value>
</data>
</entries>
.
more <entries> here, all with same return fields
.
</rval>
</getBulkKeywordIdeasResponse>
</soap:Body>
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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