Current version: (AGNO-JavaScript API)

Configuration

This feature can used as follow:

// required parameters:
brand: "agnoplay",
videoId: "Mbdskc9KsAii",
url: window.location.href,
...
// add the following:
// all fields are required
video_metadata: {
  duration: 116, // in seconds
  title: "Agnoplay Video",
  description: "Description of the video",
  dateCreated: "2019-08-01T18:14:01",
  datePublishStart: "2019-08-01T18:14:01",
  seriesName: "News Program",
  keywords: ["news", "sport", "politics"],
  categories: ["Sport"],
  publisher: "De Telegraaf"
}

Metadata

This is an example of how to pass video metadata to the configuration, so that it can be used for analytics purposes. Passing the video metadata to the player configuration overwrites the existing default configuration.