Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 979 Bytes

analytics.analyticscalloptions.md

File metadata and controls

35 lines (25 loc) · 979 Bytes

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.

Signature:

export interface AnalyticsCallOptions 

Properties

Property Type Description
global boolean If 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.

Signature:

global: boolean;