Interface UplynkPingConfiguration

Describes the configuration of Uplynk Ping features.

interface UplynkPingConfiguration {
    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 UplynkSource.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 UplynkSource.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.uplynk.ads.
- Only available when UplynkSource.assetType is 'event' or 'channel'.

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