Retrieve Facebook Insights for all active ads within an account?
问题 My code allows me to retrieve all ads that between certain dates, but this includes ads that are no longer active. I want to show insights only for ACTIVE ads. How can I retrieve Facebook Insights for all active ads within an account? public function getInsights($levelType, $id, $aggLevel, $start, $end) { if ($levelType) { if ($id == null) { abort(400, 'You must provide the ID for the object you want to retrieve.'); } } else { $levelType = \AdAccount::class; $id = ACT_PREPEND . $this-