Posts under category Facebook Marketing API

Hi everyone! 👋
I've been trying to retrieve conversion event property of an ad set using the Facebook Ad Insights API.
I'm unable to find clear documentation or any specific API endpoint that allows me to obtain the conversion event property of an ad set. The end goal is to display the same content as Facebook's CV results through my application.
In the process of troubleshooting, I've learned that the CV results are associated with the ad set item during the campaign setup, specifically under the conversion event. To replicate this in my application, I believe I need to retrieve the conversion event property of the ad set through the API.
If anyone has experience with this or knows of any available API endpoints for fetching conversion event properties of ad sets in Facebook Ad Manager, your insights would be immensely helpful!
Thank you in advance for your support! 🙏
AdInsights #MarketingAPI #GraphAPI #FacebookAPI #DevelopersSupport #CommunityHelp

When updating the Facebook API from version 16.0 to version 18.0, I encountered the issue of the Data object coming empty at the '/me/accounts' endpoint when trying to retrieve the pages linked to the user's profile. Upon investigation, I found out that the advanced permission 'business_management' is required to obtain information about these pages. My problem lies in requesting this permission for my application. Despite multiple attempts, it continues to be rejected, and I receive the following feedback: -> App rejected - Unable to approve permission request -> App rejected - Unable to determine use case details
I would like to know what I need to submit for this permission request to be approved.