analytics.AppInfo interface
Stay organized with collections
Save and categorize content based on your preferences.
Interface representing the application that triggered these events.
Signature:
export interface AppInfo
Properties
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;
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 the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-09-13 UTC.
[null,null,["Last updated 2022-09-13 UTC."],[],[],null,["# analytics.AppInfo interface\n\nInterface representing the application that triggered these events.\n\n**Signature:** \n\n export interface AppInfo \n\nProperties\n----------\n\n| Property | Type | Description |\n|------------------------------------------------------------------------------------------|--------|-------------------------------------------------------------------------------------------------------------------------------------------|\n| [appId](./firebase-functions.analytics.appinfo.md#analyticsappinfoappid) | string | Unique application identifier within an app store. |\n| [appInstanceId](./firebase-functions.analytics.appinfo.md#analyticsappinfoappinstanceid) | string | Unique ID for this instance of the app.Example: \"71683BF9FA3B4B0D9535A1F05188BAF3\". |\n| [appPlatform](./firebase-functions.analytics.appinfo.md#analyticsappinfoappplatform) | string | The app platform.Examples: \"ANDROID\", \"IOS\". |\n| [appStore](./firebase-functions.analytics.appinfo.md#analyticsappinfoappstore) | string | The identifier of the store that installed the app.Examples: \"com.sec.android.app.samsungapps\", \"com.amazon.venezia\", \"com.nokia.nstore\". |\n| [appVersion](./firebase-functions.analytics.appinfo.md#analyticsappinfoappversion) | string | The app's version name.Examples: \"1.0\", \"4.3.1.1.213361\", \"2.3 (1824253)\", \"v1.8b22p6\". |\n\nanalytics.AppInfo.appId\n-----------------------\n\nUnique application identifier within an app store.\n\n**Signature:** \n\n appId?: string;\n\nanalytics.AppInfo.appInstanceId\n-------------------------------\n\nUnique ID for this instance of the app.\n\nExample: \"71683BF9FA3B4B0D9535A1F05188BAF3\".\n\n**Signature:** \n\n appInstanceId: string;\n\nanalytics.AppInfo.appPlatform\n-----------------------------\n\nThe app platform.\n\nExamples: \"ANDROID\", \"IOS\".\n\n**Signature:** \n\n appPlatform: string;\n\nanalytics.AppInfo.appStore\n--------------------------\n\nThe identifier of the store that installed the app.\n\nExamples: \"com.sec.android.app.samsungapps\", \"com.amazon.venezia\", \"com.nokia.nstore\".\n\n**Signature:** \n\n appStore?: string;\n\nanalytics.AppInfo.appVersion\n----------------------------\n\nThe app's version name.\n\nExamples: \"1.0\", \"4.3.1.1.213361\", \"2.3 (1824253)\", \"v1.8b22p6\".\n\n**Signature:** \n\n appVersion?: string;"]]