Hi everyone,
I tried to get the thruplays via parameter video_thruplay_watched_actions break by insights age, gender. The marketing API return data success with param video_thruplay_watched_actions. The query I've submit: /insights?level=ad&filtering=[{"field":+"ad.impressions",+"operator":+"GREATER_THAN",+"value":+0}]&limit=100&fields=account_id,ad_id,adset_id,campaign_id,account_name,action_values,actions,ad_name,adset_name,campaign_name,clicks,conversions,converted_product_quantity,converted_product_value,cpp,impressions,video_thruplay_watched_actions,catalog_segment_actions&&breakdowns=region,country&time_range={"since":+"2024-11-04",+"until":+"2024-11-04"}
But when use breakdown country, region. It not return video_thruplay_watched_actions data, although the actions params has returned(include video_view data). The query I've submit is: /insights?level=ad&filtering=[{"field":+"ad.impressions",+"operator":+"GREATER_THAN",+"value":+0}]&limit=100&fields=account_id,ad_id,adset_id,campaign_id,account_name,action_values,actions,ad_name,adset_name,campaign_name,clicks,conversions,converted_product_quantity,converted_product_value,cpp,impressions,video_thruplay_watched_actions,catalog_segment_actions&&breakdowns=region,country&time_range={"since":+"2024-11-04",+"until":+"2024-11-04"}