$(document).ready(function() { $(".track").click(function(e){"pageview"==$(this).attr("data-ga-type")?ga("send",$(this).attr("data-ga-type"),$(this).attr("data-ga-page")):"social"==$(this).attr("data-ga-type")?ga("send",$(this).attr("data-ga-type"),$(this).attr("data-ga-socialNetwork"),$(this).attr("data-ga-socialAction")):"event"==$(this).attr("data-ga-type")&&(console.log("tracking ga('send', 'event', "+$(this).attr("data-ga-eventcategory")+" - "+$(this).attr("data-ga-eventaction")+" - "+$(this).attr("data-ga-eventlabel")+" - "+$(this).attr("data-ga-eventValue")),ga("send","event",$(this).attr("data-ga-eventcategory"),$(this).attr("data-ga-eventaction"),$(this).attr("data-ga-eventlabel")))}) });