Google Ad Perfomance Report missing data

35 views
Skip to first unread message

Иван Иванов

unread,
Dec 24, 2021, 3:41:26 AM12/24/21
to AdWords API and Google Ads API Forum
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',
'Clicks',
'Cost'
])
->from(ReportDefinitionReportType::AD_PERFORMANCE_REPORT)
->during($dateFrom, $dateTo)
->build();

but it doesn't return campaigns with type 'App'.

Google Ads API Forum Advisor

unread,
Dec 27, 2021, 5:34:18 AM12/27/21
to likema...@gmail.com, adwor...@googlegroups.com

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 Ads API to get this data via ad_group_ad report.

Let us know if you have any further questions.

Regards,

Google Logo
Yasar
Google Ads API Team
 


ref:_00D1U1174p._5004Q2TkUSb:ref
Reply all
Reply to author
Forward
0 new messages