Trying to fetch statistics for video from my Ad Account but can't get it:
* select video.id, campaign.id, segments.conversion_action_name, metrics.conversions, segments.date from video WHERE segments.date >= 20201106 AND segments.date <= 20210204* I tried to fetch data with *differents periods of time*. And for another account - I got it, all statistics with conversions and conversion_action_name. But can't get it for ONLY ONE Ad account. But I have all permissions for it and use v6 and python google-ads 8.2.0 library. I got empty response without any errors. *From 29 December 2020 I get empty response for this report (video) ONLY FOR ONE ACCOUNT. But for other accounts all is ok!* If to try fetch data for other report, ad_group for example (on this problem account) - all is ok, data returned with conversions. select campaign.id, ad_group.id, segments.conversion_action_name, metrics.all_conversions, metrics.conversions, metrics.conversions_value, ad_group.target_roas, ad_group.target_cpa_micros, segments.date from ad_group WHERE segments.date >= 20201106 AND segments.date <= 20210204 AND campaign.id = <SECRET CAMPAIGN ID))> Why I can't get data for video report for this account? I can send account and campaign to private reply. Thank you! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/78bbd2d8-c7c1-422b-b82d-eecbbe11a5e4n%40googlegroups.com.