We've released Marketing API, version 3.3. Below is a highlight of updates. To learn more about new features, updates, deprecations, and impacts, see the Marketing API v3.3 changelog.
custom_overlay_spec
field in link_data
, photo_data
and video_data
in the object_story_spec
field for ad creatives. Text overlays on top of images and videos resulted in poorer ad performance compared to ads without text overlays. As of November 2018, you could no longer create image or video ads with this feature. As of this release, if you have ads with text overlays specified in your object_story_spec
, we deliver your ads without the overlay.VIDEO_VIEWS
as a valid optimization for ad campaigns with the APP_INSTALL
or POST_ENGAGEMENT
objective. This optimization goal is also commonly known as 10-second video views.ads_management
permissions scope for all users trying to create, update or delete product catalogs and any objects related to a product catalog, such as a hotel. We require this as of v3.3 and any public version of the API will require this in 90 days time. This impacts Product Catalog and all Dynamic Ads which rely on catalogs such as Hotel Ads, Dynamic Automotive Ads and Dynamic Ads for Real Estate. See the Marketing API v3.3 changelog for details.We replace these endpoints with new endpoints:
GET catalog_ID/assigned_users?business={business_id}
to read permissions granted to users to access this catalog,POST {catalog_id}/assigned_users?business={business_id}
to grant permissions,DELETE {catalog_id}/assigned_users?business={business_id}
to revoke permissions./batch
instead of moving to /items_batch
and keep your field names consistent. To do so, switch to API version 2.9 or above. For more information, see Catalog Batch API.Deprecated several Insights API metrics, including action_type
breakdowns. See the following table lists deprecated metrics and breakdowns plus some recommended alternates:
Metric | Deprecated `action_type` | Alternate Metric and Breakdown |
---|---|---|
|
| No replacement metric or breakdown. We recommend you customize a composite metric based on conversion events that matter to you. |
|
| No replacement metric or breakdown. We recommend you customize a composite metric based on conversion events that matter to you. |
|
| No replacement metric or breakdown. We recommend you customize a composite metric based on conversion events that matter to you. |
|
| Replacement metric: Replacement breakdowns:
messaging_first_reply |
|
| Replacement metric: Replacement breakdowns:
messaging_first_reply |
|
| Replacement metric: Replacement breakdowns:
|
|
| Replacement metric: Replacement breakdowns:
|
|
fb_mobile_purchase | |
|
fb_pixel_purchase |
A few key reminders for our developer community:
/v3.3/
in your URLs when you call the API. TAGS