Skip to content

Commit 03ab44d

Browse files
author
easteracrobat
committed
current-install-to-current-attribution
1 parent c2090ee commit 03ab44d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -586,13 +586,13 @@ Adjust.onCreate(config);
586586

587587
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:
588588

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.
596596
- `String adid` the adjust device identifier.
597597

598598
If any value is unavailable, it will default to `null`.

0 commit comments

Comments
 (0)