ProjectsAd Manager Stats

Ad Manager Stats

Service-wide project, advertiser, campaign, and creative counters plus the shared billing tenant's monthly hits, hourly throughput, and usage-this-month allowances. Backs the projects landing page stat tiles.

curl -X GET "https://api.5centscdn.com/v2/ad-manager/stats" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY"
{
  "result": "success",
  "projects": {
    "count": 3,
    "limit": 10,
    "percent": 30
  },
  "advertisers": {
    "total": 128
  },
  "campaigns": {
    "total": 128
  },
  "creatives": {
    "total": 128
  },
  "monthly_hits": {
    "limit": 1000000,
    "limit_formatted": "1M",
    "used_percent": 42.5
  },
  "hourly_throughput": {
    "current": 3200,
    "current_formatted": "3.2k",
    "limit": 10000,
    "limit_formatted": "10k",
    "percent": 32
  },
  "usage_this_month": {
    "ad_requests": 128430,
    "ad_requests_formatted": 0,
    "impressions": 96210,
    "impressions_formatted": 0,
    "avg_fill_rate": 87.4,
    "avg_fill_rate_formatted": "87.4%",
    "avg_completion_rate": 71.2,
    "avg_completion_rate_formatted": "71.2%"
  },
  "generated_at": "2026-09-21T07:41:31+00:00"
}
GET
/ad-manager/stats
GET
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: X-API-Key)
X-API-Keystring
Required

API key (sent in header)

Request Preview
Response

Response will appear here after sending the request

Authentication

header
X-API-Keystring
Required

API Key for authentication. Provide your API key in the header.

Responses

resultstring

Operation outcome.

Allowed values:successerror
projectsobject

A count measured against a plan limit, with a pre-computed percentage.

advertisersobject
campaignsobject
creativesobject
monthly_hitsobject
hourly_throughputobject
usage_this_monthobject
generated_atstring