Ranked list of the most-active sponsors across the podcast catalog, by ad count (default), podcast reach, or episode reach. Optionally constrain to a time window or to one company’s brand family. For per-company analytics useDocumentation Index
Fetch the complete documentation index at: https://docs.particle.pro/llms.txt
Use this file to discover all available pages before exploring further.
advertising/get_company_ad_presence; for per-podcast use advertising/get_podcast_sponsors.
Inputs
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
metric | string | no | ad_count | Ranking metric. One of: ad_count, podcast_reach, episode_reach. |
since | string | no | — | Only count ads created on or after this ISO 8601 date. |
until | string | no | — | Only count ads created on or before this ISO 8601 date. |
company_slug | string | no | — | Constrain to one sponsor’s brand family by company slug, domain, or ID. |
limit | integer (1–50) | no | 10 | Sponsors per page. |
cursor | string | no | — | Opaque pagination cursor. |
Output
A markdown document with## Sponsor leaderboard by <metric> (N) and a flat bullet list — one bullet per ranked sponsor, formatted #<rank> <name> (<company_id>) — N ads, N podcasts, N episodes. The parenthesized company_id appears only when the sponsor resolved to a known company. Older results paginate with cursor=<value>.
Sample (limit=3, default metric=ad_count):
company_id for that sponsor — feed it into advertising/get_company_ad_presence as company_slug (which accepts knowledge-graph slug, domain, or canonical ID interchangeably) for a deeper view of any sponsor on the leaderboard.
Example
Related
- REST equivalent:
GET /v1/advertising/leaderboard. - Per-company analytics:
advertising/get_company_ad_presence. - Per-podcast analytics:
advertising/get_podcast_sponsors.