From 4792a085080bcb868978083ab32a9286ea03a693 Mon Sep 17 00:00:00 2001 From: Bill Riehl Date: Fri, 30 Jun 2023 14:44:52 -0400 Subject: [PATCH] send CI analytics -> prod endpoint for testing --- src/config.json | 2 +- src/config.json.templ | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.json b/src/config.json index c04e87c240..c244e6873c 100644 --- a/src/config.json +++ b/src/config.json @@ -100,7 +100,7 @@ "version_check": "/narrative_version", "workspace": "https://ci.kbase.us/services/ws", "ws_browser": "https://narrative.kbase.us/#ws", - "google_analytics_id": "G-GSSGYX2WB8", + "google_analytics_id": "G-KXZCE6YQFZ", "google_ad_id": "AW-753507180", "google_ad_conversion": "kR9OCLas4JgBEOy2pucC" }, diff --git a/src/config.json.templ b/src/config.json.templ index 85321c507c..6c2d3d146f 100644 --- a/src/config.json.templ +++ b/src/config.json.templ @@ -100,7 +100,7 @@ "version_check": "{{ .Env.VERSION_CHECK }}", "workspace": "https://ci.kbase.us/services/ws", "ws_browser": "https://narrative.kbase.us/#ws", - "google_analytics_id": "G-GSSGYX2WB8", + "google_analytics_id": "G-KXZCE6YQFZ", "google_ad_id": "AW-753507180", "google_ad_conversion": "kR9OCLas4JgBEOy2pucC" },