var x = 0;
var timer = setInterval(function() {
if (jQuery('.forminator-success').is(":visible")) {
if (x == 0) {
gtag('event', 'conversion', {
'send_to': 'AW-11061715091/2JfKCL3-g9EZEJPB0Zop'
});
x = 1;
}
clearInterval(timer);
}
}, 1000);
if (window.location.href.includes('/thank-you')) {
gtag('event', 'conversion', {
'send_to': 'AW-11061715091/2JfKCL3-g9EZEJPB0Zop'
});
}
});