Hi, everybody.
I'm trying to get VideoViews and Cost in Video Performance Report but when I set in select this fields I get empty result. What did I wrong?
$query = (new ReportQueryBuilder())
->select([
'CampaignId',
'VideoId',
'VideoViews',
'Cost'
])
->from(ReportDefinitionReportType::VIDEO_PERFORMANCE_REPORT)
->build();
For example, if I set only info about campaign and video (CampaignId, VideoId and etc.) I get result.