Skip to content

v5.16.0

Choose a tag to compare

@thisjuvy thisjuvy released this 16 Jul 22:18
· 11 commits to main since this release
d65ea87

API Changelog

Pins

GET /pins

  • Added properties for is_removable and product_tags.

POST /pins

  • Added properties for is_removable and product_tags.

GET /pins/{pin_id}

  • Added properties for is_removable and product_tags.

PATCH /pins/{pin_id}

  • Added properties for is_removable and product_tags.

POST /pins/{pin_id}/save

  • Added properties for is_removable and product_tags.

GET /search/pins

  • Added properties for is_removable and product_tags.

GET /boards/{board_id}/pins

  • Added properties for is_removable and product_tags.

GET /boards/{board_id}/sections/{section_id}/pins

  • Added properties for is_removable and product_tags.

Campaigns

GET /ad_accounts/{ad_account_id}/campaigns

  • Added bid_options property.
  • Removed VIDEO_VIEW and WEB_SESSIONS from objective_type.

POST /ad_accounts/{ad_account_id}/campaigns

  • Removed VIDEO_VIEW and WEB_SESSIONS from objective_type.
  • Added is_campaign_budget_optimization and bid_options properties.

PATCH /ad_accounts/{ad_account_id}/campaigns

  • Removed VIDEO_VIEW and WEB_SESSIONS from objective_type.
  • Added is_campaign_budget_optimization and bid_options properties.

GET /ad_accounts/{ad_account_id}/campaigns/{campaign_id}

  • Added bid_options property.
  • Removed VIDEO_VIEW and WEB_SESSIONS from objective_type.

Ad Groups

GET /ad_accounts/{ad_account_id}/ad_groups

  • Added promotion_application_level property.

POST /ad_accounts/{ad_account_id}/ad_groups

  • Added promotion_application_level property.

PATCH /ad_accounts/{ad_account_id}/ad_groups

  • Added promotion_application_level property.

Audiences

GET /ad_accounts/{ad_account_id}/audiences

  • Removed VIDEO_VIEW and WEB_SESSIONS from response enums.

POST /ad_accounts/{ad_account_id}/audiences

  • Removed VIDEO_VIEW and WEB_SESSIONS from request and response enums.

Bulk

POST /ad_accounts/{ad_account_id}/bulk/download

  • Removed VIDEO_VIEW and WEB_SESSIONS from objective_type.

POST /ad_accounts/{ad_account_id}/bulk/upsert

  • Removed VIDEO_VIEW and WEB_SESSIONS from objective_type.
  • Removed is_campaign_budget_optimization from update requests.
  • Added several new properties related to promotions.

Analytics

GET /ad_accounts/{ad_account_id}/campaigns/analytics

  • Added reporting_timezone as a query parameter.

GET /ad_accounts/{ad_account_id}/campaigns/targeting_analytics

  • Added reporting_timezone as a query parameter.

GET /ad_accounts/{ad_account_id}/ad_groups/analytics

  • Added reporting_timezone as a query parameter.

GET /ad_accounts/{ad_account_id}/ad_groups/targeting_analytics

  • Added reporting_timezone as a query parameter.

GET /ad_accounts/{ad_account_id}/ads/analytics

  • Added reporting_timezone as a query parameter.

GET /ad_accounts/{ad_account_id}/ads/targeting_analytics

  • Added reporting_timezone as a query parameter.

GET /ad_accounts/{ad_account_id}/analytics

  • Added reporting_timezone as a query parameter.

GET /ad_accounts/{ad_account_id}/pins/analytics

  • Endpoint added.

Catalogs

POST /catalogs/items/batch

  • Changed type/format of GTIN fields from integer to unspecified.
  • Added support for up to 20 ad image links and tags.

POST /catalogs/product_groups/multiple

  • Made country and locale optional for retail.

GET /catalogs/product_groups/{product_group_id}/products

  • Added is_removable and product_tags for products.

POST /catalogs/products/get_by_product_group_filters

  • Added is_removable and product_tags for products.

GET /catalogs/feeds/{feed_id}/processing_results

  • Added new warnings and error codes for downloadable links and media processing.

Boards

GET /boards

  • Added is_ads_only property.

POST /boards

  • Added is_ads_only property.

GET /boards/{board_id}

  • Added is_ads_only property.

PATCH /boards/{board_id}

  • Added is_ads_only property.

Authentication

POST /oauth/token

  • Removed support for everlasting_refresh token type.

POST /oauth/token/revoke

  • Endpoint added.

Notifications

POST /notifications

  • Endpoint added.