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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,20 @@
1
+
### Version 4.15.0 (10th October 2018)
2
+
#### Added
3
+
- Added `setCallbackId` method on `AdjustEvent` object for users to set custom ID on event object which will later be reported in event success/failure callbacks.
4
+
- Added `callbackId` field to event tracking success callback object.
5
+
- Added `callbackId` field to event tracking failure callback object.
6
+
7
+
#### Changed
8
+
- Updated Android SDK and build tools to 26 (thanks to @hamidhadi).
9
+
- Marked `setReadMobileEquipmentIdentity` method of `AdjustConfig` object as deprecated.
10
+
- SDK will now fire attribution request each time upon session tracking finished in case it lacks attribution info.
@@ -384,6 +385,18 @@ You can read more about special partners and networks in our [guide to special p
384
385
385
386
**Note**: **Both** parameters in this method must be **strings**. If either of the passed parameters is not a string, the key-value pair will not be added to the parameters list.
386
387
388
+
### <aid="callback-id"></a>Callback identifier
389
+
390
+
You can also add custom string identifier to each event you want to track. This identifier will later be reported in event success and/or event failure callbacks to enable you to keep track on which event was successfully tracked or not. You can set this identifier by calling the `setCallbackId` method on your `AdjustEvent` instance:
Some parameters are saved to be sent in every event and session of the Adjust SDK. Once you have added any of these parameters, you don't need to add them every time, since they will be saved locally. If you add the same parameter twice, there will be no effect.
0 commit comments