Skip to content

Latest commit

 

History

History
151 lines (104 loc) · 4.37 KB

File metadata and controls

151 lines (104 loc) · 4.37 KB

Changelog

All notable changes to this project will be documented in this file.

Unreleased

v25.0.1

Added

  • Add touchpoint_id field to AttributionData

v24.0.1

Added

  • Add additional AMM fields: attribution_method, decline_reason, auditing_token, linkage_key
  • Add attribution_setting field with inactivity_window_hours and reattribution_window_hours to AttributionData

v24.0.0

Added

  • Add AMM fields to attribution data

v23.0.0

Added

  • Added classes for tech providers -- CRUD operations for ThirdPartyAccountManager -- basic operations for ThirdPartyAccount
  • Added examples for tech providers

v17.0.0

Added

  • advanced_measurement_table field to Event for Conversion API

v11.0.0

Changed

v10.0.1

Added

  • Support for sending multiple values for certain UserData parameters to Conversions API.

v10.0.0

Changed

  • Graph API call upgrade to v10.0

v9.0.1

Added

  • action_source field to Event for Conversions API.

Fixed

  • Enum compatibility for Python 2.7

v9.0.0

Changed

  • Graph API call upgrade to v9.0

v8.0.5

Added

  • delivery_category field to Content for Conversions API.

Added

  • Added HttpServiceInterface to enable the default request object to be overridden by a user-defined HTTP Request Service object. Available for Conversions API create event requests.
  • Added batching to Conversions API. Create batched event requests by using BatchProcessor.

v8.0.3

Added

  • Added partner_agent field to Conversions API EventRequest and EventRequestAsync.
  • Added async support to Conversions API - Create event request promises by using EventRequestAsync.
  • lead_id field to the Conversions API user_data section.

v8.0.0

Changed

  • Graph API call upgrade to v8.0

Fixed

  • Fixed delivery_category field being mandatory in custom_data section for Conversions API.

v7.0.4

Added

  • delivery_category field in custom_data section for Conversions API(formerly Serverside API).

v7.0.3

Added

v7.0.1

Fixed

  • Adding Python 2.7 compatibility for ServerSide API

v7.0.0

Changed

  • Graph API call upgrade to v7.0

v6.0.0

Changed

  • Graph API call upgrade to v6.0

v5.0.3

Changed

Fix

  • Pull request 554 (get_insights_async()) resolved

v5.0.1

Added

  • Added CrashRepoter, more context available here

v5.0.0

Changed

  • Graph API call upgrade to v5.0

v4.0.6

Fixed

  • Add back source param in adaccount.create_ad_video.

v4.0.0

Changed

  • Graph API call upgrade to v4.0

v3.3.5

Fix

PR543

v3.3.4

v3.3.3

Fix

PR542 PR541

v3.3.2

Changed

  • Remove list of API call from Business SDK, any these APIs included in Business SDK will be deprecated.

v3.3.0

Changed

  • Graph API call upgrade to v3.3

Deprecated

  • parent_id in AbstractCrudObject.
  • Function remote_create, remote_read, remote_update and remote_delete for AbstractCrudObject. Check out our recommended way to make API call with python SDK.