Hi, to migrate from Google AdWords, I am trying to get the same information using Ads API.
I need to get the same structure that was used by of https://developers.google.com/adwords/api/docs/appendix/reports/adgroup-performance-report and I set a query like this: "SELECT customer.id,segments.date,campaign.id,ad_group.id,segments.device,metrics.impressions,metrics.clicks,metrics.cost_micros,metrics.conversions,metrics.top_impression_percentage FROM ad_group WHERE segments.date BETWEEN 'yyyy-mm-dd' AND ' yyyy-mm-dd '" that cover what I need. I test the result using https://googleads.googleapis.com/v9/customers/MYCUSTOMEID/googleAds:search . I need to use my admin customer id but i can't because you receive "Metrics cannot be requested for a manager account. To retrieve metrics, issue separate requests against each client account under the manager account". I have more than 300+ client account, I can't call 300times the api... Exists another way using REST to obtain the result? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/883b9136-2d10-46e2-9f4a-8858aec82356n%40googlegroups.com.
