Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed adid from adjustattribution class properties #1193

Merged
merged 2 commits into from
Nov 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion src/content/docs/en/sdk/unity/v5/features/attribution.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ The following values can only be accessed if the [`IsCostDataInAttributionEnable

</Callout>

<Callout type="tip">

To get the Adjust Device ID, use the `Adjust.getAdid` method. For more details, go to [Get device information](/en/sdk/android/features/device-info#adjust-device-identifier).

</Callout>

| Values | Data type | Description |
| ------------------- | --------- | ---------------------------------------------------------------------------------------------------------------- |
| `trackerToken` | `string` | The token of the link to which the device is currently attributed |
Expand All @@ -37,7 +43,6 @@ The following values can only be accessed if the [`IsCostDataInAttributionEnable
| `adgroup` | `string` | The name of the adgroup to which the device is currently attributed |
| `creative` | `string` | The name of the creative to which the device is currently attributed |
| `clickLabel` | `string` | The [click label](https://help.adjust.com/en/article/user-rewards) that the install is tagged with |
| `adid` | `string` | The unique Adjust ID assigned to the device |
| `costType` | `string` | The campaign pricing model (for example cpi) |
| `costAmount` | `double` | The cost of the install. |
| `costCurrency` | `string` | The [3 character ISO 4217 code](https://www.iban.com/currency-codes) of the currency associated with the cost. |
Expand Down
Loading