GET /v1/tenants/{product_slug}/script-config returns pages_to_ignore — the URL path patterns on which the tracking script does not run at all for this tenant. A page matching one of these patterns never initializes the script: no session, no page history, no identification lookup, no vendor scripts, no chat widget, and no credits spent. This is the same setting configurable in the dashboard’s Script Settings page, under “Excluded Pages,” now readable via the API.
Use this to audit or migrate a child tenant’s exclusion list, or to confirm a value set via Update Script Config or at creation time took effect.
This is a full exclusion, not a partial one — there is no mode where the script keeps running but only skips the paid identification lookup. If you want visitors on a page tracked but not identified, this setting is not what you want; contact support to discuss options.
Endpoint
Path Parameter
string
required
The tenant’s slug — your own key’s
product_slug, or a direct child’s.Example Request
Response
Returns200 OK. pages_to_ignore is an empty array if no exclusions are configured — this is the default state for a newly provisioned tenant, not an error.
string
The tenant’s slug.
string[]
Regex patterns matched against
window.location.pathname in the browser. A visitor’s page fully skips the tracking script if it matches any pattern in this list.Required Scope
Requirestenants:read.