UNPKG

voluptasmollitia

Version:
38 lines (26 loc) 1.83 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/analytics](./analytics.md) &gt; [logEvent](./analytics.logevent_4.md) ## logEvent() function Sends analytics event with given `eventParams`<!-- -->. This method automatically associates this logged event with this Firebase web app instance on this device. List of recommended event parameters can be found in [the gtag.js reference documentation](https://developers.google.com/gtagjs/reference/event)<!-- -->. <b>Signature:</b> ```typescript export declare function logEvent(analyticsInstance: Analytics, eventName: 'checkout_progress', eventParams?: { currency?: EventParams['currency']; coupon?: EventParams['coupon']; value?: EventParams['value']; items?: EventParams['items']; checkout_step?: EventParams['checkout_step']; checkout_option?: EventParams['checkout_option']; [key: string]: any; }, options?: AnalyticsCallOptions): void; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | analyticsInstance | [Analytics](./analytics.analytics.md) | | | eventName | 'checkout\_progress' | | | eventParams | { currency?: [EventParams](./analytics.eventparams.md)<!-- -->\['currency'\]; coupon?: [EventParams](./analytics.eventparams.md)<!-- -->\['coupon'\]; value?: [EventParams](./analytics.eventparams.md)<!-- -->\['value'\]; items?: [EventParams](./analytics.eventparams.md)<!-- -->\['items'\]; checkout\_step?: [EventParams](./analytics.eventparams.md)<!-- -->\['checkout\_step'\]; checkout\_option?: [EventParams](./analytics.eventparams.md)<!-- -->\['checkout\_option'\]; \[key: string\]: any; } | | | options | [AnalyticsCallOptions](./analytics.analyticscalloptions.md) | | <b>Returns:</b> void