RE: How to get the metrics of multiple campaigns related different client accounts using api

2020-05-19 Thread Google Ads API Forum Advisor Prod
Hi Sudhakar, Thank you for reaching out. Unfortunately, it is not possible to pull data on campaigns by using a manager account ID. In order to pull data for campaigns, you must use the customer ID of the account in which the campaigns belong to. Let me know if you have any additional questions

How to get the metrics of multiple campaigns related different client accounts using api

2020-05-19 Thread sudhakar dadi
Hi Team, Currently I am using below api to get the metrics of a campaign Url: https://googleads.googleapis.com/v2/customers//googleAds:search Body: { "query" : "SELECT metrics.clicks, metrics.impressions, metrics.active_view_impressions FROM campaign WHERE campaign.id =" } How can I get the m