$(function(){ $("#facebook").click(function(){ gtag('event', 'Facebook', {'event_category':'rrss','event_action': 'clic', 'event_label': 'Facebook', 'value': ''}); console.log("Evento: Facebook Accion: clic"); }); $(".ssk-whatsapp").click(function(){ gtag('event', 'Whatsapp', {'event_category':'rrss','event_action': 'clic', 'event_label': 'Whatsapp', 'value': ''}); console.log("Evento: Facebook Accion: clic"); // alert("whatsapp"); }); $("#twitter").click(function(){ gtag('event', 'Twitter', {'event_category':'rrss','event_action': 'clic', 'event_label': 'Twitter', 'value': ''}); console.log("Evento: Facebook Accion: clic"); }); $("#email").click(function(){ gtag('event', 'Email', {'event_category':'rrss','event_action': 'clic', 'event_label': 'Email', 'value': ''}); console.log("Evento: Facebook Accion: clic"); }); $("#referir").click(function(){ gtag('event', 'Referir', {'event_category':'rrss','event_action': 'clic', 'event_label': 'Referir', 'value': ''}); console.log("Evento: Facebook Accion: clic"); }); }) $(function(){ if(window.location.hash == "#referir") { var hash = window.location.hash; $("#exampleModal").modal('toggle'); } }); $(function(){ })