Posts under category Meta & Facebook

How to upload an image to the Media Library using an HTTP POST request?
I can't upload an image to the Media Library to later be able to use the image hash to create an ad.
I tried using the Graph Explorer: curl \ -F 'filename=@' \ -F 'access_token=' \ https://graph.facebook.com/v/act_/adimages
And also tried to use Make/Integromat with the HTTP Get a File module and then using the Make a Request module to make the following request:
{ "access_token": "", "filename": "{{41.data}}" }

"With the migration of all Facebook Pages to the new Pages experience, the Page Insights tab for classic Pages has been fully deprecated as of November 1, 2023. As part of this deprecation we are also deprecating 89 Page Insights metrics."
Does anyone know which metrics are being deprecated or where documentation on this list may be?
https://developers.facebook.com/blog/post/2023/12/14/page-insights-metrics-deprecation/

Hi,
We seem to be running into problems creating carousel ads with asset_customization_rules. We're including two carousels in the "carousels" prop, with child attachments.
We can publish the ads though the API, but after a short time of processing fall into "Delivery error" status. Error message:
"Unsupported Ad Format In Dynamic Creative Ad: This specified asset feed contains an unsupported ad format. (#1885858) "
If we change the ad name and publish through Ads Manager they get approved.
I also tried pulling the ad creative for working ads from the Graph API explorer, but can't get the carousel property that way. All other properties look similar, so I'm running out of ideas.
The ads sets are not "dynamic creative". Can't find any documentation relating to this. Anyone else experiencing this?
Thanks!