Ad Intelligence Overview
Role and auth requirements
- Primary roles:
OWNER,OPERATOR - Auth mode: JWT (
Authorization: Bearer <token>)
UI flow (draft)
- Connect ad account for a handle.
- Ingest performance data.
- Run optimization analysis modules.
API fallback (draft)
PUT /v2/handles/{handle}/ad-accountsGET /v2/handles/{handle}/ad-accountsPOST /v2/handles/{handle}/ad-performanceGET /v2/handles/{handle}/ad-performance
Failure and remediation (draft)
400 invalid_payload: validate account identifiers and request shape.401 unauthorized: refresh JWT and retry.403 forbidden: ensure operator/owner access on handle.429 rate_limited: reduce request frequency.
Updated Jun 19, 2026
