Hi,

I've tried to run this GAQL on an MCC, but didn't get any rows.

*ads-script:*

campaignIds query =SELECT customer.id, campaign.resource_name, campaign.name 
FROM 
campaign WHERE campaign.id IN ("123456");
_rowsToMap(accountToCampaignsMap, AdsApp.report(query, REPORTING_OPTIONS));
    }

    function _rowsToMap(map, response) {
      rows = response.rows();
      while (rows.hasNext()) {
        var row = rows.next();
        Logger.log(JSON.stringify(row));
...
}

Even though I see it in the UI under this MCC


What am I missing?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c7401903-8e77-4f93-ac8e-ab7414e24427n%40googlegroups.com.

Reply via email to