function gtag_report_conversion(url) {
var callback = function () {
if (typeof(url) != 'undefined') {
window.location = url;
}
};
gtag('event', 'conversion', {
'send_to': 'AW-11328674685/fYAdCILS4r0aEP2295kq',
'event_callback': callback
});
return false;
}
top of page
bottom of page