Can anyone help with this? I found the option "include" for the targetingIdeaService and I added it to the selector intending to include "ONLY" the keywords listed in "include". Also, I have limited the maximum results to the number that I am sending. Let's say that I am sending 100 keywords, and I only want to receive the same 100 back ie: $paging=new Paging(); $paging->startIndex=0; $paging->numberResults=100; Here is the include portion: $ideaTextMatchesSearchParameter=new IdeaTextMatchesSearchParameter(); $ideaTextMatchesSearchParameter->included=$included; # (the list of 100 keywords that I want ONLY returned) However, the "include" parameter does not seem to make any difference. I am sending 100 keywords, and I want to receive only the same 100 back. Instead, it returns 7 of them, the ones that have search volume, and 93 other ones that are different. I don't need those other 93. How do I get it to return only the 7, the same ones out of the group that I have sent? Obviously, there were 93 out of my list that have 0 search volume, so they were not returned. Therefore, I want to receive only the 7 that HAVE search volume, and I do not need the 93 other related keywords. This is especially important because the API is charging me for all 100 keywords in the result, yet I only need 7 of them....
-- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
