In Instagram webhook notifications I am subscribed to messaging_referrals where I obtain information when someone interacts with an ad, however the ad_id that I obtain within the event does not correspond or does not work for me when using it in the meta marketing api
Unsupported get request. Object with ID '{{add_id}}' does not exist, cannot be loaded due to missing permissions, or does not support this operation.
When I check the Ads Manager I find the ad I promoted but the add_id is different from the one I receive in the webhook events
"referral": {
"source": "ADS",
"type": "OPEN_THREAD",
"ad_id": "123205316137408393"
....
}
When I use an add_id that I receive for example in a Messenger event, I can get information from the Meta Marketing Api but with Instagram I don't.