Mobile app version of vmapp.org
Login or Join
Berryessa370

: Google Tag Manager push event to Google analytics When I used just Google anylytics I simply pushed event like this: _gaq.push(['_trackEvent', 'Category', 'Action', 'Opt Label'); So now I switched

@Berryessa370

Posted in: #GoogleAnalytics #GoogleTagManager

When I used just Google anylytics I simply pushed event like this:

_gaq.push(['_trackEvent', 'Category', 'Action', 'Opt Label');


So now I switched to Google Tag Manager. I added new tag Google analytics and selected Universal Analytics. I also inserted Google Tag Manager code to my page. I read that from now I can push events like this:

dataLayer.push({
'event': 'GAevent',
'eventCategory': 'print',
'eventAction': 'print_bottom',
'eventLabel': 'documentname'
});


But this doesn't work, event is not displayed inside Google Analytics. Am I missing something?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Berryessa370

1 Comments

Sorted by latest first Latest Oldest Best

 

@Berryessa370

Just found out that you can not send event to google analytics with GTM without making some extra settings inside GMT. This is a great tutorial about it.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme