autotest statistics tags

This commit is contained in:
Jani Hirvinen 2018-12-09 13:55:09 +07:00 committed by Andrew Tridgell
parent cb3b0bd373
commit 38fc4975d8
1 changed files with 12 additions and 0 deletions

View File

@ -57,5 +57,17 @@ ${{images:${fname}<br><img src="${fname}" alt="${name}" /><p></a>
Older test results are <a href="history">available here</a>
</div>
</div>
<!-- Global site tag (gtag.js) - Autotest statistics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-75650032-5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-75650032-5');
</script>
</body>
</html>