jQuery(document).on('click', '.get_a_quote', function() {
fbq('trackCustom', 'GetAQuote');
});
GetAQuote can be change to any EventName
Jagdish Sarma Asked question April 10, 2024
jQuery(document).on('click', '.get_a_quote', function() {
fbq('trackCustom', 'GetAQuote');
});
GetAQuote can be change to any EventName