Create a tracking script filter
Tracking scripts
Create a tracking script filter
POST
Create a tracking script filter
Documentation Index
Fetch the complete documentation index at: https://docs.snitcher.com/llms.txt
Use this file to discover all available pages before exploring further.
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"