From 62d67b630cfb1be3e070f4f1671aa048c0df973f Mon Sep 17 00:00:00 2001 From: Brian Tong Date: Wed, 16 Jun 2021 18:22:06 -0700 Subject: [PATCH] Add a comment about where to put env and auth params It is common to have gtm_auth and gtm_preview query params for other environments. Adding this to the docs to make it clearer, as suggested in https://github.com/nuxt-community/gtm-module/issues/42 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e82d82..143c140 100755 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ export default { id: undefined, layer: 'dataLayer', - variables: {}, + variables: {}, /* scriptURL query params such as gtm_auth, gtm_preview can go here */ pageTracking: false, pageViewEventName: 'nuxtRoute',