mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 02:48:12 +02:00
Merge pull request #89 from ctrlaltdavid/disable-api-docs-analytics
Disable API docs old analytics
This commit is contained in:
commit
b2648a0624
1 changed files with 8 additions and 0 deletions
|
@ -72,6 +72,7 @@
|
||||||
<?js } ?>
|
<?js } ?>
|
||||||
|
|
||||||
<!-- Start Google Analytics Tag -->
|
<!-- Start Google Analytics Tag -->
|
||||||
|
<!--
|
||||||
<script>
|
<script>
|
||||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
(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),
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||||
|
@ -81,13 +82,17 @@
|
||||||
ga('create', '{{ theme_config.google_analytics_code }}', 'auto');
|
ga('create', '{{ theme_config.google_analytics_code }}', 'auto');
|
||||||
ga('send', 'pageview');
|
ga('send', 'pageview');
|
||||||
</script>
|
</script>
|
||||||
|
-->
|
||||||
<!-- End Google Analytics Tag -->
|
<!-- End Google Analytics Tag -->
|
||||||
|
|
||||||
<!-- Start of HubSpot Embed Code -->
|
<!-- Start of HubSpot Embed Code -->
|
||||||
|
<!--
|
||||||
<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/5066246.js"></script>
|
<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/5066246.js"></script>
|
||||||
|
-->
|
||||||
<!-- End of HubSpot Embed Code -->
|
<!-- End of HubSpot Embed Code -->
|
||||||
|
|
||||||
<!-- Start Quantcast Tag -->
|
<!-- Start Quantcast Tag -->
|
||||||
|
<!--
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var _qevents = _qevents || [];
|
var _qevents = _qevents || [];
|
||||||
(function() {
|
(function() {
|
||||||
|
@ -103,10 +108,12 @@ _qevents.push({qacct: "p-tK6PFLJY3q1s-"});
|
||||||
<noscript>
|
<noscript>
|
||||||
<img src="//pixel.quantserve.com/pixel/p-tK6PFLJY3q1s-.gif?labels=_fp.event.Default" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/>
|
<img src="//pixel.quantserve.com/pixel/p-tK6PFLJY3q1s-.gif?labels=_fp.event.Default" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/>
|
||||||
</noscript>
|
</noscript>
|
||||||
|
-->
|
||||||
<!-- End Quantcast Tag -->
|
<!-- End Quantcast Tag -->
|
||||||
|
|
||||||
|
|
||||||
<!-- Start Hotjar Tracking Code for https://highfidelity.com/ -->
|
<!-- Start Hotjar Tracking Code for https://highfidelity.com/ -->
|
||||||
|
<!--
|
||||||
<script>
|
<script>
|
||||||
(function(h,o,t,j,a,r){
|
(function(h,o,t,j,a,r){
|
||||||
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
|
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
|
||||||
|
@ -117,6 +124,7 @@ _qevents.push({qacct: "p-tK6PFLJY3q1s-"});
|
||||||
a.appendChild(r);
|
a.appendChild(r);
|
||||||
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
|
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
|
||||||
</script>
|
</script>
|
||||||
|
-->
|
||||||
<!-- End Hotjar Tracking Code for https://highfidelity.com/ -->
|
<!-- End Hotjar Tracking Code for https://highfidelity.com/ -->
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue