Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

Overview: The following information is pertaining to how the IRIS.TV Contextual Video Marketplace activates contextual data partners segments to enable private marketplace deals.

Activating Contextual Segments as Key Value Pairs

  • IRIS.TV will store contextual data partners segments as 3rd party meta-data on each videos asset record in the IRIS.TV system

  • When a video is viewed IRIS.TV will send contextual data partners segments to the publishers ad call in the form of comma-separated key value pairs

A sample of IRIS.TV Context API response:

{
  "success": true,
  "video_info": {
    "iris_id": "iris_098eiman91",
    "context": [
      "context_1", 
      "context_2", 
      "context_3"
    ],
    "iris_id_expires_at": 1588636800
  }
}

  • Once the IRIS.TV context API has sent the key value pairs, the publisher can pass those values to their supply-side platform in the “context” custom macro

  • The SSP can then utilize the custom macro to define any necessary private marketplace targeting. SSPs can target one or many segments allowing for flexible PMP set up

  • Once the SSP has set up the PMP a Deal ID will be created enabling the DSP to target the curated supply via the brands DSP Seat ID

When live the buyer can access the PMP seamlessly while applying additional buy-side targeting as needed.

  • No labels