Reference documentation and code samples for the Google Ads Ad Manager V1 Client class TargetedVideoBumperType.
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
.
Protobuf type google.ads.admanager.v1.TargetedVideoBumperTypeEnum.TargetedVideoBumperType
Namespace
Google \ Ads \ AdManager \ V1 \ TargetedVideoBumperTypeEnumMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TARGETED_VIDEO_BUMPER_TYPE_UNSPECIFIED
Value: 0
Default value. This value is unused.
Generated from protobuf enum TARGETED_VIDEO_BUMPER_TYPE_UNSPECIFIED = 0;
AFTER
Value: 1
Represents the bumper position after the ad pod.
Generated from protobuf enum AFTER = 1;
BEFORE
Value: 2
Represents the bumper position before the ad pod.
Generated from protobuf enum BEFORE = 2;