Reputation: 1
Description: I am trying to retrieve the following details using the Meta Marketing API/Graph API for a given account (act_xxxxxxx):
I have tried various endpoints but haven't been able to retrieve this data successfully.
I am using Google Apps Script to fetch this information. Could someone guide me on the correct API endpoints and the relevant edge/node to use? Any help would be greatly appreciated!
I have thoroughly explored the Meta Marketing/Graph API documentation but couldn't find an endpoint that provides this information. I believe it might be available at the ad set level.
I attempted using the following endpoint: https://graph.facebook.com/v22.0/${account}/adsets?fields=start_time,promoted_object&time_range=${time_range}&limit=100
Here is the relevant API documentation: https://developers.facebook.com/docs/marketing-api/reference/ad-campaign
Any guidance on retrieving this data would be greatly appreciated!
Upvotes: 0
Views: 19