v1
latestOpenAPI 3.0.02026-07-26392662.9 KBTracking scripts
Create a tracking script filter
post/radar/operator/v1/tracking-scripts/{trackingScriptId}/filters
Path parameters
trackingScriptIdstring required
Example:12345
The ID of the tracking script to create a filter for
Request body
Example request
{
"tracking_script_filter_type": "blacklist",
"tracking_script_filter_field": "country",
"filter_value": "US"
}Response
Tracking script filter created successfully
Example response
{
"success": true
}