enum VideoPositionTargetingError.Reason (v202411)

  • VideoPositionTargetingError outlines reasons for errors in video position targeting within Google Ad Manager.

  • These errors can stem from conflicting bumper and non-bumper targeting, invalid bumper targeting, or targeting limitations to custom ad spots.

  • The error namespace is https://www.google.com/apis/ads/publisher/v202411, and it's relevant to services like ForecastService, LineItemService, and TargetingPresetService.

  • Each error type has a corresponding description, like CANNOT_MIX_BUMPER_AND_NON_BUMPER_TARGETING indicating that mixing bumper and non-bumper values is not allowed.

The reasons for the video position targeting error.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
CANNOT_MIX_BUMPER_AND_NON_BUMPER_TARGETING Video position targeting cannot contain both bumper and non-bumper targeting values.
INVALID_BUMPER_TARGETING The bumper video position targeting is invalid.
CAN_ONLY_TARGET_CUSTOM_AD_SPOTS Only custom spot AdSpot objects can be targeted.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.