The problem
Facebook Insights API does not return the field video_play_curve_actions
when using the their Python SDK. More specifically the Async report download method.
The same field can be observed to be returned when using their REST API.
What has been tried
I have created a POC here.
This has two functions. One of them uses the Python SDK. The other one uses Facebook's REST API: Facebook Insights API.
I was expecting to see the field video_play_curve_actions
being returned in both the functions. Only the REST API returns this field.