Jump to top

SettingsOptions

interface

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

Properties

dataLayerName

</>

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

dataLayerName: undefined | string;

gtagName

</>

Sets custom name for gtag function.

gtagName: undefined | string;