Sponsor-side ad analytics for one company: total ads, distinct podcasts and episodes reached, host-read vs pre-recorded breakdown, and the most recent ad placements with podcast attribution. This is the “where does company X show up as a sponsor” view. For “who sponsors podcast Y” 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_podcast_sponsors. For top advertisers across the catalog use advertising/sponsor_leaderboard.
Inputs
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
company_slug | string | yes | — | Company identifier — accepts slug (e.g. "nvidia"), domain (e.g. "nvidia.com"), or canonical ID. If you already know the domain you can call this tool directly without first running resolve_company. |
Output
A markdown document with## Ad presence for <company_id> and KV lines for **Total ads:**, **Podcast reach:** (distinct podcasts), **Episode reach:** (distinct episodes), **Read mix:** (host-read vs pre-recorded counts). When recent placements exist, a ### Recent placements section follows with bullets formatted Sponsor — Product on Podcast (podcast_slug) [HOST_READ|PRE_RECORDED].
Sample (company_slug="shopify"):
Example
Related
- REST equivalent:
GET /v1/companies/{id}/podcast/advertising. - Inverse view:
advertising/get_podcast_sponsors. - Cross-catalog ranking:
advertising/sponsor_leaderboard.