All notable changes to this project will be documented in this file.
advanced_measurement_table
field 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_source
field to Event for Conversions API.
- Enum compatibility for Python 2.7
- Graph API call upgrade to v9.0
delivery_category
field 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_id
field to the Conversions APIuser_data
section.
- Graph API call upgrade to v8.0
- Fixed
delivery_category
field being mandatory in custom_data section for Conversions API.
delivery_category
field 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
source
param 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_id
inAbstractCrudObject
.- Function
remote_create
,remote_read
,remote_update
andremote_delete
forAbstractCrudObject
. Check out our recommended way to make API call with python SDK.