File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
docs/02-app/01-building-your-application/06-optimizing Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -168,13 +168,13 @@ different variables and events that can be passed into the function.
168168Options to pass to the Google Tag Manager. For a full list of options, read the [ Google Tag Manager
169169docs] ( https://developers.google.com/tag-platform/tag-manager/datalayer ) .
170170
171- | Name | Type | Description |
172- | --------------- | -------- | ------------------------------------------------------------------------------- |
173- | ` gtmId ` | Required | Your GTM container ID. Usually starts with ` GTM- ` . |
174- | ` dataLayer ` | Optional | Data layer array to instantiate the container with. Defaults to an empty array . |
175- | ` dataLayerName ` | Optional | Name of the data layer. Defaults to ` dataLayer ` . |
176- | ` auth ` | Optional | Value of authentication parameter (` gtm_auth ` ) for environment snippets. |
177- | ` preview ` | Optional | Value of preview parameter (` gtm_preview ` ) for environment snippets. |
171+ | Name | Type | Description |
172+ | --------------- | -------- | --------------------------------------------------------------------------------- |
173+ | ` gtmId ` | Required | Your GTM container ID. Usually starts with ` GTM- ` . |
174+ | ` dataLayer ` | Optional | Data layer object to instantiate the container with. Defaults to an empty object . |
175+ | ` dataLayerName ` | Optional | Name of the data layer. Defaults to ` dataLayer ` . |
176+ | ` auth ` | Optional | Value of authentication parameter (` gtm_auth ` ) for environment snippets. |
177+ | ` preview ` | Optional | Value of preview parameter (` gtm_preview ` ) for environment snippets. |
178178
179179### Google Analytics
180180
You can’t perform that action at this time.
0 commit comments