Version Transition

31 views
Skip to first unread message

biu...@tatilsepeti.com

unread,
Jul 3, 2018, 11:17:05 AM7/3/18
to AdWords API and Google Ads API Forum
Hello,

We went to version v201806.
We can not get the ADGROUP_PERFORMANCE_REPORT report after we passed this version.
Below is the query string we used in the previous version;

"SELECT Date, CampaignId, CampaignName, AdGroupId, AdGroupName, Impressions, Clicks, Cost FROM " +
                 ADGROUP_PERFORMANCE_REPORT WHERE AdGroupStatus IN [ENABLED, PAUSED] AND CampaignName = '_ Yurtiçi Oteller - 2015' " +
                 "DURING YESTERDAY";

The data that comes with us with version v201806 is not the kind we want
We also want to insert # 1-New Visitor campaign. How can we filter the query for these two campaigns?

Additional available

Good Work.

Çağatay ERDOĞDU
NewCSVExample.jpg
OldCSVExample.jpg

Bharani Cherukuri (AdWords API Team)

unread,
Jul 3, 2018, 3:00:48 PM7/3/18
to AdWords API and Google Ads API Forum
Hello, 

Could you please elaborate on the specific format that you're looking to pull this data? Please check this guide for all the supported report formats. If you're looking to pull stats for two specific campaigns, please find the sample report query below:

SELECT CampaignId, AdGroupId, CampaignName, AdGroupName FROM ADGROUP_PERFORMANCE_REPORT WHERE AdGroupStatus IN ["ENABLED", "PAUSED"] AND CampaignName IN ["_ Yurtiçi Oteller - 2015", "# 1-New Visitor"] DURING YESTERDAY

Can you give this a try and let me know if you run into any issues?

Thanks,
Bharani, AdWords API Team

biu...@tatilsepeti.com

unread,
Jul 4, 2018, 8:06:01 AM7/4/18
to AdWords API and Google Ads API Forum
Hi,

We are receiving data in csv format.

This query returns empty result, is there a syntax error in our query?
(incoming csv is attached)


string query = "SELECT Date, CampaignId, CampaignName, AdGroupId, AdGroupName, Impressions, Clicks, Cost FROM " +
                       "ADGROUP_PERFORMANCE_REPORT WHERE AdGroupStatus IN [ENABLED, PAUSED] AND CampaignName IN['_ Yurtiçi Oteller - 2015', '# 1-New Visitor']  " +   
                       "DURING 20180701, 20180703";

Good Work,
Çağatay ERDOĞDU
adgroup_9089032629_20180704.csv

Luis Xander Talag (AdWords API Team)

unread,
Jul 5, 2018, 12:13:13 AM7/5/18
to AdWords API and Google Ads API Forum
Hi,

I'm a colleague of Bharani and I will assist you as she is OOO. To further investigate this, could you provide the clientCustomerId you used to generate this report? Please reply via Reply privately to author.

Thanks and regards,
Luis
AdWords API Team
Reply all
Reply to author
Forward
0 new messages