Skip to content

Commit

Permalink
Add new NEXT_PUBLIC_GTM_TRACKING_ID env var
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagojsag committed Nov 6, 2023
1 parent 1e7d8ad commit 352dc32
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .env.default
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Google Analytics tracking ID. If you're working with an Google Analytics 4 property, you have a Measurement ID instead of a Tracking ID.
NEXT_PUBLIC_GA_TRACKING_ID=G-K1N8N2NXDC

Google Tag Manager tracking ID
NEXT_PUBLIC_GTM_TRACKING_ID=GTM-NGR3WTR

# Sendgrid newsletter service
SENDGRID_API_KEY_SUBSCRIPTION=
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Please, **create a PR** for any improvement or feature you want to add. Try to n

When vulnerabilities are detected, a warning message is displayed at the top of the repository. The list of alerts can be found in the Dependabot alerts page.

Here's a step by step guide on how to address vulnerabilities found in production code:
Here's a step-by-step guide on how to address vulnerabilities found in production code:

1. Go to the Dependabot alerts page and locate the front-end vulnerability to address
2. Identify if the vulnerability affects production code:
Expand All @@ -82,10 +82,11 @@ Here's a step by step guide on how to address vulnerabilities found in productio
## Env variables


| Variable name | Description | Default value |
|-------------------------|-------------------------------------------------------------------------|------------------------------------:|
| SENDGRID_API_KEY_SUBSCRIPTION | Key to authenticate access to SendGrid e-mail platform services. | |
| NEXT_PUBLIC_GA_TRACKING_ID | Google Analytics tracking ID. | |
| Variable name | Description | Default value |
|-------------------------------|------------------------------------------------------------------|--------------:|
| SENDGRID_API_KEY_SUBSCRIPTION | Key to authenticate access to SendGrid e-mail platform services. | |
| NEXT_PUBLIC_GA_TRACKING_ID | Google Analytics tracking ID. | |
| NEXT_PUBLIC_GTM_TRACKING_ID | Google Tag Manager tracking ID. | |



Expand Down

1 comment on commit 352dc32

@vercel
Copy link

@vercel vercel bot commented on 352dc32 Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ncs-go – ./

ncs-go-git-main-vizzuality1.vercel.app
ncs-go-vizzuality1.vercel.app
ncs-go.vercel.app

Please sign in to comment.