if (window.location.href.includes('/commercial-services')) {
gtag('event', 'conversion', {
'send_to': 'AW-16729623750/6DiKCP3ajtYbEMaZp6k-'
});
}
var x = 0
var timer = setInterval(function () {
if (
document.querySelectorAll('.overlay-message').length > 0 &&
document
.querySelector('.overlay-message')
.innerText.includes('Success') &&
window.location.href.includes('/contact')
) {
if (x == 0) {
gtag('event', 'conversion', {
send_to: 'AW-16729623750/iMY7CPbHyqwcEMaZp6k-',
})
x = 1
}
clearInterval(timer)
}
}, 1000)
document.addEventListener('click', function(e) {
if (e.target.closest('[href*="tel:"]')) {
gtag('event', 'conversion', {
'send_to': 'AW-16729623750/JBtzCJDnkq0cEMaZp6k-'
});
}
}, {
capture: true
});
});