only hit ga from gobyexample.com
This commit is contained in:
parent
dbe040a03e
commit
dfee14d4da
@ -6,14 +6,16 @@
|
|||||||
<link rel=stylesheet href="site.css">
|
<link rel=stylesheet href="site.css">
|
||||||
</head>
|
</head>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var _gaq = _gaq || [];
|
if (window.location.host == "gobyexample.com") {
|
||||||
_gaq.push(['_setAccount', 'UA-34996217-1']);
|
var _gaq = _gaq || [];
|
||||||
_gaq.push(['_trackPageview']);
|
_gaq.push(['_setAccount', 'UA-34996217-1']);
|
||||||
(function() {
|
_gaq.push(['_trackPageview']);
|
||||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
(function() {
|
||||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||||
})();
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||||
|
})();
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
<body>
|
<body>
|
||||||
<div id="intro">
|
<div id="intro">
|
||||||
|
@ -6,14 +6,16 @@
|
|||||||
<link rel=stylesheet href="site.css">
|
<link rel=stylesheet href="site.css">
|
||||||
</head>
|
</head>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var _gaq = _gaq || [];
|
if (window.location.host == "gobyexample.com") {
|
||||||
_gaq.push(['_setAccount', 'UA-34996217-1']);
|
var _gaq = _gaq || [];
|
||||||
_gaq.push(['_trackPageview']);
|
_gaq.push(['_setAccount', 'UA-34996217-1']);
|
||||||
(function() {
|
_gaq.push(['_trackPageview']);
|
||||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
(function() {
|
||||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||||
})();
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||||
|
})();
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
<body>
|
<body>
|
||||||
<div class="example" id="{{.Id}}">
|
<div class="example" id="{{.Id}}">
|
||||||
|
@ -6,14 +6,16 @@
|
|||||||
<link rel=stylesheet href="site.css">
|
<link rel=stylesheet href="site.css">
|
||||||
</head>
|
</head>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var _gaq = _gaq || [];
|
if (window.location.host == "gobyexample.com") {
|
||||||
_gaq.push(['_setAccount', 'UA-34996217-1']);
|
var _gaq = _gaq || [];
|
||||||
_gaq.push(['_trackPageview']);
|
_gaq.push(['_setAccount', 'UA-34996217-1']);
|
||||||
(function() {
|
_gaq.push(['_trackPageview']);
|
||||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
(function() {
|
||||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||||
})();
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||||
|
})();
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
<body>
|
<body>
|
||||||
<div id="intro">
|
<div id="intro">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user