-
Notifications
You must be signed in to change notification settings - Fork 242
Description
Hello,
I'm integrating with the Facebook Insights API using the /act_id/insights
endpoint to gather advertising performance data. My objective is to retrieve the number of Instagram profile views related to the campaign.
I've observed that the profile_visit_view
metric is available within the Facebook Ads Manager's web interface, and it's also present in the HTTP request payload when viewing this data online.
However, when I include profile_visit_view in the fields parameter of my Insights API request, the asynchronous report generation process completes successfully. But upon attempting to download the generated report, I receive the following error: (#100) Tried accessing nonexisting summary field (profile_visit_view).
Is there a way? Thank you