register

The register method initializes an instance of the video plugin, which is then registered for a specific video player. See the Integration Guide to learn more.


Syntax

sas.video.register(config);

Parameters

Name Type Scope Description
config object required The configuration object. See here for details

Samples


sas.video.register({
  id: 'video-player',
  adData: {
    sas_siteid: 4593,
    sas_pageid: 86302,
    sas_format_linears: 4692,
    sas_target: 'key=value'
  }
});