Ad Campaign Pacing
Role and auth requirements
- Primary roles:
OWNER,OPERATOR - Auth mode: JWT (
Authorization: Bearer <token>)
UI flow (draft)
- Open pacing dashboard.
- Run pacing analysis for selected period.
- Review overpacing alerts and mitigation actions.
API fallback (draft)
POST /v2/handles/{handle}/ad-intelligence/pacing
Failure and remediation (draft)
400 invalid_payload: verify pacing window/request body.401 unauthorized: refresh auth token.404 not_found: confirm handle/campaign scope.429 rate_limited: retry with exponential backoff.
Updated Jun 19, 2026
