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 %}
Additional options that can be passed to Analytics method calls such as logEvent
, etc.
Signature:
export interface AnalyticsCallOptions
Property | Type | Description |
---|---|---|
global | boolean | If true, this config or event call applies globally to all Google Analytics properties on the page. |
If true, this config or event call applies globally to all Google Analytics properties on the page.
Signature:
global: boolean;