I am using V201008 of AdWords API, Targeting Idea Service with GetRelatedKeywords.php in order to return the monthly search volume for a few keywords. When I send my query with 2 keywords such as "dress", and "shirt", and I set: $paging=new Paging();
$paging->startIndex=0; $paging->numberResults=2; then it returns 2 keywords, but not the same ones that I gave it. For instance, it returns "dresses" and "formal dresses". I want for it to return the same ones that I gave it. How do I get it to return "dress" and "shirt", the same keywords that I gave it? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
