Class GoogleImaAdDescription
-
- All Implemented Interfaces:
public final class GoogleImaAdDescription extends AdDescription
Describes a Google IMA ad break request.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
GoogleImaAdDescription.Builder
The builder for the GoogleImaAdDescription.
-
Field Summary
Fields Modifier and Type Field Description private final String
sources
private final String
timeOffset
private final AdIntegration
integration
-
Constructor Summary
Constructors Constructor Description GoogleImaAdDescription(String sources, String timeOffset)
-
Method Summary
Modifier and Type Method Description final String
getSources()
The URI which contains the location of the ad resources to be scheduled. final String
getTimeOffset()
The offset after which the ad break will start. -
-
Method Detail
-
getSources
final String getSources()
The URI which contains the location of the ad resources to be scheduled. (NonNull)
This should not be an array of sources.
VPAID support is limited to the Google IMA integration.
-
getTimeOffset
final String getTimeOffset()
The offset after which the ad break will start. (Nullable)
VMAP resources will ignore this value as they contain an internal offset.
Possible formats:
A number for the offset in seconds.
A percentage string (XX%) for a proportion of the content duration.
A time-description specifying "start" or "end".
A timestamp of the format: 00:00:10.000.
-
-
-
-