Current version: (AGNO-JavaScript API)

Configuration

This feature can be used as follows:

// required parameters:
brand: "agnoplay",
videoId: "Mbdskc9KsAii",
url: window.location.href,
...
// add the following:
ads_skip: true,
ads_threshold: 30 // in seconds

Ad Threshold

This feature can be used in combination with the ads_skip configuration. Once ads_skip is enabled in the player configuration, no ad configuration is set for videos shorter than the value provided in the ads_threshold configuration, and no VAST call will be executed.