[[["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 2023-04-24 UTC."],[],[],null,["# analytics namespace\n\nFunctions\n---------\n\n| Function | Description |\n|-------------------------------------------------------------------------------|--------------------------------------------------|\n| [event(analyticsEventType)](./firebase-functions.analytics.md#analyticsevent) | Registers a function to handle analytics events. |\n\nClasses\n-------\n\n| Class | Description |\n|-----------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------|\n| [AnalyticsEvent](./firebase-functions.analytics.analyticsevent.md#analyticsanalyticsevent_class) | Interface representing a Firebase Analytics event that was logged for a specific user. |\n| [AnalyticsEventBuilder](./firebase-functions.analytics.analyticseventbuilder.md#analyticsanalyticseventbuilder_class) | The Firebase Analytics event builder interface.Access via `functions.analytics.event()`. |\n| [ExportBundleInfo](./firebase-functions.analytics.exportbundleinfo.md#analyticsexportbundleinfo_class) | Interface representing the bundle these events were uploaded to. |\n| [UserDimensions](./firebase-functions.analytics.userdimensions.md#analyticsuserdimensions_class) | Interface representing the user who triggered the events. |\n| [UserPropertyValue](./firebase-functions.analytics.userpropertyvalue.md#analyticsuserpropertyvalue_class) | Predefined or custom properties stored on the client side. |\n\nInterfaces\n----------\n\n| Interface | Description |\n|------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------|\n| [AppInfo](./firebase-functions.analytics.appinfo.md#analyticsappinfo_interface) | Interface representing the application that triggered these events. |\n| [DeviceInfo](./firebase-functions.analytics.deviceinfo.md#analyticsdeviceinfo_interface) | Interface representing the device that triggered these Firebase Analytics events. |\n| [GeoInfo](./firebase-functions.analytics.geoinfo.md#analyticsgeoinfo_interface) | Interface representing the geographic origin of the events. |\n\nanalytics.event()\n-----------------\n\nRegisters a function to handle analytics events.\n\n**Signature:** \n\n export declare function event(analyticsEventType: string): AnalyticsEventBuilder;\n\n### Parameters\n\n| Parameter | Type | Description |\n|--------------------|--------|--------------------------------------------------------------------------|\n| analyticsEventType | string | Name of the analytics event type to which this Cloud Function is scoped. |\n\n**Returns:**\n\n[AnalyticsEventBuilder](./firebase-functions.analytics.analyticseventbuilder.md#analyticsanalyticseventbuilder_class)\n\nAnalytics event builder interface."]]