Skip to content

Commit e83be02

Browse files
committed
Update ua_presentation_5.html
1 parent 30059a5 commit e83be02

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/other/ua_presentation_5.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,23 @@
2020
div[flex_div]{height:68vh;margin:0;align-items:center;justify-content:center;}
2121
img[rounded]{border-radius:16px;max-width:64%;}
2222
</style>
23+
<!-- Google tag (gtag.js) (Universal Analytics) -->
2324
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-167313767-1"></script>
2425
<script>
2526
window.dataLayer = window.dataLayer || [];
2627
function gtag(){dataLayer.push(arguments);}
2728
gtag('js', new Date());
2829
gtag('config', 'UA-167313767-1', { cookie_flags: 'SameSite=None;Secure' });
2930
</script>
31+
<!-- Google tag (gtag.js) (Google Analytics 4) -->
32+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-P5KFWRNLRN"></script>
33+
<script>
34+
window.dataLayer = window.dataLayer || [];
35+
function gtag(){dataLayer.push(arguments);}
36+
gtag('js', new Date());
37+
38+
gtag('config', 'G-P5KFWRNLRN');
39+
</script>
3040
</head>
3141

3242
<body>

0 commit comments

Comments
 (0)