jQuery(document).on('click', 'a.btn-primary', function (e) { var href = jQuery(this).attr('href'); var clabel = jQuery(this).text(); // fixed here if (href && href.startsWith('mailto:')) { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: 'email_click', clickCategory: 'email', clickLabel: clabel }); console.log('dataLayer push:', { event: 'email_click', clickCategory: 'email', clickLabel: clabel }); } });
Filter content by

We’re here to help

Contact us and we’ll answer any questions about how Mitratech supports your success.

Contact Us