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.


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

false

freeWheelVideoViews?: boolean

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


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

false

linearAdData?: boolean

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


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

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