TrafficEstimatorService.estimateKeywordList returns useful data on a
keyword.

KeywordToolService.getKeywordVariations returns different useful data
(especially advertiserCompetitionScale) BUT you can't request this
data directly on a specific keyword.

To get both sources of data on the same keyword is messy as far as I
can tell. You have to get the variations first, then run an
estimateKeywordList on each one, OR run a bulk estimateKeywordList
then match up the two arrays (KeywordVariations[], KeywordEstimate[]).

So, my questions...
1) Am I missing something? Is there a clean way to do this?

2) Is the reason why it would be bad to do this? (for example, if
KeywordVariation data is much less accurate than KeywordEstimate data)

Thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to