This commit is contained in:
8
static/assets/js/ga-init.js
Normal file
8
static/assets/js/ga-init.js
Normal file
@@ -0,0 +1,8 @@
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){ window.dataLayer.push(arguments); }
|
||||
|
||||
gtag("js", new Date());
|
||||
gtag("config", "G-36F29PDKRT", {
|
||||
// optional, but often helpful:
|
||||
anonymize_ip: true,
|
||||
});
|
||||
Reference in New Issue
Block a user