top of page
bottom of page
// Allgemeine Conversion-Funktion function gtag_report_conversion(url, conversionLabel) { var callback = function () { if (typeof(url) != 'undefined') { window.location = url; } }; gtag('event', 'conversion', { 'send_to': 'AW-11496520413/' + conversionLabel, // Conversion-ID + spezifisches Label 'event_callback': callback }); return false; }