AI-generated Key Takeaways
-
VideoBumperType represents targetable bumper positions within a video stream, before and after ad pods.
-
It includes options for bumper positions before PREROLL, MIDROLL, and POSTROLL ad pod positions.
-
The enumeration defines two bumper positions: BEFORE and AFTER.
-
The service interacts with various services like AdRuleService, LineItemService, and YieldGroupService.
-
It also has a dependency on VideoPositionTarget.
Represents the options for targetable bumper positions, surrounding an ad
pod, within a video stream. This includes before and after the supported ad
pod positions, VideoPositionType.PREROLL
,
VideoPositionType.MIDROLL
, and VideoPositionType.POSTROLL
.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
Enumeration | Description |
---|---|
BEFORE
|
Represents the bumper position before the ad pod. |
AFTER
|
Represents the bumper position after the ad pod. |