[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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;"]]