replace forward slash with colon
Hi,
I am capturing the url as pageName and reading the pageName from the url
.Current url is https://www.xyz.com/abc/def/
Expected pageName = xyz:abc:def
What data element custom code should I write to get to the expected pageName? I want to replace forward slashes with colon. I am already using "window. location.href"
