Skip to content

Commit 14782f2

Browse files
author
Chris Marshall
authored
Merge pull request #111 from adjust/install-to-att
Current install changed to current attribution
2 parents b873ec6 + ce9b7c4 commit 14782f2

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
@@ -364,13 +364,13 @@ As the callback is configured using the AdjustConfig instance, you should call `
364364

365365
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:
366366

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.
374374
- `string adid` the Adjust device identifier.
375375

376376
```cs

0 commit comments

Comments
 (0)