when using the TargetingIdeaService, I have the following
SearchParameters
keywords = english
Min. Search Volume = 5
Max. Search Volume = 1000000
Match Type = Broad
Language = English
Country = United Sates
here is a snippet of my code
---------------------------------------------------------------------------------------------
Paging paging = new Paging();
paging.setStartIndex(0);
paging.setNumberResults(0);
selector.setPaging(paging);
TargetingIdeaPage page = targetingIdeaService.get(selector);
return page.getTotalNumEntries();
---------------------------------------------------------------------------------------------
How many keywords would you estimate that contain the keyword
“english” in them…? Tens of thousands? Hunderds of thousands?
with the above SearchParameters, I am getting a 716 for the
TotalNumEntries... I would expect this to be MUCH MUCH higher. can
someone please explain why this number is so low?
Cheers,
Derek Knapp
--
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.