THEOplayer > FreeWheelAdDescription
Inherits from AdDescription . See parent page for inherited properties and methods.
Describes a FreeWheel ad break request.
Signature:
export interface FreeWheelAdDescription extends AdDescription
- Available since v2.42.0.
Property |
Type |
Description |
---|---|---|
|
The FreeWheel ad server URL. |
|
assetDuration (optional) |
|
The duration of the asset, in seconds. |
assetId (optional) |
|
The identifier of the asset. |
cuePoints (optional) |
List of cue points. |
|
customData (optional) |
|
A record of query string parameters added to the FreeWheel ad break request. Each entry contains the parameter name with associated value. |
|
The integration of this ad break. |
|
|
The network identifier which is associated with a FreeWheel customer. |
|
|
The server side configuration profile. |
|
siteSectionId (optional) |
|
The identifier of the video player's location. |
The FreeWheel ad server URL.
Signature:
adServerUrl: string;
The duration of the asset, in seconds.
Signature:
assetDuration?: number;
- Optional for live assets.
The identifier of the asset.
Signature:
assetId?: string;
- Generated by FreeWheel CMS when an asset is uploaded.
List of cue points.
Signature:
cuePoints?: FreeWheelCue[];
- Not available in all FreeWheel modes.
A record of query string parameters added to the FreeWheel ad break request. Each entry contains the parameter name with associated value.
Signature:
customData?: Record<string, string>;
The integration of this ad break.
Signature:
integration: 'freewheel';
The network identifier which is associated with a FreeWheel customer.
Signature:
networkId: number;
The server side configuration profile.
Signature:
profile: string;
- Used to indicate desired player capabilities.
The identifier of the video player's location.
Signature:
siteSectionId?: string;