Відкрити головне меню

unimarc.org.ua β

Відмінності між версіями «MediaWiki:Mobile.js»

(Створена сторінка: Any JavaScript here will be loaded for users using the mobile site: <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.g...)
 
 
(Не показано одну проміжну версію цього користувача)
Рядок 1: Рядок 1:
 
/* Any JavaScript here will be loaded for users using the mobile site */
 
/* Any JavaScript here will be loaded for users using the mobile site */
  
<!-- Global site tag (gtag.js) - Google Analytics -->
+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-126787010-1"></script>
+
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
<script>
+
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  window.dataLayer = window.dataLayer || [];
+
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  function gtag(){dataLayer.push(arguments);}
+
 
  gtag('js', new Date());
+
  ga('create', 'UA-126787010-1', 'auto');
 
+
  ga('send', 'pageview');
  gtag('config', 'UA-126787010-1');
 
</script>
 

Поточна версія на 08:53, 5 жовтня 2018

/* Any JavaScript here will be loaded for users using the mobile site */

(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');
   
   ga('create', 'UA-126787010-1', 'auto');
   ga('send', 'pageview');