Hi, I am using googleads scripts to gather reports for our campaigns. However i am not able to see any metrics for Smart campaigns when using: CAMPAIGN_PERFORMANCE_REPORT. Here are my codes:
function main() { var now = new Date(); var timeZone = AdsApp.currentAccount().getTimeZone() var report = AdsApp.report("SELECT Clicks, Impressions, CampaignName " + "FROM CAMPAIGN_PERFORMANCE_REPORT " + "DURING YESTERDAY"); var rows = report.rows(); while (rows.hasNext()) { var row = rows.next(); Logger.log(JSON.stringify(row)); } } Best Regards Lupt -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/da723b4b-d6e8-4cb0-aac6-1b5b255d881bn%40googlegroups.com.