add tracking code
This commit is contained in:
parent
702f9b7a28
commit
c56af5c9f4
|
@ -40,5 +40,21 @@ body {
|
|||
<body>
|
||||
<h1>Coming Soon ...</h1>
|
||||
<p>Why not check out my <a href="blog">blog</a> for now?</p>
|
||||
<script>
|
||||
//<![CDATA[
|
||||
var owa_baseUrl = 'https://owa.isnet.uk/';
|
||||
var owa_cmds = owa_cmds || [];
|
||||
owa_cmds.push(['setSiteId', '9010bbc622d7c2514fd73db73f05d89c']);
|
||||
owa_cmds.push(['trackPageView']);
|
||||
owa_cmds.push(['trackClicks']);
|
||||
|
||||
(function() {
|
||||
var _owa = document.createElement('script'); _owa.type = 'text/javascript'; _owa.async = true;
|
||||
owa_baseUrl = ('https:' == document.location.protocol ? window.owa_baseSecUrl || owa_baseUrl.replace(/http:/, 'https:') : owa_baseUrl );
|
||||
_owa.src = owa_baseUrl + 'modules/base/js/owa.tracker-combined-min.js';
|
||||
var _owa_s = document.getElementsByTagName('script')[0]; _owa_s.parentNode.insertBefore(_owa, _owa_s);
|
||||
}());
|
||||
//]]>
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Reference in New Issue