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 pagearrow-up-right
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] .
email
https://www.mywebsite.com/[email protected]
You can add as many parameters as you need
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 4 months ago
Was this helpful?