op3_episode_curve
op3_episode_curveCompare an episode's download growth against the show's median at the same age to judge performance fairly, avoiding age bias. Get cumulative downloads by day with a verdict.
Instructions
How one episode is tracking against the show's own median at the same age. Returns cumulative downloads by day after publication alongside the median across comparable episodes, plus a verdict. This is the only fair way to judge a recent episode: total downloads always favour older episodes because they have had longer to accumulate. Only episodes at least as old as the horizon go into the median, so a three-day-old episode does not drag a thirty-day comparison toward zero.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bots | No | Include known bots. Off by default. | |
| episode_id | Yes | The OP3 episode id, a 64-character hash from op3_list_episodes or op3_get_show with include_episodes. | |
| identifier | Yes | An OP3 show uuid, a podcast:guid, or the show's RSS feed URL. | |
| horizon_days | No | How many days after publication to chart. 30 is the industry convention. | |
| compare_episodes | No | How many other episodes form the median. More is steadier and slower. |