The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
Universal Analytics in vBulletin
Hi! How to insert the code Universal Analytics?
Привет! Как вставить код Universal Analytics? Code:
<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'); ga('create', 'UA-32257551-1', 'auto'); ga('send', 'pageview'); </script> Реализация PHP Создайте файл analyticstracking.php с приведенным выше кодом и добавьте его с помощью директивы include во все шаблоны страниц PHP. Затем добавьте следующую строку на каждый шаблон страницы непосредственно после открывающего тега <body>: <?php include_once("analyticstracking.php") ?> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|