Media RSS is used for syndicating multimedia files (audio, video, image) in RSS feeds. It is used by content publishers to make media files available to external systems via a feed. The BlueConic Media RSS Connection Plugin sets up a connection between BlueConic and the Media RSS feed of a content publisher.
By itself, the plugin does not do anything. It merely acts as a liaison for other plugins so they can do their job. For example, the Toolbar Media RSS Plugin requires a configured Media RSS Connection in order to work.
About BlueConic: BlueConic is a Customer Data Platform that harnesses the data required to power the recognition of an individual at each interaction, and then synchronizes their intent across the marketing ecosystem. Learn more about the BlueConic platform.
Obtain the connection URL
To set up the connection, you will need to obtain the MRSS feed URL of the content publisher of your choice. These are typically found in the API documentation of the publisher. Here's an example:
- Flickr
- To get a Media RSS feed from Flickr for pictures of "blueberries", this would be the URL to use:
http://api.flickr.com/services/feeds/photos_public.gne?format=rss_200_enc&tags=blueberries
Modify the connection URL
As you can see, the search term "blueberries" is contained in a parameter in the Media RSS URL. For the Media RSS connection to work, the plugin needs to be able to pinpoint the search term in the URL. So the URL has to be modified by replacing the search term with the marker string "{searchTerms}". Copy this term exactly, as casing is important.
The modified connection URLs for the above example is:
- Flickr
- http://api.flickr.com/services/feeds/photos_public.gne?format=rss_200_enc&tags={searchTerms}
The modified Media RSS URL is now ready to be entered as URL under "Connection Details". Give the connection a meaningful name (e.g. "Flickr MRSS"), enable it and save the connection to start using it.