analytics.AppInfo interface Stay organized with collections Save and categorize content based on your preferences.
Interface representing the application that triggered these events.
Signature:
exportinterfaceAppInfoProperties
| Property | Type | Description |
|---|---|---|
| appId | string | Unique application identifier within an app store. |
| appInstanceId | string | Unique ID for this instance of the app.Example: "71683BF9FA3B4B0D9535A1F05188BAF3". |
| appPlatform | string | The app platform.Examples: "ANDROID", "IOS". |
| appStore | string | The identifier of the store that installed the app.Examples: "com.sec.android.app.samsungapps", "com.amazon.venezia", "com.nokia.nstore". |
| appVersion | string | The 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.