if (window.location.pathname.includes ('get-a-quote')){ var email_data = '' document.getElementById("input_comp-lvwoz8fl5").addEventListener("focusout", function() { email_data = document.querySelector("#input_comp-lvwoz8fl5").value; console.log(email_data); }); window.addEventListener('click', function(e){ if(e.target.closest('.VU4Mnk.wixui-button.PlZyDq')){ var timer = setInterval(function() { if (document.querySelector('.font_9.wixui-rich-text__text.wixui-rich-text__text') && document.querySelector('.font_9.wixui-rich-text__text.wixui-rich-text__text').textContent.indexOf("We look forward to talking with you!") != -1) { gtag('event', 'conversion', {'send_to': 'AW-789462589/tuOCCNWtu_IZEL38uPgC'}); } clearInterval(timer); }, 1000); } }) }