Man overboord?!

Tijdens de Boot & Blini BorrelĀ leerde je de juiste mensen kennen voor het verkeerde moment.

Dan ben je bij ons aan het juiste adres. Laat hieronder je gegevens achter en we nemen zo snel mogelijk contact met je op.

Name(Required)
function getQueryParam(param) { const urlParams = new URLSearchParams(window.location.search); return urlParams.get(param) || ''; } document.addEventListener('DOMContentLoaded', function () { const utmSource = getQueryParam('utm_source'); const gclid = getQueryParam('gclid'); let mappedValue = 'Direct'; // Default fallback // Updated mapping logic if (utmSource === 'linkedin') { mappedValue = 'Linkedin Ads'; } else if (utmSource === 'linkedin_organic') { mappedValue = 'Linkedin Organic'; } else if ((utmSource === 'google') && gclid) { mappedValue = 'Google Ads'; } else if (utmSource === 'google_display') { mappedValue = 'Google Display Ads'; } else if (utmSource === 'google_organic') { mappedValue = 'Website Organic'; } // Set value to hidden field const hiddenField = document.querySelector('input[name$="mapped_source"]'); if (hiddenField) { hiddenField.value = mappedValue; } });