File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 77 libraryIndexName : dev_docs_sourcer-library-reference
88
99googleAnalytics :
10- trackingID : UA-154792164-4
10+ trackingID : GTM-W4BW9J9
Original file line number Diff line number Diff line change @@ -71,10 +71,9 @@ const config = {
7171 theme : {
7272 customCss : require . resolve ( "./src/css/custom.css" ) ,
7373 } ,
74- googleAnalytics : enableGoogleAnalytics
74+ googleTagManager : enableGoogleAnalytics
7575 ? {
76- trackingID : googleAnalyticsConfig . trackingID ,
77- anonymizeIP : true ,
76+ containerId : googleAnalyticsConfig . trackingID ,
7877 }
7978 : undefined ,
8079 } ,
Original file line number Diff line number Diff line change 44
55export CONFIG_SITE_URL=" https://docs.gruntwork.io"
66
7- export CONFIG_GOOGLE_ANALYTICS_TRACKING_ID=" UA-76462621-5 "
7+ export CONFIG_GOOGLE_ANALYTICS_TRACKING_ID=" GTM-5HV93CR "
88
99export ALGOLIA_INDEX_NAME=" docs_site_prod"
1010export ALGOLIA_API_KEY=" 49a495ba4c210780a28feed306d05522" # This is a search only key. It is safe to check in.
Original file line number Diff line number Diff line change 44
55export CONFIG_SITE_URL=" https://docs.dogfood-stage.com"
66
7- export CONFIG_GOOGLE_ANALYTICS_TRACKING_ID=" UA-154792164-2 "
7+ export CONFIG_GOOGLE_ANALYTICS_TRACKING_ID=" GTM-WPZJH6M "
88
99export ALGOLIA_INDEX_NAME=" docs_site_stage"
1010export ALGOLIA_API_KEY=" 8487ee2b8a8d59dfd7597854d562a38b" # This is a search only key. It is safe to check in.
You can’t perform that action at this time.
0 commit comments