Jump to content
  • 0

Google analytics target


jdk
 Share

Question

Добрый день.
У гугла есть такая фишка как таргет. Подскажите пожалуйста, нужно сделать, что бы при отправке формы в этот самый таргет передавалось значений (в админке гугла эта штука сделана). Саму форму передаю ajax, пробовал такой вариант:

$(function(){
var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-XXXXX-X']);
    _gaq.push(['_trackPageview']);

    (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);
    })();
	
	$('#ckph').submit(function(e){
        e.preventDefault();
		....
		_gaq.push(['_trackEvent', 'button', 'click','kupon']);
		...
	});

});

Форма отрабатывает как положено. Но в статистике гугла ничего не появляется. Подскажите как это побороть?

p.s. На "боевом" варианте указан 'UA-XXXXX-X' аккаунта.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Как и полагается, дело решилось за 2 минуты. Наш seoшных дел мастер настроил новую аналитику, потом в каком то туториале нашёл код, который скинул мне. Соответственно с новой аналитикой он не работает (нет конверсии), но и ошибки не выдаёт во время исполнения. В общем нужно смотреть что используется.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy