mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 16:03:24 +02:00
Disable API docs old analytics
This commit is contained in:
parent
a297d7d735
commit
195f8867d8
1 changed files with 8 additions and 0 deletions
|
@ -72,6 +72,7 @@
|
|||
<?js } ?>
|
||||
|
||||
<!-- Start Google Analytics Tag -->
|
||||
<!--
|
||||
<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),
|
||||
|
@ -81,13 +82,17 @@
|
|||
ga('create', '{{ theme_config.google_analytics_code }}', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
-->
|
||||
<!-- End Google Analytics Tag -->
|
||||
|
||||
<!-- Start of HubSpot Embed Code -->
|
||||
<!--
|
||||
<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/5066246.js"></script>
|
||||
-->
|
||||
<!-- End of HubSpot Embed Code -->
|
||||
|
||||
<!-- Start Quantcast Tag -->
|
||||
<!--
|
||||
<script type="text/javascript">
|
||||
var _qevents = _qevents || [];
|
||||
(function() {
|
||||
|
@ -103,10 +108,12 @@ _qevents.push({qacct: "p-tK6PFLJY3q1s-"});
|
|||
<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"/>
|
||||
</noscript>
|
||||
-->
|
||||
<!-- End Quantcast Tag -->
|
||||
|
||||
|
||||
<!-- Start Hotjar Tracking Code for https://highfidelity.com/ -->
|
||||
<!--
|
||||
<script>
|
||||
(function(h,o,t,j,a,r){
|
||||
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);
|
||||
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
|
||||
</script>
|
||||
-->
|
||||
<!-- End Hotjar Tracking Code for https://highfidelity.com/ -->
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue