How to download search query report for C# using adworsd Api

37 views
Skip to first unread message

Jaydeep More

unread,
Mar 6, 2017, 9:35:11 AM3/6/17
to AdWords API Forum
Hi all
I want to download report of my search keywords reports same as placement report can anyone help


I have tried 

string searchquery = "SELECT " +
                              "CampaignName, AdGroupName, Criteria, CpcBid, Impressions, Clicks,Conversions,Cost " +
                              "FROM  SEARCH_QUERY_PERFORMANCE_REPORT " +
                             "WHERE AdNetworkType1 = 'CONTENT' " +               
                             "DURING " + reportDate + ", " + reportDate;

Shwetha Vastrad (AdWords API Team)

unread,
Mar 6, 2017, 2:08:31 PM3/6/17
to AdWords API Forum
Hi Jaydeep,

You need to use the Query field in the Search Query Performance Report to retrieve the Search terms which triggered your ads. You can also use the Keywords Performance Report to get the performance statistics of your keywords. The DownloadCriteriaReportWithAwql C# example demonstrates how to download a report using an AWQL query. 

Regards,
Shwetha, AdWords API Team.
Reply all
Reply to author
Forward
0 new messages