Keywords not returned in GetRelatedKeywords.php

100 views
Skip to first unread message

v

unread,
May 15, 2011, 5:59:22 PM5/15/11
to adwor...@googlegroups.com
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?

GemBox Software

unread,
May 16, 2011, 4:34:14 AM5/16/11
to v...@krishnadesign.com, adwor...@googlegroups.com
Hi,

if you are requesting new keyword ideas (RequestType.IDEAS) then it is not guaranteed that return keywords ideas will be in such order that seed keywords come first.
If you really want new keywords ideas, then you actually don't know the number of actual results so the best thing to do is to set Paging.numberResults = 800 (max).
If you want only statistics for your two keywords then use RequestType.STATS in TargetingIdeaSelector.

Also, it looks like there is a different behavior between v201008 and v201101. TargetingIdeaService in v201101 doesn't return seed keywords if request type is IDEAS. Here is more info about TargetingIdeaService v201101 doesn't return seed keywords.

--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en



--
AdWords API in C# / VB.NET - GemBox.Ppc component

Reply all
Reply to author
Forward
0 new messages