Back to Firebase Js Sdk

AnalyticsCallOptions interface

docs-devsite/analytics.analyticscalloptions.md

12.12.1978 B
Original Source

Project: /docs/reference/js/_project.yaml Book: /docs/reference/_book.yaml page_type: reference

{% comment %} DO NOT EDIT THIS FILE! This is generated by the JS SDK team, and any local changes will be overwritten. Changes should be made in the source code at https://github.com/firebase/firebase-js-sdk {% endcomment %}

AnalyticsCallOptions interface

Additional options that can be passed to Analytics method calls such as logEvent<!-- -->, etc.

<b>Signature:</b>

typescript
export interface AnalyticsCallOptions 

Properties

PropertyTypeDescription
globalbooleanIf true, this config or event call applies globally to all Google Analytics properties on the page.

AnalyticsCallOptions.global

If true, this config or event call applies globally to all Google Analytics properties on the page.

<b>Signature:</b>

typescript
global: boolean;