[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-07-22 UTC."],[],[],null,["# SettingsOptions interface\n\nSpecifies custom options for your Firebase Analytics instance. You must set these before initializing `firebase.analytics()`.\n\n**Signature:** \n\n export interface SettingsOptions \n\nProperties\n----------\n\n| Property | Type | Description |\n|------------------------------------------------------------------------------|--------|-----------------------------------------------------------|\n| [dataLayerName](./analytics.settingsoptions.md#settingsoptionsdatalayername) | string | Sets custom name for `dataLayer` array used by `gtag.js`. |\n| [gtagName](./analytics.settingsoptions.md#settingsoptionsgtagname) | string | Sets custom name for `gtag` function. |\n\nSettingsOptions.dataLayerName\n-----------------------------\n\nSets custom name for `dataLayer` array used by `gtag.js`.\n\n**Signature:** \n\n dataLayerName?: string;\n\nSettingsOptions.gtagName\n------------------------\n\nSets custom name for `gtag` function.\n\n**Signature:** \n\n gtagName?: string;"]]