From 0ccdc5cad391cfa5b14056a2792d801c763c174d Mon Sep 17 00:00:00 2001 From: nadinehattom Date: Mon, 11 Nov 2024 13:55:49 +0100 Subject: [PATCH 1/2] removed adid from adjustattribution class properties --- src/content/docs/en/sdk/unity/v5/features/attribution.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/content/docs/en/sdk/unity/v5/features/attribution.mdx b/src/content/docs/en/sdk/unity/v5/features/attribution.mdx index c039eb460..e138d4e81 100644 --- a/src/content/docs/en/sdk/unity/v5/features/attribution.mdx +++ b/src/content/docs/en/sdk/unity/v5/features/attribution.mdx @@ -37,7 +37,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. | From b883654b1ed6c6a18de3d3c73cbb69d46330cb58 Mon Sep 17 00:00:00 2001 From: nadinehattom Date: Mon, 11 Nov 2024 14:27:48 +0100 Subject: [PATCH 2/2] added tip to getAdid --- src/content/docs/en/sdk/unity/v5/features/attribution.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/content/docs/en/sdk/unity/v5/features/attribution.mdx b/src/content/docs/en/sdk/unity/v5/features/attribution.mdx index e138d4e81..e5ae43dab 100644 --- a/src/content/docs/en/sdk/unity/v5/features/attribution.mdx +++ b/src/content/docs/en/sdk/unity/v5/features/attribution.mdx @@ -28,6 +28,12 @@ The following values can only be accessed if the [`IsCostDataInAttributionEnable + + +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). + + + | Values | Data type | Description | | ------------------- | --------- | ---------------------------------------------------------------------------------------------------------------- | | `trackerToken` | `string` | The token of the link to which the device is currently attributed |