How to get the "Search volume" on monthly wise using perl
17 views
Skip to first unread message
Thamizharasan Ganesan
unread,
Nov 30, 2015, 8:40:25 AM11/30/15
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,
Can you help me..
I am using V201509 google api... i wants to get a "Search Volume" on monthly wise using perl..
Please send the sample script to me if You had.
Anthony Madrigal
unread,
Nov 30, 2015, 3:14:37 PM11/30/15
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 get the Monthly Search Volume by using the TARGETED_MONTHLY_SEARCHES in the TargetingIdeaService. You may want to take a look at our Generating Targeting Ideas guide and the Get search volume data and trends section in particular.
Here is our Perl example on how to use this service.