Reputation: 1159
I am using Facebook's Marketing API to create sponsored message as described here: https://developers.facebook.com/docs/marketing-api/guides/messenger/#sponsored
After creating the ad, Facebook reviews the ad and then after approval ad gets sent to page audience. I want to know when my ad gets approved or rejected through webhook. Is it possible? Is there a way to receive webhook events for this?
Upvotes: 0
Views: 159
Reputation: 1054
There are some ad account related webhooks in Graph API. These will send events when your ad:
Please read up more on the official documentation:
https://developers.facebook.com/docs/graph-api/webhooks/reference/ad-account/
Upvotes: -1