function gtag_report_conversion(url) {
var callback = function () {
if (typeof(url) != 'undefined') {
window.location = url;
}
};
gtag('event', 'conversion', {
'send_to': 'AW-18414341329/ZWLLCLabiekcENGZ0sxE',
'value': 1.0,
'currency': 'MXN',
'event_callback': callback
});
return false;
}
document.addEventListener('DOMContentLoaded', function () {
if (!window.jQuery) { return; }
jQuery(document).on('submit_success', function () {
gtag_report_conversion();
});
});