// In Site Code (make sure Dev Mode is enabled) import wixLocation from 'wix-location'; import { session } from 'wix-storage'; $w.onReady(() => { // Check for the gclid parameter in the URL const gclid = wixLocation.query["gclid"]; if (gclid) { // Store it in session storage (persists during the visitor’s session) session.setItem("gclid", gclid); console.log("gclid captured:", gclid); } });
top of page

Recent Posts

See All
Is a CLIA Card for Travel Agents Still Worth It?

April 29, 2026 If you're pondering whether a CLIA card for travel agents is still worth the investment, you're not alone! Many travel professionals question the value of this credential in today’s dyn

 
 
bottom of page