script> window.addEventListener('load', function() { if (window.location.href.indexOf('/') != -1) { var x = 0; var myVar = setInterval(function() { if (x == 0) { if (document.querySelector('.js-confirmation').innerText.includes('Thanks for filling out the form')) { gtag('event', 'conversion', {'send_to': 'AW-16597584131/WfWyCK6BysAaEIOSrOo9'}); clearInterval(myVar); x = 1; } } }, 1000); } });