Tag: facebook-graph-api
-
Facebook Ads API Insights: Not receiving `dda_results` in Ads Insights API response
0 I am using the Facebook Ads API to pull Ads Insights data for my campaigns. I am trying to include dda_results in the data I fetch, which according to the Facebook documentation should contain "Estimated incremental conversions caused by a given ad". Here’s the API query I am using: https://graph.facebook.com/v18.0/act_XXXX/insights?level=ad&fields=campaign_name,campaign_id,adset_name,adset_id,ad_name,ad_id,clicks,reach,impressions,objective,spend,inline_link_clicks,dda_results&limit=500&time_increment=1&access_token=XXXX&time_range[since]=2023-09-10&time_range[until]=2023-09-21 The API returns the…
-
How to use Facebook GraphQL
-3 How to intercept and send HTTP requests for GraphQL? I saw some people are able to find security bugs via GraphQL on Facebook. How do they do it? Are there any tools available to test these calls? facebook-graph-api graphql Share Improve this question Follow edited Jul 24, 2018 at 19:45 phwd 20k55 gold badges5050…
-
Facebook groupsApi & group_access_member_info problem
0 I have a public Facebook group and I am trying to get the posts and the author of the post via graphql. My app has been approved by Facebook and I have installed it in my group. Also, it is live My problem is that when I send a get request I can see…