It seems using the Campaign Performance Report api query does not bring in
any data about Performance Max campaigns
$query = (new ReportQueryBuilder())
->select([
'CampaignId',
'CampaignName',
'Impressions',
'Clicks',
'Cost',
'Conversions',
'ConversionRate',
])
->from(ReportDefinitionReportType::CAMPAIGN_PERFORMANCE_REPORT)
->where('CampaignStatus')->in(['ENABLED'])
->duringDateRange(ReportDefinitionDateRangeType::YESTERDAY)
->build();
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/7670ee45-4d19-4544-87fe-1ca4f93b9d96n%40googlegroups.com.