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: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -364,13 +364,13 @@ As the callback is configured using the AdjustConfig instance, you should call `
364
364
365
365
The callback function will get called when the SDK receives final attribution data. Within the callback function you have access to the `attribution` parameter. Here is a quick summary of its properties:
366
366
367
-
-`string trackerToken` the tracker token of the current install.
368
-
-`string trackerName` the tracker name of the current install.
369
-
-`string network` the network grouping level of the current install.
370
-
-`string campaign` the campaign grouping level of the current install.
371
-
-`string adgroup` the ad group grouping level of the current install.
372
-
-`string creative` the creative grouping level of the current install.
373
-
-`string clickLabel` the click label of the current install.
367
+
-`string trackerToken` the tracker token of the current attribution.
368
+
-`string trackerName` the tracker name of the current attribution.
369
+
-`string network` the network grouping level of the current attribution.
370
+
-`string campaign` the campaign grouping level of the current attribution.
371
+
-`string adgroup` the ad group grouping level of the current attribution.
372
+
-`string creative` the creative grouping level of the current attribution.
373
+
-`string clickLabel` the click label of the current attribution.
0 commit comments