I am trying to retrieve search volumes for different keywords. I am using 
code that is similar 
to 
https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201609/optimization/GetKeywordIdeas.java

I'm using

    selector.setRequestType(RequestType.STATS);

to retrieve search volume for a specific keyword. 

As an example, consider the keyword "reddresses". In my code, I have the 
line

    relatedToQuerySearchParameter.setQueries(new String[] {"reddresses"});

The output is

    Keyword with text 'reddresses', and average monthly search volume 
246000 was found

The AdWords API is giving me the search volume for "red dress", presumably 
because "reddresses" doesn't have any search volume. This is fine, except I 
would like some way to know that my original query term "reddresses" is 
being replaced by "red dress". 

If I use the web-based Keyword Planner, this isn't a problem, because it 
shows that it has replaced "reddresses" with "red dress". 

Is there a way I can know that my query hasn't been used in its original 
form and has been replaced by another query?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d31e6bef-67d3-4b4e-a313-10af81eddb95%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • TargetingIdeaSe... Andrew P
    • Re: Target... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum

Reply via email to