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
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