This question is quite similar to: https://groups.google.com/forum/#!topic/adwords-api/6MJ-Z9ouS7g which also asks about reduced results from the TargetingIdeaService in v20140. However, the answer on that question doesn't seem to actually answer the question "Why is the TargetingIdeaService not showing results for some queries?"
In a reduced form, here is an example of the queries we are sending to the TargetingIdeaService: <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SOAP-ENV:Header> <RequestHeader xmlns="https://adwords.google.com/api/adwords/o/v201402"> <clientCustomerId xmlns="https://adwords.google.com/api/adwords/cm/v201402">XXXXXXX</clientCustomerId> <developerToken xmlns="https://adwords.google.com/api/adwords/cm/v201402">REDACTED</developerToken> <userAgent xmlns="https://adwords.google.com/api/adwords/cm/v201402">XXXXXXX</userAgent> <validateOnly xmlns="https://adwords.google.com/api/adwords/cm/v201402">false</validateOnly> <partialFailure xmlns="https://adwords.google.com/api/adwords/cm/v201402">false</partialFailure> </RequestHeader> </SOAP-ENV:Header> <SOAP-ENV:Body> <get xmlns="https://adwords.google.com/api/adwords/o/v201402"> <selector> <searchParameters xsi:type="RelatedToQuerySearchParameter"> <queries>Flights from London to Passo Fundo</queries> <queries>Flights from London to Hubli</queries> </searchParameters> <searchParameters xsi:type="LanguageSearchParameter"> <languages> <id xmlns="https://adwords.google.com/api/adwords/cm/v201402">1000</id> </languages> </searchParameters> <searchParameters xsi:type="LocationSearchParameter"> <locations> <id xmlns="https://adwords.google.com/api/adwords/cm/v201402">2840</id> </locations> </searchParameters> <ideaType>KEYWORD</ideaType> <requestType>STATS</requestType> <requestedAttributeTypes>KEYWORD_TEXT</requestedAttributeTypes> <requestedAttributeTypes>TARGETED_MONTHLY_SEARCHES</requestedAttributeTypes> <paging> <startIndex xmlns="https://adwords.google.com/api/adwords/cm/v201402">0</startIndex> <numberResults xmlns="https://adwords.google.com/api/adwords/cm/v201402">800</numberResults> </paging> </selector> </get> </SOAP-ENV:Body> </SOAP-ENV:Envelope> In the above request we ask for targeted monthly searches for two queries, but we get zero results: <?xml version="1.0" encoding="UTF-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <ResponseHeader xmlns="https://adwords.google.com/api/adwords/o/v201402" xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201402"> <ns2:requestId>0004fe4fba5927180ae5a3050100214f</ns2:requestId> <ns2:serviceName>TargetingIdeaService</ns2:serviceName> <ns2:methodName>get</ns2:methodName> <ns2:operations>0</ns2:operations> <ns2:responseTime>151</ns2:responseTime> </ResponseHeader> </soap:Header> <soap:Body> <getResponse xmlns="https://adwords.google.com/api/adwords/o/v201402" xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201402"> <rval> <totalNumEntries>0</totalNumEntries> </rval> </getResponse> </soap:Body> </soap:Envelope> Both of the queries are in English, so I am not seeing how applying the LanguageSearchParameter more strictly could be affecting this request. Any thoughts or insights into why this is happening would be really helpful. Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
