Skip to content

Commit 16687b9

Browse files
committed
update docs to give correct parameter type
1 parent 1d60659 commit 16687b9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/02-app/01-building-your-application/06-optimizing/12-third-party-libraries.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -168,13 +168,13 @@ different variables and events that can be passed into the function.
168168
Options to pass to the Google Tag Manager. For a full list of options, read the [Google Tag Manager
169169
docs](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

0 commit comments

Comments
 (0)