THEOplayer > IMAAdDescription
Inherits from AdDescription . See parent page for inherited properties and methods.
Describes a Google IMA ad break request.
Signature:
export interface IMAAdDescription extends AdDescription
Property |
Type |
Description |
---|---|---|
|
The integration of this ad break. |
|
|
The source of the ad |
The integration of this ad break.
Signature:
integration: 'google-ima';
The source of the ad
Signature:
sources: string | AdSource;
- VAST, VMAP and VPAID are supported.