Hi, I can get data from the API after changing the campaigns (pausing and adding new ones) here is the query I used to get the data by
SELECT segments.date, customer.currency_code, campaign.id, campaign.name, ad_group.id, ad_group.name, metrics.clicks, metrics.cost_micros, metrics.engagements, metrics.impressions, video.duration_millis, metrics.video_quartile_p100_rate, metrics.video_quartile_p25_rate, metrics.video_quartile_p50_rate, metrics.video_quartile_p75_rate, metrics.video_views, segments.ad_network_type, ad_group_ad.ad.id, ad_group_ad.ad.name, video.channel_id, video.id, video.title, segments.device FROM video WHERE segments.date BETWEEN '2022-08-19' AND '2022-08-26' -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "Google Ads API and AdWords 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/0f216bd8-c646-4295-bead-8154846a50cbn%40googlegroups.com.