: 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
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?
More posts by @Berryessa370
1 Comments
Sorted by latest first Latest Oldest Best
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.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.