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
@@ -586,13 +586,13 @@ Adjust.onCreate(config);
586
586
587
587
The listener function will be called after the SDK receives the final attribution data. Within the listener function you have access to the `attribution` parameter. Here is a quick summary of its properties:
588
588
589
-
-`String trackerToken` the tracker token of the current install.
590
-
-`String trackerName` the tracker name of the current install.
591
-
-`String network` the network grouping level of the current install.
592
-
-`String campaign` the campaign grouping level of the current install.
593
-
-`String adgroup` the ad group grouping level of the current install.
594
-
-`String creative` the creative grouping level of the current install.
595
-
-`String clickLabel` the click label of the current install.
589
+
-`String trackerToken` the tracker token of the current attribution.
590
+
-`String trackerName` the tracker name of the current attribution.
591
+
-`String network` the network grouping level of the current attribution.
592
+
-`String campaign` the campaign grouping level of the current attribution.
593
+
-`String adgroup` the ad group grouping level of the current attribution.
594
+
-`String creative` the creative grouping level of the current attribution.
595
+
-`String clickLabel` the click label of the current attribution.
596
596
-`String adid` the adjust device identifier.
597
597
598
598
If any value is unavailable, it will default to `null`.
0 commit comments