Skip to content

Commit 419f22a

Browse files
committed
fix: remove test dev ga tag. this is public info so no secret loss
1 parent 1af6539 commit 419f22a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/googleAnalytics/feeder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
// Get the gtag ID from the query string parameter named 'gtagID'
1515
const urlParams = new URLSearchParams(window.location.search);
16-
const analyticsID = urlParams.get('analyticsID') || "G-VE5BXWJ0HF";
16+
const analyticsID = urlParams.get('analyticsID');
1717
if(analyticsID && isAllowedOrigin(location.origin)){
1818
// for google analytics
1919
window.dataLayer = window.dataLayer || [];

0 commit comments

Comments
 (0)