Skip to content

Commit

Permalink
Merge pull request #2502 from CCAFS/A2-436-GA4-Implementation
Browse files Browse the repository at this point in the history
🔧 chore(header): gtag tracking credentials update
  • Loading branch information
MetalPrime authored Apr 11, 2024
2 parents ce314c8 + d676219 commit e6000c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions marlo-web/src/main/webapp/WEB-INF/global/pages/header.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@

[#-- Google Analytics --]
[#if config.production]
[#assign googleAnalyticsID = "UA-86349544-1"]
[#assign googleAnalyticsID = "G-4H6N4FNEF0"]
[#else]
[#assign googleAnalyticsID = "UA-86349544-3"]
[#assign googleAnalyticsID = "G-ZBG3ZWZK92"]
[/#if]

<!-- Global site tag (gtag.js) - Google Analytics -->
Expand Down

0 comments on commit e6000c0

Please sign in to comment.