top of page
bottom of page
// Example Velo code for capturing GCLID import wixLocation from 'wix-location'; $w.onReady(function () { const gclid = wixLocation.query.gclid; if (gclid) { $w("#gclid_field").value = gclid; // Assuming #gclidField is your hidden field's ID } });