type AdRuleSlotError (v202402)
Errors related to ad rule slots.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202402
Field
|
ApiError (inherited)
|
fieldPath
|
xsd:string
The OGNL field path to identify cause of error.
|
fieldPathElements
|
FieldPathElement[]
A parsed copy of the field path. For example, the field path "operations[1].operand"
corresponds to this list: {FieldPathElement(field = "operations", index = 1),
FieldPathElement(field = "operand", index = null)}.
|
trigger
|
xsd:string
The data that caused the error.
|
errorString
|
xsd:string
A simple string representation of the error and reason.
|
AdRuleSlotError
|
reason
|
AdRuleSlotError.Reason
Enumerations
-
DIFFERENT_STATUS_THAN_AD_RULE
- Has a different status than the ad rule to which it belongs.
-
INVALID_VIDEO_AD_DURATION_RANGE
- Min video ad duration is greater than max video ad duration.
-
INVALID_VIDEO_MIDROLL_FREQUENCY_TYPE
- Video mid-roll frequency type other than NONE for pre-roll or post-roll.
-
MALFORMED_VIDEO_MIDROLL_FREQUENCY_CSV
-
Invalid format for video mid-roll frequency when expecting a CSV
list of numbers. Valid formats are the following:
- 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 format for video mid-roll frequency when expecting a single
number only, e.g., every n seconds or every n cue points.
-
INVALID_OVERLAY_AD_DURATION_RANGE
- Min overlay ad duration is greater than max overlay ad duration.
-
INVALID_OVERLAY_MIDROLL_FREQUENCY_TYPE
- Overlay mid-roll frequency type other than NONE for pre-roll or
post-roll.
-
MALFORMED_OVERLAY_MIDROLL_FREQUENCY_CSV
- Invalid format for overlay mid-roll frequency for list of numbers. See
valid formats above.
-
MALFORMED_OVERLAY_MIDROLL_FREQUENCY_SINGLE_NUMBER
- Invalid format for overlay mid-roll frequency for a single number.
-
INVALID_BUMPER_MAX_DURATION
- Non-positive bumper duration when expecting a positive number.
-
TOO_MANY_MIDROLL_SLOTS_WITHOUT_ADS
- At most one mid-roll can be set to disallow ads.
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-13 UTC.
[null,null,["Last updated 2024-02-13 UTC."],[[["The `AdRuleSlotError` object describes errors related to ad rule slots in Google Ad Manager."],["`AdRuleSlotError` inherits from `ApiError`, providing fields for identifying the cause and details of the error."],["Several specific error reasons are defined within `AdRuleSlotError`, such as invalid video ad duration ranges, incorrect mid-roll frequency types, and misconfigured overlay ad durations."],["The `reason` field provides a specific code indicating the type of ad rule slot error encountered."],["These errors help developers understand and resolve issues when setting up and managing ad rule slots in their Ad Manager accounts."]]],["The `AdRuleService` uses `ApiError` as a base, branching into specific errors like `AdRuleSlotError`. `AdRuleSlotError` details problems with ad slot configurations, with reasons such as mismatched statuses (`DIFFERENT_STATUS_THAN_AD_RULE`), invalid duration ranges, or incorrect mid-roll frequency formatting for both video and overlay ads. Other errors cover various aspects of the ad configuration like the use of CSV lists or single numbers in ad specifications, or the number of mid-roll slots.\n"]]