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
You can read more about special partners and these integrations in our [guide to special partners][special-partners].
375
376
377
+
### <aid="callback-id"></a>Callback identifier
378
+
379
+
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 `ADJEvent` 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.
@@ -525,6 +539,7 @@ The delegate functions will be called after the SDK tries to send a package to t
525
539
Both event response data objects contain:
526
540
527
541
-`NSString eventToken` the event token, if the package tracked was an event.
542
+
-`NSString callbackid` the custom defined callback ID set on event object.
528
543
529
544
If any value is unavailable, it will default to `nil`.
0 commit comments