Hi!

I am trying to get the monthly estimated search volume for certain keywords 
using the LocationSearchParameter and the id of a country (in this case 
Switzerland, 2756) but I am getting results that are too high to be real.
Also, when I try to use lower level location (in this case cities) I get 
results that are pretty close to the country level. How is that possible?

The selector construction:

 # Construct selector object and retrieve related keywords.
  selector = {
      'ideaType': 'KEYWORD',
      'requestType': 'STATS'
  }
  
  selector['requestedAttributeTypes'] = [
      'KEYWORD_TEXT', 'TARGETED_MONTHLY_SEARCHES']

  selector['searchParameters'] = [{
      'xsi_type': 'RelatedToQuerySearchParameter',
      'queries': ['iqos']
  }]

  selector['searchParameters'].append({
      'xsi_type': 'LocationSearchParameter',
      'locations': [{'id': '2756'}]
  })

 
Thanks in advance for any type of help! :D
FF

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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/5d20e53d-d20b-4a35-b18b-7a7ad5dd8386%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • High search vol... Francisco Ferrari
    • Re: High s... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum

Reply via email to