Current version: (AGNO-JavaScript API)
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",
uploadDate: "2019-08-01T18:14:01", // required for videoobject feature
seriesName: "News Program",
keywords: ["news", "sport", "politics"],
categories: ["Sport"],
publisher: "De Telegraaf"
}
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.