analytics.AppInfo interface

Interface representing the application that triggered these events.

Signature:

exportinterfaceAppInfo

Properties

PropertyTypeDescription
appIdstringUnique application identifier within an app store.
appInstanceIdstringUnique ID for this instance of the app.Example: "71683BF9FA3B4B0D9535A1F05188BAF3".
appPlatformstringThe app platform.Examples: "ANDROID", "IOS".
appStorestringThe identifier of the store that installed the app.Examples: "com.sec.android.app.samsungapps", "com.amazon.venezia", "com.nokia.nstore".
appVersionstringThe app's version name.Examples: "1.0", "4.3.1.1.213361", "2.3 (1824253)", "v1.8b22p6".

analytics.AppInfo.appId

Unique application identifier within an app store.

Signature:

appId?:string;

analytics.AppInfo.appInstanceId

Unique ID for this instance of the app.

Example: "71683BF9FA3B4B0D9535A1F05188BAF3".

Signature:

appInstanceId:string;

analytics.AppInfo.appPlatform

The app platform.

Examples: "ANDROID", "IOS".

Signature:

appPlatform:string;

analytics.AppInfo.appStore

The identifier of the store that installed the app.

Examples: "com.sec.android.app.samsungapps", "com.amazon.venezia", "com.nokia.nstore".

Signature:

appStore?:string;

analytics.AppInfo.appVersion

The app's version name.

Examples: "1.0", "4.3.1.1.213361", "2.3 (1824253)", "v1.8b22p6".

Signature:

appVersion?:string;

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2022-09-13 UTC.