You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi, Recently I have started seeing that output returned by Targeting Idea Service (<requestType>STATS</requestType>) doesn't match the input count. Previously, the output count and input count always used to be same even if there was not data for some specific keywords. Below is the soap request and response. Can you please advice if there has been a recent change in api that I might have missed? or if there is something else that I need to do.. In the below example if you will see that I am giving keywords which are associated with Canada, however I am passing location as USA. Even then I am very sure that previously it used to return me results with empty values. Input count was always equal to output count.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Prashant,
I don't know of any changes recently in the API's Targeting Idea Service that would cause that to happen. I also gave this a try in v201502, and it's the same behavior. Would you happen to have an old log that shows a case where you were receiving empty results?
Cheers,
Nadine, AdWords API Team
Prashant Nagar
unread,
Oct 14, 2015, 12:24:03 PM10/14/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
No, unfortunately, I do not have logs for older results. Has some other parameter changed? or was it in a release before 201502? I am very sure that I used to get input and output count as same. Any suggestions?
Thanks, Prashant
Nadine Sundquist (AdWords API Team)
unread,
Oct 14, 2015, 12:52:48 PM10/14/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Prashant,
I double-checked the release notes and the migration guides. There were changes to some of the parameters in the last year, but none of the those parameters should have had an effect on the results returning differently. It would really help if you could supply which version of the API you remember it working that way. That way it would be easier for me to try to look through the code base with a time range in mind.
Cheers,
Nadine, AdWords API Team
Prashant Nagar
unread,
Oct 14, 2015, 1:36:52 PM10/14/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Nadine, After trying out some more variations, it seems that Language and Location parameters in selectors is causing the less number of results than input set. I am using TargetingIdeaService since v201309 and passing the language and location parameters since then. (mostly UNITED_STATES and ENGLISH). At present I am on v201502 and trying to move on v201506. I am certain about same number of results being returned till v201409.
Seems like Language and Location filters are now being more restrictive than it used to be. Can you please check if it is true?
Thanks for your help! Prashant
Nadine Sundquist (AdWords API Team)
unread,
Oct 14, 2015, 5:00:55 PM10/14/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Prashant,
From an API perspective, I don't see any indication that something changed around v201409. I gave this a try through the user interface, and the user interface seems to be returning the same data as the API. It may be worth asking the general AdWords forum if the Location and Language have become more restrictive over time.
Regards,
Nadine, AdWords API Team
Prashant Nagar
unread,
Oct 14, 2015, 6:05:27 PM10/14/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi, I have posted the question there as you said. Did you try after removing the Language and Location? I am not sure if I should add the logic to handle the missing results or if there is some sort of parameter that I can pass which will return me all the results back? Interesting though that nobody else has faced this!
Thanks, Prashant
Nadine Sundquist (AdWords API Team)
unread,
Oct 15, 2015, 9:59:48 AM10/15/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hello Prashant,
I did try removing the Language and Location as well. It resulted in getting back results just as you saw. As you noticed, being less restrictive returns results. That's not the case for all words. For example, if I use the word 'flowers', it's fine with having the language specified as English.
I don't know of a parameter for this service that would force always returning the same number of values back.