Data We Collect

get

Parameters: No parameters

Responses:

This is a table of user data that we collect using Apphud SDK.

NameDescription
LocaleDevice locale
LanguageDevice language
Time zoneDevice time zone
CountryUser's region code of locale
Current IP addressCurrent external IP address. Developers can opt out of collecting it.
PlatformDevice platform. Possible values: iOS
Device familyDevice family. Possible values: iPhone, iPad
Device modelDevice mode, for example, iPhone X
OS versioniOS version at this device
Current app versionCurrent app version
Start app versionFirst app version that was registered in Apphud for this device
Push tokenPush notifications token
IDFVDevice IDFV (Identifier for Vendor) in iOS devices. Developers can opt out of collecting it.
IDFAAdvertising Identifier on iOS devices. Not collected by default.*
Advertiser IDAdvertising Identifier on Android devices (also known as GAID). Not collected by default.*
App Set IDAndroid 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 callingoptOutOfTracking()in the Apphud SDK.

For full details on data handling and privacy compliance, refer to App Privacy.