Closed pkosiec closed 1 year ago
Changes proposed in this pull request:
Optionally: Set environmental variables:
export GOOGLE_TAG_MANAGER_CONTAINER_ID="container-id" export GOOGLE_TAG_TRACKING_ID="tracking-id"
Run npm run build and npm run serve. See the source code - you should see your IDs (e.g. gtm-dev and gtag-dev if you didn't provide the envs).
npm run build
npm run serve
gtm-dev
gtag-dev
Description
Changes proposed in this pull request:
Testing
Optionally: Set environmental variables:
Run
npm run build
andnpm run serve
. See the source code - you should see your IDs (e.g.gtm-dev
andgtag-dev
if you didn't provide the envs).