
URL Parameter Masking
Masks sensitive information in URL parameters (query strings) of specified properties
Configuration
Option | Description |
---|---|
URL Properties to Mask Type: dictionary Required: True | Map of event properties containing URLs and their parameters to mask. Example: {'$current_url': 'email, password'} |
Mask Value Type: string Required: True | The value to replace sensitive parameters with |
Using our REST API you can create this transformation like so:
Terminal