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" =>…