Page Summary
-
AdRuleSlotError.Reasondescribes the reasons forAdRuleSlotErrors within the AdRuleService. -
The reasons cover various validation failures related to ad rule slots, including issues with status, ad durations, and mid-roll frequency formats.
-
Specific error reasons are defined for video ads, overlay ads, and bumper ads.
-
There is an
UNKNOWNreason for values not exposed by the requested API version.
Describes reason for AdRuleSlotError
s.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
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

