When using Timbre Player to embed a podcast or episode on your website the podcast parameter will be set to "{Customer Name} Standalone" by default. This will file listening sessions via the player under "{Customer Name} Standalone" in Radar Analytics. 


If you would prefer that these plays are filed under the usual podcast name in Radar (as listens via the RSS feed or third-party platforms using said feed are), you can override the parameter in the embed code itself. Simply add &awCollectionId={Feed_UUID} (Where {Feed_UUID} is the UUID for the podcast in question) to the URL listed in the embed code. 


You can locate the UUID for your Podcast in the URL of the Podcast's management page.



Step-By-Step Example


If I want to embed this podcast but have the listens file through with the podcast listenership via the RSS, I'd copy the embed code under the podcast management page -> sharing 


The embed code should look something like this: 


<iframe seamless="seamless" src="https://timbre-player.sharp-stream.com/embed/feed/3583f372-adc1-5dd2-8f9c-ed5dda367578?layout=legacy&skip=0&amp;limit=10" width="100%" height="700" frameborder="0" referrerpolicy="origin" refererpolicy="origin"></iframe>


Before I go ahead and embed this I'll need to append the Feed UUID which I can find in the URL


The full query I need to add is:

&awCollectionId=3583f372-adc1-5dd2-8f9c-ed5dda367578


Therefore the code I'll embed into my site would be:

<iframe seamless="seamless" src="https://timbre-player.sharp-stream.com/embed/feed/3583f372-adc1-5dd2-8f9c-ed5dda367578?layout=legacy&skip=0&amp;limit=10&awCollectionId=3583f372-adc1-5dd2-8f9c-ed5dda367578" width="100%" height="700" frameborder="0" referrerpolicy="origin" refererpolicy="origin"></iframe>