Terms
Term
URL Blocklist - Web Capture
Definition
In Quantum Metric, blacklisted URLs refer to specific pages or endpoints that are intentionally excluded from data capture or analysis, typically for privacy, security, or noise reduction reasons. This is often used to prevent sensitive data (like login, payment, or PII-heavy pages) from being recorded in session replay or analytics. Instrumentation Key This key is the technical reference for this configuration item that is present in the JavaScript instrumentation. Referenced here for debugging purposes as it's not visible nor required in the UI. blacklistedURLs
Term
URL Blocklist - Example
Definition
A /checkout/payment page is blacklisted so that credit card or sensitive user input is not captured in session replay or event tracking.
Term
dataEncryptWhiteList
Definition
the dataEncryptWhiteList is used to define which data elements are allowed to be captured in a readable (unencrypted) format, while everything else remains encrypted by default. This ensures that sensitive data is protected while still allowing necessary fields to be analyzed for business insights.
Practice Tests