Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.19 KB

analytics.settingsoptions.md

File metadata and controls

46 lines (32 loc) · 1.19 KB

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 %}

SettingsOptions interface

Specifies custom options for your Firebase Analytics instance. You must set these before initializing firebase.analytics().

Signature:

exportinterfaceSettingsOptions

Properties

PropertyTypeDescription
dataLayerNamestringSets custom name for dataLayer array used by gtag.js.
gtagNamestringSets custom name for gtag function.

SettingsOptions.dataLayerName

Sets custom name for dataLayer array used by gtag.js.

Signature:

dataLayerName?: string;

SettingsOptions.gtagName

Sets custom name for gtag function.

Signature:

gtagName?: string;
close