Skip to content

Commit 98b8d9a

Browse files
xorelrsmontero
authored andcommitted
M #-: Update GA snippet (#2638)
(cherry picked from commit 72d2543)
1 parent de44ad1 commit 98b8d9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/_templates/thelayout.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919

2020
<html class="{{ sphinx_writer }}" lang="{{ lang_attr }}" >
2121
<head>
22-
<!-- Global site tag (gtag.js) - Google Analytics -->
23-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-162599738-1"></script>
22+
<!-- Google tag (gtag.js) -->
23+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-T5SWDS42ZH"></script>
2424
<script>
2525
window.dataLayer = window.dataLayer || [];
2626
function gtag(){dataLayer.push(arguments);}
2727
gtag('js', new Date());
2828

29-
gtag('config', 'UA-162599738-1');
29+
gtag('config', 'G-T5SWDS42ZH');
3030
</script>
3131

3232
<meta charset="utf-8">

0 commit comments

Comments
 (0)