Routing glossary
Understanding Moderator-Traffic Detection
Moderator-traffic detection is a probabilistic attempt to recognize requests associated with advertising review, not a reliable way to identify an individual reviewer.
Review can arrive through different paths
Advertising platforms may use automated fetches, instrumented browsers, manual review, third-party systems, or combinations of them. The same campaign URL can also be opened by ordinary visitors, internal QA, preview tools, and security scanners.
Signals describe requests, not roles
Network ownership, geography, device context, referrer, browser capabilities, timing, and previous observations can contribute evidence. A single address range or user-agent string cannot conclusively label the person or process behind a visit.
Build policy around uncertainty
Reserve deterministic actions for explicit campaign boundaries or thoroughly validated cases, then use conservative handling for conflicting evidence. Store the contributing reasons so the team can understand why an event crossed a threshold.
Account for costly mistakes
A false positive may divert a legitimate prospect, while a false negative may expose a destination outside the intended policy. Evaluate both error types against campaign requirements instead of optimizing only for the number of flagged visits.
Keep platform and legal duties in scope
Detection does not override advertising terms, consumer-protection rules, privacy requirements, or other applicable obligations. Owners should approve the routing purpose, data retention, rule sources, and review schedule before the flow carries production traffic.