All notable changes to this project will be documented in this file.
- Add touchpoint_id field to AttributionData
- 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
- Add AMM fields to attribution data
- Added classes for tech providers -- CRUD operations for ThirdPartyAccountManager -- basic operations for ThirdPartyAccount
- Added examples for tech providers
advanced_measurement_tablefield to Event for Conversion API
- Graph API call upgrade to [v11.0]https://developers.facebook.com/docs/graph-api/changelog/version11.0
- Support for sending multiple values for certain UserData parameters to Conversions API.
- Graph API call upgrade to v10.0
action_sourcefield to Event for Conversions API.
- Enum compatibility for Python 2.7
- Graph API call upgrade to v9.0
delivery_categoryfield to Content for Conversions API.
- 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.
- Added partner_agent field to Conversions API EventRequest and EventRequestAsync.
- Added async support to Conversions API - Create event request promises by using EventRequestAsync.
lead_idfield to the Conversions APIuser_datasection.
- Graph API call upgrade to v8.0
- Fixed
delivery_categoryfield being mandatory in custom_data section for Conversions API.
delivery_categoryfield in custom_data section for Conversions API(formerly Serverside API).
- Added support for data processing options in Serverside API. For more details see : https://developers.facebook.com/docs/marketing-apis/data-processing-options
- Adding Python 2.7 compatibility for ServerSide API
- Graph API call upgrade to v7.0
- Graph API call upgrade to v6.0
- Strongly typed Server-Side API support for python (https://developers.facebook.com/docs/marketing-api/facebook-pixel/server-side-api)
- Pull request 554 (
get_insights_async()) resolved
- Added
CrashRepoter, more context available here
- Graph API call upgrade to v5.0
- Add back
sourceparam inadaccount.create_ad_video.
- Graph API call upgrade to v4.0
- Remove list of API call from Business SDK, any these APIs included in Business SDK will be deprecated.
- Graph API call upgrade to v3.3
parent_idinAbstractCrudObject.- Function
remote_create,remote_read,remote_updateandremote_deleteforAbstractCrudObject. Check out our recommended way to make API call with python SDK.