AI-generated Key Takeaways
-
AdRulePriorityError outlines reasons for errors related to ad rule priorities within Google Ad Manager.
-
This error arises from issues like duplicate priorities assigned to ad rules, missing sequential priorities, or other unknown reasons.
-
The error utilizes specific reason codes, such as
DUPLICATE_PRIORITY
andPRIORITIES_NOT_SEQUENTIAL
, to indicate the nature of the priority error. -
Developers can consult the AdRulePriorityError documentation to understand and handle these errors programmatically within their Ad Manager integrations.
Reasons for an AdRulePriorityError
.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
DUPLICATE_PRIORITY
|
Ad rules must have unique priorities. |
PRIORITIES_NOT_SEQUENTIAL
|
One or more priorities are missing. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |