Я настроил _setCustomVar для своего сайта, например:
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXX']);
_gaq.push(['_setDomainName', '.blog4ever.com']);
_gaq.push(['_trackPageview']);
_gaq.push(['_setCustomVar', 1, 'B4E_Type_Pub', 'Silver_ou_Gold', 3]);
_gaq.push(['_setCustomVar', 2, 'B4E_Etat_Blog', 'normal', 3]);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
Когда я захожу в свою панель инструментов: Посетители -> Пользовательские переменные, я вижу свои 2 переменные, но цифры действительно странные (например, 40 просмотров страниц, хотя у меня много тысяч просмотров страниц).
У меня установлено 2 дня.
Кто-нибудь сталкивался с такой же проблемой?