Re: performing aggregated queries on campaign

2019-08-06 Thread 'Seyed' via AdWords API and Google Ads API Forum
I found the solution! If you perform the query on customer the result will be aggregated on all campaigns On Tuesday, August 6, 2019 at 10:30:34 AM UTC+4:30, adsapiforumadvisor wrote: > > Hi, > > The Account Performance report >

Re: performing aggregated queries on campaign

2019-08-05 Thread 'Seyed' via AdWords API and Google Ads API Forum
Hi I'm using google ads api V2 (not google adwords) on python and I can't find Account Performance report or Campaign Performance Report

RE: performing aggregated queries on campaign

2019-08-05 Thread Google Ads API Forum Advisor Prod
Hi, The Account Performance report includes all statistics aggregated by default at the account level. If you would like to retrieve aggregated results on all campaigns, you may use Campaign Performance Report as it includes all statistics aggregated by default at the campaign level. Please le