...
client_token: Authentication string associated with each client. This will be provided by IRIS.TV once the content feed is imported.
platform_id: The reference ID for the video from the publisher’s CMS.
access_token: Token used to authenticate with the IRIS.TV API
Building the Integration
The order of operations for retrieving the context or category information should be as follows:
Call IRIS.TV Context API call to retrieve context and category information on the next asset in the queue.
Add the context segment to the pre-roll ad tag for that video.
...
The API will respond with a video_info field that includes:
guid: IRIS.TV ID of the asset (different from platform_id)
context: context categorization on the asset
...
Code Block | ||
---|---|---|
| ||
{ "success": true, "video_info": { "guid": "a616d88dd39bd8a49048cf61ad3cf5d5", "context": [ "segment 1, segment 2, segment 3, segment 4" ] } } |
Note: The Context field will be used for all IRIS.TV Contextual ad targetingVideo Marketplace workflows.