I'm working with Google Ads API reports for more than a year and I 
requested video data from the Video report with a query like this:

SELECT campaign.app_campaign_setting.app_store,
  campaign.name,
  campaign.status,
  video.id,
  segments.date,
  segments.conversion_action_category,
  metrics.conversions
 FROM video
  WHERE segments.date >= '2021-01-30' AND segments.date <= '2021-01-30'
  AND segments.conversion_action_category IN (PURCHASE, DOWNLOAD)
  AND campaign.status != REMOVED
ORDER BY segments.date, campaign.name

and all worked fine.
But since 02/17/2021 I can't obtain any information from this report — I 
get an empty result.
When I try to ask video list with a query 

SELECT video.id FROM video

I get only 7(!) rows, but I have more than 600 videos in my campaigns.

How I can manage this problem?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e8223459-3078-4ded-bc89-9c2548907c1en%40googlegroups.com.

Reply via email to