You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENV files need updated with google tag manager credentials
The following fields need updated in the corresponding env files for dev/staging/prod:
GOOGLE_TAG_MANAGER_ID=
GOOGLE_TAG_MANAGER_AUTH=
GOOGLE_TAG_MANAGER_PREVIEW=
These could all be stored in env files; the Analytics team has confirmed that they are not sensitive information and can exist within a code repo.
Requirements
ENV files need updated with google tag manager credentials
The following fields need updated in the corresponding env files for dev/staging/prod:
GOOGLE_TAG_MANAGER_ID=
GOOGLE_TAG_MANAGER_AUTH=
GOOGLE_TAG_MANAGER_PREVIEW=
These could all be stored in env files; the Analytics team has confirmed that they are not sensitive information and can exist within a code repo.
For example, this is how the key surfaces in Content Build currently: https://github.com/department-of-veterans-affairs/content-build/blob/main/src/site/assets/js/google-analytics/vagovdev.js
Please label these keys in a comment clearly as safe to be in code so that if they are caught by a secrets scan that we can point to that.
Acceptance criteria
Background & implementation details
Implementation tasks
The text was updated successfully, but these errors were encountered: