Hide sensitive data in URL
Last updated
Was this helpful?
If one or several URL might contain sensitive data as a URL parameter, you can tell the tag to avoid collecting it.
Go to the sensitive data page
Set the parameter you want the tag to ignore
for example, input email if you want to remove an email from this sample URL: https://www.mywebsite.com/[email protected] .
You can add as many parameters as you need
Go to the sensitive data page
Set the required regular expression that the tag needs to evaluate to ignore a URL parameter
for example, to define the URL https://example.com/url-part-to-hide/other-part, enter the following expression (https?://example.com/).*?(/other-part)
As evaluating a regular expression as a performance cost, always prefer a simple URL parameter filter if possible.
Last updated
Was this helpful?
Was this helpful?

