if (window.location.pathname.indexOf('/tours/private-tours-charters/') !== -1) { document.addEventListener('click', function(e) { if (e.target.closest('.elementor-button[type="submit"]')) { if (typeof fbq !== 'undefined') { fbq('trackCustom', 'PrivateTourLead'); fbq('track', 'Lead', {value: 800.00, currency: 'AUD'}); } } }); }