P
P
pawwwloff2015-05-19 12:20:25
Google Analytics
pawwwloff, 2015-05-19 12:20:25

How to set up Google Analytics event tracking on the site?

I'm trying to set up event tracking on the site. In the distant past, it was already possible to do this, but now for some reason it doesn’t work out ... Unfortunately, it wasn’t smart enough to document a successful attempt ...
So, what we have:
1) A configured event in GA edbc4923a77b43818827a1783122a163.PNG
2) The code on the desired page of the site

ga('send', 'event', 'FEEDBACK', 'FEEDBACK', 'submit', { 'hitCallback': function() {
                                                                                         console.log('ГОТОВО!');
                                                                                       }
});

The tracking code is naturally connected (By the way, e-commerce is tracked normally).
The callback function is working...
Maybe the event in GA was not started correctly?
Here is the site itself . The event should fire after the callback form has been submitted.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artyom Tsyplakov, 2015-05-19
@grimich

Hello
You use 2 codes at the same time - both Universal and Classic GA
Make sure that the code is the same everywhere, universal. Everything about gaq.push and ga.js - delete.
The event itself leaves approx. It's definitely not in GA?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question