// 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

Stay Updated with Gateway Travel Blog

Thanks for submitting!

Welcome to Gateway Travel's travel blog, your ultimate destination for industry insights, tips, and inspiration. Our travel blog covers everything from expert advice to the latest trends. Stay updated with our travel blog to grow your business and enhance your travel knowledge. Explore the travel blog for all things travel!

bottom of page