Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for configurable Google Analytics key #350

Open
jmgasper opened this issue Oct 30, 2023 · 1 comment
Open

Allow for configurable Google Analytics key #350

jmgasper opened this issue Oct 30, 2023 · 1 comment

Comments

@jmgasper
Copy link
Collaborator

We added GA to the check-email page here:

eb4cbb5

We have recently found out that dev and prod use different keys (GTM-MXXQHG8), so we want to make sure that the page knows to use the correct key in the correct domain (Topcoder.com vs Topcoder-dev.com)

  • Prod: GTM-MXXQHG8
  • Dev: GTM-W7B537Z
@suppermancool
Copy link
Collaborator

@jmgasper done in
tc-auth-lib-350.patch (this patch against commit eb4cbb5 in dev branch)

the GA_KEY key should be set inside the environment of the https://accounts-auth0.topcoder-dev.com project. Please set GA_KEY=GTM-MXXQHG8 in the prod environment, and GA_KEY=GTM-W7B537Z in the dev environment. GA_KEY should be in the environment next to DOMAIN, AUTH0DOMAIN, DICE_AUTH, ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants