Page Summary
-
AdRuleSlotError.Reasondescribes the reasons forAdRuleSlotErrors. -
The enumeration lists various specific reasons for errors related to ad rule slots, including issues with status, ad duration, mid-roll frequency, and bumper duration.
-
Reasons for errors include invalid video or overlay ad duration ranges, incorrect video or overlay mid-roll frequency types or formats, invalid bumper maximum duration, and having too many mid-roll slots without ads.
-
An
UNKNOWNvalue is returned if the actual error reason is not available in the requested API version.
Describes reason for AdRuleSlotError
s.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
DIFFERENT_STATUS_THAN_AD_RULE
INVALID_VIDEO_AD_DURATION_RANGE
INVALID_VIDEO_MIDROLL_FREQUENCY_TYPE
MALFORMED_VIDEO_MIDROLL_FREQUENCY_CSV
- empty
- comma-separated list of numbers (time milliseconds or cue points)
- a single number (every n milliseconds or cue points, or one specific time / cue point)
MALFORMED_VIDEO_MIDROLL_FREQUENCY_SINGLE_NUMBER
INVALID_OVERLAY_AD_DURATION_RANGE
INVALID_OVERLAY_MIDROLL_FREQUENCY_TYPE
MALFORMED_OVERLAY_MIDROLL_FREQUENCY_CSV
MALFORMED_OVERLAY_MIDROLL_FREQUENCY_SINGLE_NUMBER
INVALID_BUMPER_MAX_DURATION
TOO_MANY_MIDROLL_SLOTS_WITHOUT_ADS
UNKNOWN

