Hide sensitive data in URL
If one or several URL might contain sensitive data as a URL parameter, you can tell the tag to avoid collecting it.
Block simple URL parameter
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
Block a parameter based on a regular expression
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)
Last updated
Was this helpful?