Added Google Analytics ID.

This commit is contained in:
2017-12-22 20:14:51 +00:00
parent 94ec59e7ef
commit 071f9df122
6 changed files with 54 additions and 0 deletions

View File

@@ -38,6 +38,15 @@
<head runat="server">
<link href="dos.css" rel="stylesheet" type="text/css"/>
<title>DiscImageChef Device Report</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111466173-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-111466173-1');
</script>
</head>
<body id="content" runat="server">
DiscImageChef Report for <asp:Label id="lblManufacturer" runat="server"/> <asp:Label id="lblModel" runat="server"/> <asp:Label id="lblRevision" runat="server"/>