Interface VerizonMediaPingConfiguration

Describes the configuration of Verizon Media Ping features.

interface VerizonMediaPingConfiguration {
    adImpressions?: boolean;
    freeWheelVideoViews?: boolean;
    linearAdData?: boolean;
}

Properties

adImpressions?: boolean

Whether to increase the accuracy of ad events by passing the current playback time in Ping requests.

Remarks


- Only available when VerizonMediaSource.assetType is 'asset'.

Default Value

false

freeWheelVideoViews?: boolean

Whether to enable FreeWheel's Video View by Callback feature to send content impressions to the FreeWheel server.

Remarks


- Only available when VerizonMediaSource.assetType is 'asset'.

Default Value

false

linearAdData?: boolean

Whether to request information about upcoming ad breaks in the Ping responses.

Remarks


- This feature will update the exposed ads found on player.verizonMedia.ads.
- Only available when VerizonMediaSource.assetType is 'event' or 'channel'.

Default Value

true if VerizonMediaSource.assetType is 'event' or 'channel', otherwise false.