diff --git a/.github/workflows/prod-build.yml b/.github/workflows/prod-build.yml index 410e43fe..c57837e2 100644 --- a/.github/workflows/prod-build.yml +++ b/.github/workflows/prod-build.yml @@ -257,6 +257,8 @@ jobs: # - developer.mozilla.org (GA4) # Using measurement ids on other domains is okay, as GA will filter these events. BUILD_GOOGLE_ANALYTICS_MEASUREMENT_ID: G-PWTK27XVWP + FRED_GA_ENABLED: true + FRED_GA_MEASUREMENT_ID: G-PWTK27XVWP # This enables the MDN Plus REACT_APP_ENABLE_PLUS: true diff --git a/.github/workflows/stage-build.yml b/.github/workflows/stage-build.yml index 1316dda4..e62373db 100644 --- a/.github/workflows/stage-build.yml +++ b/.github/workflows/stage-build.yml @@ -283,6 +283,8 @@ jobs: # - developer.allizom.org (GA4) # Using measurement ids on other domains is okay, as GA will filter these events. BUILD_GOOGLE_ANALYTICS_MEASUREMENT_ID: G-ZG5HNVZRY0 + FRED_GA_ENABLED: true + FRED_GA_MEASUREMENT_ID: G-ZG5HNVZRY0 # This enables the Plus call-to-action banner and the Plus landing page REACT_APP_ENABLE_PLUS: true