Get in touch and we’ll get back to you as soon as we can. We look forward to hearing from you!
Get in touch and we’ll get back to you as soon as we can. We look forward to hearing from you!
<!– Event snippet for Contact Form Submission conversion page
In your html page, add the snippet and call gtag_report_conversion when someone clicks on the chosen link or button. –>
<script>
function gtag_report_conversion(url) {
var callback = function () {
if (typeof(url) != ‘undefined’) {
window.location = url;
}
};
gtag(‘event’, ‘conversion’, {
‘send_to’: ‘AW-673750935/25MHCNL-3NcBEJe_osEC’,
‘event_callback’: callback
});
return false;
}
</script>