$('.oauth').off().on("click", function(){
    var $provider = $(this).data("provider");
    ga('send', 'event', 'oauth','provider', $provider);
  });