window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-YE4YMGGZ0M');
jQuery(document).ready(function(){
try {
jQuery("a[href^='tel']").click(function(){
//console.log('.callme click fired.');
ga('send', 'event', 'Call From Website', 'Clicked', '');
//console.log('.callme ga event sent.');
});
} catch(err) {
console.log(err);
}
try {
jQuery(".header-buttons a").click(function(){
//console.log('.callme click fired.');
ga('send', 'event', 'Book Online Button', 'Clicked', '');
//console.log('.callme ga event sent.');
});
} catch(err) {
console.log(err);
}
try {
jQuery("a[href^='mailto']").click(function(){
//console.log('.callme click fired.');
ga('send', 'event', 'Email', 'Clicked', '');
//console.log('.callme ga event sent.');
});
} catch(err) {
console.log(err);
}
try {
jQuery(".gform_button").click(function(){
//console.log('.callme click fired.');
ga('send', 'event', 'Form Submit Button Clicked', 'Clicked', '');
//console.log('.callme ga event sent.');
});
} catch(err) {
console.log(err);
}
});