You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Update business SDK to include new AMM fields in attribution data:
- attribution_source: The attribution source to differentiate the source of the data, e.g. whether this is from AMM or Custom Attribution or any other sources
- touchpoint_type: The engagement type that caused the original credited conversion
- touchpoint_ts: The time when the touchpoint event occurred with the ad that the install was credited to
Added full implementation including:
- param_types definitions
- __init__ method parameters
- complete getter/setter properties
- normalize() method updates
- comprehensive documentation
- updated test coverage
Reviewed By: wenhaizhu, satwikareddy3
Differential Revision:
D83868650
Privacy Context Container: L1390617
fbshipit-source-id: d390862a0f62508869771befd882db7b2bac9a7d
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## Unreleased
6
6
7
+
## v24.0.0
8
+
9
+
10
+
### Added
11
+
- Add AMM fields to attribution data
12
+
7
13
## v23.0.0
8
14
9
15
@@ -136,4 +142,3 @@ All notable changes to this project will be documented in this file.
136
142
### Deprecated
137
143
-`parent_id` in `AbstractCrudObject`.
138
144
- Function `remote_create`, `remote_read`, `remote_update` and `remote_delete` for `AbstractCrudObject`. Check out our [recommended way](https://github.com/facebook/facebook-python-business-sdk#exploring-the-graph) to make API call with python SDK.
0 commit comments