Hey Jason,If your Data Element contains the code you wrote:if(document.location.pathname) { return document.location.pathname; } else { return ''; // empty string }You should see just the path, without the protocol, subdomain, etc. If you copy & paste this code into the browser console, what do you...