Skip to content

Commit

Permalink
Update googleAnalyticsKeys to GA4 for d1, knb, adc
Browse files Browse the repository at this point in the history
Issues #1709
  • Loading branch information
robyngit committed Jun 29, 2023
1 parent 0a4996b commit 13d0800
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/js/themes/arctic/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ MetacatUI.AppConfig = Object.assign(
datasetMapFillColor: "",

//Google Analytics
googleAnalyticsKey: "UA-75482301-1",
googleAnalyticsKey: "G-12EKQM14SH",
},
MetacatUI.AppConfig || {}
);
Expand Down
2 changes: 1 addition & 1 deletion src/js/themes/dataone/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ MetacatUI.AppConfig = Object.assign({
label: "9434702"
}],

googleAnalyticsKey: "UA-15017327-17",
googleAnalyticsKey: "G-CR31GM016V",

//Dataset landing pages
displayDatasetEditButton: false,
Expand Down
2 changes: 1 addition & 1 deletion src/js/themes/knb/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ MetacatUI.AppConfig = Object.assign({
baseUrl: "https://knb.ecoinformatics.org",
metacatContext: "knb",
mapKey: "AIzaSyCFcgRnv0TwBEdAnTsG5rBbD6Hprrv_Yic",
googleAnalyticsKey: "UA-1588494-14",
googleAnalyticsKey: "G-JK039KFNBC",
repositoryName: "KNB",
nodeId: "urn:node:KNB",
enableLdapSignIn: true,
Expand Down

0 comments on commit 13d0800

Please sign in to comment.