mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
New Analytics property
This commit is contained in:
parent
ff9ab90af2
commit
2efe17b168
1 changed files with 9 additions and 11 deletions
|
@ -34,16 +34,14 @@
|
||||||
|
|
||||||
<link rel="canonical" href="{{ site.url }}{{ page.url | replace:'index.html','' }}">
|
<link rel="canonical" href="{{ site.url }}{{ page.url | replace:'index.html','' }}">
|
||||||
|
|
||||||
<script type="text/javascript">
|
<!-- Google tag (gtag.js) -->
|
||||||
var _gaq = _gaq || [];
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1X18B5E7SB"></script>
|
||||||
_gaq.push(['_setAccount', 'UA-30035814-1']);
|
<script>
|
||||||
_gaq.push (['_gat._anonymizeIp']);
|
window.dataLayer = window.dataLayer || [];
|
||||||
_gaq.push(['_trackPageview']);
|
function gtag(){dataLayer.push(arguments);}
|
||||||
(function() {
|
gtag('js', new Date());
|
||||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
||||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
gtag('config', 'G-1X18B5E7SB');
|
||||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
</script>
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue