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.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e2f88155-eaaf-443b-b0e9-5baf7f60499e%40googlegroups.com.

Reply via email to