The info I'm looking to get from adwords is the search volume using
the broad, exact and phrase KeywordType's. I thought the
KeywordToolService api would be perfect for this. However, I receive
the same results back for each of those KeywordType's.

Example: I submit "rx7" and receive 1220000 for broad, exact and
phrase having to make multiple calls to the api (plus their variations
results which I'm not interested in).

Also, when I add the same keyword using each of the KeywordTypes to a
SeedKeyword array, I only receive one result back for that keyword.
I'd hate to have to make multiple calls to the api for obvious
reasons.

Example:
I send this SeedKeyword array...
text="rx7", type=broad
text="rx7", type=exact
text="rx7", type=phrase
text="gto", type=broad
text="gto", type=exact
text="gto", type=phrase

I receive this...
text="rx7"
text="gto"
(plus the variations but no KeywordType)

Am I doing this right? Are these the results I should be getting back?
Is there a better approach to this I'm not aware of?

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