Skip to content
Open
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions docs/integrations/attribution/appsflyer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ The Appsflyer integration requires some device-specific data. RevenueCat will on

| Key | Description | Required |
| :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------- | :--------------- |
| `$appsflyerId` | Appsflyer Id. The unique Appsflyer identifier for the user | ✅ (required) |
| `$idfa` | iOS [advertising identifier](https://developer.apple.com/documentation/adsupport/asidentifiermanager/1614151-advertisingidentifier) UUID | (recommended) |
| `$gpsAdId` | Google [advertising identifier](https://developers.google.com/android/reference/com/google/android/gms/ads/identifier/AdvertisingIdClient.Info) | (recommended) |
| `$idfv` | iOS [vendor identifier](https://developer.apple.com/documentation/uikit/uidevice/1620059-identifierforvendor) UUID | (recommended) |
| `$ip` | The IP address of the device | ❌ (optional) |
| `$appsflyerId` | Appsflyer Id. The unique Appsflyer identifier for the user | ✅ |
| `$idfa` | iOS [advertising identifier](https://developer.apple.com/documentation/adsupport/asidentifiermanager/1614151-advertisingidentifier) UUID | (recommended) |
| `$gpsAdId` | Google [advertising identifier](https://developers.google.com/android/reference/com/google/android/gms/ads/identifier/AdvertisingIdClient.Info) | (recommended) |
| `$idfv` | iOS [vendor identifier](https://developer.apple.com/documentation/uikit/uidevice/1620059-identifierforvendor) UUID | (recommended) |
| `$ip` | The IP address of the device | ❌ (recommended) |

:::warning Android ID deprecation
Due to policy changes from the Play Store, Android ID is no longer collected by RevenueCat's Android SDKs starting on versions 6.9.8+, 7.11.1+, and later major versions.
Expand Down
10 changes: 5 additions & 5 deletions docs/integrations/third-party-integrations/mparticle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ The mParticle integration also requires some device-specific data. RevenueCat wi

| Key | Description | Required |
| :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------- | :--------------- |
| `$mparticleId` | The unique mParticle user identifier (mpid). | ✅ (recommended) |
| `$idfa` | iOS [advertising identifier](https://developer.apple.com/documentation/adsupport/asidentifiermanager/1614151-advertisingidentifier) UUID | ❌ (optional) |
| `$idfv` | iOS [vendor identifier](https://developer.apple.com/documentation/uikit/uidevice/1620059-identifierforvendor) UUID | ❌ (optional) |
| `$gpsAdId` | Google [advertising identifier](https://developers.google.com/android/reference/com/google/android/gms/ads/identifier/AdvertisingIdClient.Info) | ❌ (optional) |
| `$ip` | The IP address of the device | ❌ (optional) |
| `$mparticleId` | The unique mParticle user identifier (mpid). | ✅ |
| `$idfa` | iOS [advertising identifier](https://developer.apple.com/documentation/adsupport/asidentifiermanager/1614151-advertisingidentifier) UUID | ❌ (recommended) |
| `$idfv` | iOS [vendor identifier](https://developer.apple.com/documentation/uikit/uidevice/1620059-identifierforvendor) UUID | ❌ (recommended) |
| `$gpsAdId` | Google [advertising identifier](https://developers.google.com/android/reference/com/google/android/gms/ads/identifier/AdvertisingIdClient.Info) | ❌ (recommended) |
| `$ip` | The IP address of the device | ❌ (recommended) |

:::warning Android ID deprecation
Due to policy changes from the Play Store, Android ID is no longer collected by RevenueCat's Android SDKs starting on versions 6.9.8+, 7.11.1+, and later major versions.
Expand Down