Cart

jQuery(document).ready(function($) { $('a[href*="sign"]').click(function() { gtag('event', 'signup_click', { 'event_category': 'CTA', 'event_label': $(this).text(), 'button_location': $(this).closest('.vc_row').index() }); }); });