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