How to add Google Analytics Event Tracking??
9 years 1 month ago #29937
by Grass
How to add Google Analytics Event Tracking?? was created by Grass
Hey there,
got a new website where we use the Mediabox CK but google analytics doesn't count the events when users click through all of the images.
Can anyone give me some help or luckily the code i have to add to the head of ouf website www.topgear-deutschland.de ? Allready know this developers.google.com/analytics/devguide...n/analyticsjs/events but doesn't really know what to add to our code.
Thanks a lot
Fabian
got a new website where we use the Mediabox CK but google analytics doesn't count the events when users click through all of the images.
Can anyone give me some help or luckily the code i have to add to the head of ouf website www.topgear-deutschland.de ? Allready know this developers.google.com/analytics/devguide...n/analyticsjs/events but doesn't really know what to add to our code.
Thanks a lot
Fabian
Please Log in or Create an account to join the conversation.
9 years 1 month ago #29938
by Grass
Replied by Grass on topic How to add Google Analytics Event Tracking??
Ohh and i forgot - would be really great if Google Analytics also can track the events coming from mobile devices (swipe gesture!) because most of our users are via smartphone or tablet
Please Log in or Create an account to join the conversation.
9 years 1 month ago #29941
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic How to add Google Analytics Event Tracking??
Hi
this is not really have anything to do with Mediabox
you can add the code in your page to track the click on your images
like explained in the google doc
CEd
this is not really have anything to do with Mediabox
you can add the code in your page to track the click on your images
Code:
var downloadLink = document.getElementById('button');
addListener(downloadLink, 'click', function() {
ga('send', 'event', 'button', 'click', 'nav-buttons');
});
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
9 years 1 month ago #30175
by Grass
Replied by Grass on topic How to add Google Analytics Event Tracking??
Hey Ced,
can you tell me straight in which file i have to add this code?
I just find some guide for the asynchron code, but we use the universal.
I found this guide for example moz.com/ugc/tracking-fancybox-clicks-in-google-analytics but i am not sure where to add this lines? in the mediabox_ck.php or where? :)
THanks a lot
can you tell me straight in which file i have to add this code?
I just find some guide for the asynchron code, but we use the universal.
I found this guide for example moz.com/ugc/tracking-fancybox-clicks-in-google-analytics but i am not sure where to add this lines? in the mediabox_ck.php or where? :)
THanks a lot
Please Log in or Create an account to join the conversation.
9 years 1 month ago #30220
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic How to add Google Analytics Event Tracking??
please remind me on monday, I 'm actually working on the mediabox and I have to check the triggers for this
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.223 seconds