How to select only top 15 keywords performance data from google adword api dotnet
16 views
Skip to first unread message
Anu V Vivin
unread,
Dec 10, 2014, 11:30:49 PM12/10/14
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 adwor...@googlegroups.com
How to select only top 15 keywords performance data from google adword api dotnet
Michael Cloonan (AdWords API Team)
unread,
Dec 11, 2014, 9:08:48 AM12/11/14
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 adwor...@googlegroups.com
Hello,
You can fetch data about the performance of your keywords using the KEYWORDS_PERFORMANCE_REPORT. There are various statistics available, so how you determine which ones are the "top 15" are up to you.
You can see some examples of running reports in C# in our client library. There are also VB examples, if you would prefer to use that.