Skip to content

Commit d320d17

Browse files
authored
Merge pull request #12 from EntEthAlliance/feat/google-analytics
Add Google Analytics to privacy report
2 parents ac72a0e + 225b38a commit d320d17

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

privacy-report.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4+
<!-- Google tag (gtag.js) -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=GT-PL9524M"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
gtag('config', 'GT-PL9524M');
11+
</script>
412
<meta charset="utf-8" />
513
<meta name="viewport" content="width=device-width, initial-scale=1" />
614
<meta http-equiv="Cache-Control" content="no-store, max-age=0" />

0 commit comments

Comments
 (0)