i am using following code to pull Smart Campaigns from my MCC level account 
using CAMPAIGN_PERFORMANCE_REPORT but it will return nothing.

var report = AdWordsApp.report("SELECT CampaignName FROM 
CAMPAIGN_PERFORMANCE_REPORT WHERE AdvertisingChannelSubType = 
SEARCH_EXPRESS DURING YESTERDAY");
     var rows = report.rows();
     while (rows.hasNext()) {
       var row = rows.next();
       Logger.log(row['CampaignName'])
     }


kindly help me out here.
Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/00320537-d628-409a-bbab-4cf2acc1b549o%40googlegroups.com.

Reply via email to