Hi,
We have set up in Launch the referrer tracking to an evar, with following specs:
- Extension: Core
- Data Element Type: Page Info
- Attribute: Referrer
In this variable we see query string parameters. We don't want to capture these values.
I had found something like this online:
return document.URL.replace("/#!/", "")
But where do I put it (this Referrer variable uses an attribute, no custom code), do I need to put some code before/after it,...
Hope someone can help me out. Thanks in advance