top of page
victor-he-uAcg4PZ_f-o-unsplash.jpg

The Mountain Company's Guides to Zermatt

Welcome to our blog, where you can discover everything you need to know about Zermatt. From travel tips and essential information to a variety of guides offering the most relevant details for all your travel needs. If you're considering booking a holiday to Zermatt, be sure to read these blogs first!​

bottom of page
import wixLocation from 'wix-location'; import wixData from 'wix-data'; let userGCLID; //The global variable for this user's session. $w.onReady(function(){ //Get the query Params from the current URL. userGCLID = wixLocation.query['gclid']; }); //The handler for the submission. export function submitToDatabase(){ wixData.insert("GCLIDDatabase",{"firstName":"Test", "gclid":userGCLID}) }