Specifying action_type for Facebook Graph Ad API query – Facebook api
I am have some difficulty extending my API query to only include specific actions. I can run the following query just fine: https://graph.facebook.com/v2.10/act_11111111111111111/ads?fields=name,insights{actions.filtering("action_type":comment)}&limit=1 ...but the results contain more action types than desired. "data": [ { "name": "Test Name", "insights": {…