What this audit checks
Authentication & access
- Session-cookie login succeeds (POST /api/v2.0/login establishes adama_session)
- Organization / agency / advertiser IDs resolve against /api/v2.0/advertisers
- Credentials still valid post-2023 - flag stale or revoked T1 access
Spend & budget pacing
- Flight pacing drift per campaign (even pacing_type burning ahead or behind)
- Budget utilisation vs total_budget across the flight window
- Under-delivery risk - campaigns tracking to leave budget unspent at flight end
- Pacing_amount vs pacing_interval mismatch (hour vs day) causing end-of-flight surge
Campaign performance (ROAS / CTR / CPC)
- ROAS per campaign vs goal_type (cpc / cpa / cpm / roi) target
- CTR below archetype floor on display and video creatives
- CPC drift vs prior 7D same-day-of-week baseline
- Zero-conversion spend on active campaigns
Conversion & attribution
- T1 audit-pixel firing rate decay (>30% drop signals identity-layer collapse)
- Conversion rate per campaign vs account average
- Attribution coverage gaps where reporting performance shows clicks but no conversions
Creative & audience health
- Creatives stuck in review_status=pending not delivering
- Rejected creatives (review_status=rejected) still attached to active campaigns
- Audience segments with population <1000 (T1 algorithmic floor, bid degradation)
Cross-channel revenue at risk
- Active PMP catalog deals on out-of-stock commerce-sibling SKUs
- Spend on catalog campaigns whose Feedonomics feed has rejections
- Landing pages with LCP >4s and conversion rate <0.5x account average
Severity thresholds
| Signal | Warn | Critical |
|---|---|---|
roas | - | 1.0 |
ctr | - | 0.05 |
conversion_rate | - | 0.5 |
cpc | - | 5.0 |
wasted_spend_pct | - | 25.0 |
budget_pacing | - | 130.0 |
Data sources
POST https://api.mediamath.com/api/v2.0/login- Establish adama_session cookie (session-cookie auth, unverified post-2023)GET https://api.mediamath.com/api/v2.0/advertisers- Resolve advertiser / agency / organization scopeGET https://api.mediamath.com/api/v2.0/campaigns- Fetch campaigns, budgets, and pacing configGET https://api.mediamath.com/api/v2.0/creatives- Fetch creatives and review_status for compliance checksGET https://api.mediamath.com/api/v2.0/reporting/v1/std/performance- Pull spend, ROAS, CTR, CPC, and conversion metrics