Authorizations
Enter your personal access token (PAT) to authenticate
Path Parameters
The ID of the tracking script to create a filter for
Example:
"12345"
Body
application/json
Tracking script filter parameters
The type of the filter (blacklist or whitelist)
Available options:
blacklist
, whitelist
Example:
"blacklist"
The field to filter on (country or url)
Available options:
country
, url
Example:
"country"
The value to filter on, e.g. 'US' for country or a URL for url field
Example:
"US"