Get Search volume for keywords for multiple Country(GeoTarget)
83 views
Skip to first unread message
vj
unread,
Sep 13, 2016, 4:09:22 PM9/13/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi,
I was working on keywords research using adwords api.
Using adwords api I can able to get Keywords stats like SEARCH VOLUME for specific location and its return result is for that specific country.
Now, is there any way to pass multiple location id(Country) and get Search Volume for each country specific...
Currently api returns only single value even if I passed more target locations...
Please let me know if any solution for getting multiple location search volume using single adwords api request?? OR I need to make multiple request for same keyword and multiple Target??
Thank You.
Anthony Madrigal
unread,
Sep 13, 2016, 5:17:07 PM9/13/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi,
You can use the TargetingIdeaService to target multiple locations. The parameter LocationSearchParameter is an array, so you can pass multiple location Ids in your request.
If you are facing issues when doing so, please reply privately to author your SOAP request and response.