Overview: Below is information pertaining to how IRIS.TV’s Contextual Video Marketplace integrates with a publisher's content management system (CMS) via a content feed or API.
Setting up the Import
...
Required – these are necessary to create contextual segments on for your contentassets.
Preferred – this data will improve the contextual segments on for your contentassets.
Optional – this data will help IRIS.TV parse the publishers feed and understand the state of their contentyour assets.
Excerpt |
---|
Required Meta Data "id/GUID": (unique numeric identifier of asset) "title/name": Video asset title "sourceURL": Media content source URL
Preferred Meta Data "description": Video asset description "categories": Taxonomical structure "keywords/tags": Keywords or tags associated with the video asset "transcript": Either the transcript text or link to a transcript file for the video
Optional Meta Data "startDate": The Availability start date. If null/omitted then the publishedDate will be used. "endDate": The Availability end date. If omitted, then recency business rules will be used for content expiration. "publishedDate": The date/time when the video record was first published on your web site. "creationDate": The date/time when the video record was published. "lastModifiedDate": The date/time when the video record was last modified "thumbnailURL": URL to a thumbnail or image that you want to represent your video. For best results, image should be at least 300 pixels (width) with a 16:9 ratio. "length": The duration of the video in milliseconds "itemState": ACTIVE - asset is available for recommendation with IRIS.TV // INACTIVE - asset is not available for recommendation with IRIS.TV
|
...
Client Token: used to authenticate your content asset library. Required for both the Context Script and Context API integrations.
Access Token: used to authenticate with the API. Required for the Context API integration.
...