37 строки
1.4 KiB
HTML
37 строки
1.4 KiB
HTML
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
{% if site.ga_tracking_code %}
|
|
ga('create', '{{site.ga_tracking_code}}', 'auto');
|
|
{% endif %}
|
|
{% if site.p2pu_ga_tracking_code %}
|
|
ga('create', '{{site.p2pu_ga_tracking_code}}', 'auto', {'name': 'p2puTracker'} );
|
|
{% endif %}
|
|
{% if site.ga_tracking_code %}
|
|
ga('send', 'pageview');
|
|
{% endif %}
|
|
{% if site.p2pu_ga_tracking_code %}
|
|
ga('p2puTracker.send', 'pageview');
|
|
{% endif %}
|
|
</script>
|
|
<!-- Start of StatCounter Code for Default Guide -->
|
|
<script type="text/javascript">
|
|
var sc_project=10263151;
|
|
var sc_invisible=1;
|
|
var sc_security="5fdd5263";
|
|
var scJsHost = (("https:" == document.location.protocol) ?
|
|
"https://secure." : "http://www.");
|
|
document.write("<sc"+"ript type='text/javascript' src='" +
|
|
scJsHost+
|
|
"statcounter.com/counter/counter.js'></"+"script>");
|
|
</script>
|
|
<noscript><div class="statcounter"><a title="free web stats"
|
|
href="http://statcounter.com/free-web-stats/"
|
|
target="_blank"><img class="statcounter"
|
|
src="http://c.statcounter.com/10263151/0/5fdd5263/1/"
|
|
alt="free web stats"></a></div></noscript>
|
|
<!-- End of StatCounter Code for Default Guide -->
|