enum AdRulePriorityError.Reason (v202508)

  • AdRulePriorityError indicates issues with ad rule priorities.

  • Possible reasons include duplicate priorities or missing priorities in the sequence.

  • The UNKNOWN reason is used for values not exposed in the API version.

Reasons for an AdRulePriorityError.


Namespace
https://www.google.com/apis/ads/publisher/v202508
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.