RE: Google Ad Perfomance Report missing data

2021-12-27 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thanks for reaching out to us. The reason you are not getting ad performance data in this report is because the app campaigns. AdWords API only supports a few reports with app campaigns which are mentioned here. Ad Performance Report is not one of the supported reports. You can migrate to

Google Ad Perfomance Report missing data

2021-12-24 Thread Иван Иванов
Hello everyone! I'm trying to get ad perfomance data using this code: $session = (new AdWordsSessionBuilder())->fromFile($this->account->token)->withOAuth2Credential($this->oAuth2Credential) ->withClientCustomerId($customerId)->build(); $query = (new ReportQueryBuilder()) ->select([ 'Impressions',