Placement perfomance report

44 views
Skip to first unread message

vlad.p...@cpamatica.io

unread,
Aug 22, 2018, 9:41:42 AM8/22/18
to AdWords API and Google Ads API Forum
Hello!
I have this request:
$query = (new ReportQueryBuilder())
->select([
'Date',
'Id',
'AdGroupId',
'CampaignId',
'Criteria',
'Cost',
'Clicks',
'Impressions'
])
->from(ReportDefinitionReportType::PLACEMENT_PERFORMANCE_REPORT)
->where('Cost')->greaterThan(0)
->duringDateRange(ReportDefinitionDateRangeType::LAST_7_DAYS)
->build();

It`s works, but Id is empty and all records are removed (i have a lot of active placements). Why is this happening?

Milind Sankeshware (AdWords API Team)

unread,
Aug 22, 2018, 2:17:18 PM8/22/18
to AdWords API and Google Ads API Forum
Hi Vlad,

Could you please share the client customer id for which you were running the placement performance report? You could use 'Reply privately to author' option while responding. 

Thanks,
Milind, AdWords API Team

Milind Sankeshware (AdWords API Team)

unread,
Aug 23, 2018, 1:55:08 PM8/23/18
to AdWords API and Google Ads API Forum
Hi Vlad,

Thanks for sharing the details. The Managed Placements report maps to the Placement Performance Report in the API. Please refer to the 'Managed Placements Report' section in this guide to see the mapping between UI and the API. I was not able to see any placements in the corresponding UI view. Since there is not data to report, the API report is coming as blank. Hope this clarifies your question. Let me know if you have any further questions.
Reply all
Reply to author
Forward
0 new messages