Data We Collect
get
Parameters: No parameters
Responses:
This is a table of user data that we collect using Apphud SDK.
Name | Description |
---|---|
Locale | Device locale |
Language | Device language |
Time zone | Device time zone |
Country | User's region code of locale |
Current IP address | Current external IP address. Developers can opt out of collecting it. |
Platform | Device platform. Possible values: iOS |
Device family | Device family. Possible values: iPhone , iPad |
Device model | Device mode, for example, iPhone X |
OS version | iOS version at this device |
Current app version | Current app version |
Start app version | First app version that was registered in Apphud for this device |
Push token | Push notifications token |
IDFV | Device IDFV (Identifier for Vendor) in iOS devices. Developers can opt out of collecting it. |
IDFA | Advertising Identifier on iOS devices. Not collected by default.* |
Advertiser ID | Advertising Identifier on Android devices (also known as GAID). Not collected by default.* |
App Set ID | Android identifier for grouping apps from the same developer. Not collected by default.* |
*Certain integrations require IDFA (iOS) or Advertising ID and App Set ID (Android) to attribute installs and events properly. If the developer chooses to collect these identifiers in their app and explicitly passes them to Apphud via SDK, Apphud will store and forward this data to the configured integrations as needed.
Note on stricter privacy compliance
If your app must comply with heightened privacy regulations or stricter app store policies, you may consider minimizing data collection further:
- Apphud does not collect IDFA (iOS) by default, as well as Advertiser ID and App Set ID (Android).
- Disable collection of IDFV and IP address by calling
optOutOfTracking()
in the Apphud SDK.For full details on data handling and privacy compliance, refer to App Privacy.
Updated 8 days ago