Skip to content

Commit

Permalink
Merge pull request #24 from adjust/current-install-to-att
Browse files Browse the repository at this point in the history
current install to att.
  • Loading branch information
Chris Marshall authored Nov 29, 2017
2 parents 815714b + f61cf6f commit cb4396f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,13 +420,13 @@ Adjust.create(adjustConfig);

Within the listener function you have access to the `attribution` parameters. Here is a quick summary of its properties:

- `trackerToken` the tracker token of the current install.
- `trackerName` the tracker name of the current install.
- `network` the network grouping level of the current install.
- `campaign` the campaign grouping level of the current install.
- `adgroup` the ad group grouping level of the current install.
- `creative` the creative grouping level of the current install.
- `clickLabel` the click label of the current install.
- `trackerToken` the tracker token of the current attribution.
- `trackerName` the tracker name of the current attribution.
- `network` the network grouping level of the current attribution.
- `campaign` the campaign grouping level of the current attribution.
- `adgroup` the ad group grouping level of the current attribution.
- `creative` the creative grouping level of the current attribution.
- `clickLabel` the click label of the current attribution.
- `adid` the Adjust device identifier.

Please make sure to consider our [applicable attribution data policies][attribution-data].
Expand Down

0 comments on commit cb4396f

Please sign in to comment.