hi @UKCH suggest to use a new data element to get desire value of the page URL.here is the simple code which could of use for your requirement, try this.var host = document.location.hostnameconsole.log("host= "+ host);var path = document.location.pathnameconsole.log("path ="+path);var result = "http...