add GA tracking code to multiple timers
-
Hi,
Tried this to add GA tracking to the countdown title links. Would be even more ideal to have a different tracking code for each of the timers…
Thank you,
Tom====
<span style=”color:#ff0000;”>
<style type=”text/css”>
.fergcorp_countdownTimer_event_li {
display:inline-block;
margin:0 3px;
}
.fergcorp_countdownTimer_event_linkTitle {
color:#000000;
}
</style>
<script type=”text/javascript”>
$(‘.fergcorp_countdownTimer_event_linkTitle’).bind(“click”, function(){
ga(‘send’, ‘event’, ‘countdown’, ‘click’, ‘dtc500off’);
});
</script>
<ul style=”display:inline-block;list-style:none;margin:0 30px 0 0;font-size:11px;”>
<b>[fergcorp_cdt max=2]</b></span>
- The topic ‘add GA tracking code to multiple timers’ is closed to new replies.