OP3 works like any other podcast prefix analytics service, except simpler! No login or signup needed. Podcasters or podcast hosting companies can prepend
to podcast episode urls in their feed to participate and start measuring downloads.
(No need to remove existing prefixes, there can be more than one)
Some podcast hosting companies (like Megaphone) enable you to add a custom prefix in your podcast's dashboard, and some (like Transistor and Castopod) make it as easy as checking a box!
If your podcast hosting company doesn't have a spot in the dashboard to enable a custom prefix, most will add it if you email support.
<enclosure url="https://cdn.example.com/uploads/podcast/episode-54.mp3" length="692947" type="audio/mpeg" />
<enclosure url="https://op3.dev/e/cdn.example.com/uploads/podcast/episode-54.mp3" length="692947" type="audio/mpeg" />
http
.
<enclosure url="http://cdn.example.com/uploads/podcast/episode-54.mp3" length="692947" type="audio/mpeg" />
<enclosure url="https://op3.dev/e/http://cdn.example.com/uploads/podcast/episode-54.mp3" length="692947" type="audio/mpeg" />
name=value
pairs between the e
and the /
.pg
, allowing you to specify your Podcast GUID.
While optional, this will help us more quickly attribute the episode url to a podcast. You can look up your Podcast GUID using the form above.
<enclosure url="https://cdn.example.com/uploads/podcast/episode-54.mp3" length="692947" type="audio/mpeg" />
<enclosure url="https://op3.dev/e,pg=00000000-0000-0000-0000-000000000000/cdn.example.com/uploads/podcast/episode-54.mp3" length="692947" type="audio/mpeg" />