0

When I use the following command I get the ad details

1234/stats

For a specific ad for a video post I can get the video_play and video_view. But, is there a way to know how many people watch 100% of the video using the Ads API?

I saw it on the ads manager, but I can't find a way to query this data with the Ads API.

Thanks

Tal Yaari
  • 463
  • 6
  • 15

1 Answers1

2

You can use the Ad Report Stats api endpoint, under the “Actions” Data Column.

Here’s an example: act_XXXX/reportstats?actions_group_by=['action_type']&date_preset=last_7_days&filters=[{'field':'campaign_id','type':'in','value':[]}]&data_columns=['campaign_name','video_p50_watched_actions']&access_token=ZZZ

Chris

Igy
  • 43,710
  • 8
  • 89
  • 115
ChrisCool
  • 134
  • 3