Skip to content

Commit

Permalink
removed adid from adjustattribution class properties (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadinehattom authored Nov 11, 2024
2 parents 7b1c3b8 + b883654 commit e1cfbca
Showing 1 changed file with 6 additions and 1 deletion.
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

0 comments on commit e1cfbca

Please sign in to comment.