Skip to content

Commit

Permalink
updatev gtag
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Metelkin committed Oct 23, 2023
1 parent f5c8248 commit 1d8f663
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-149749027-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-149749027-1');
</script>

<meta charset="UTF-8">
<title>Heta project homepage</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
Expand Down Expand Up @@ -47,7 +57,7 @@
},
noCompileLinks : [
],
ga: 'UA-149749027-1',
//ga: 'UA-149749027-1',
//requestHeaders: {'cache-control': 'max-age=43200'} // 12 hours
//requestHeaders: {'cache-control': 'no-store, max-age=0'}
}
Expand Down

0 comments on commit 1d8f663

Please sign in to comment.