skip to Main Content

Facebook marketing API insights (Destination url)

I'm trying to get data using Facebook Marketing API. $api = FacebookAds::init('TOKEN'); $start = Carbon::create(2018,11,16); $end = Carbon::create(2018,11,16); $period = Period::create($start,$end); $in = $api->insights($period,'act_ID', 'ad',[ 'fields' => ['impressions', 'objective', 'actions'....] ]); I'm getting each ad actions like this: "actions" =>…

VIEW QUESTION

How to get "daily" video views Facebook API?

I have a little experience dealing with Facebook Graph API. I need to get daily views for the video as oppose to lifetime views. FB API docs don't show this to be an option (lifetime - only period param) https://developers.facebook.com/docs/graph-api/reference/video/video_insights/…

VIEW QUESTION
Back To Top
Search