AI-generated Key Takeaways
-
AdRuleService is a service that can return various errors related to ad rules, date, frequency caps, priority, slots, and targeting.
-
AdRuleService errors inherit from ApiError and include fields such as fieldPath, fieldPathElements, trigger, and errorString.
-
AdRuleError has a specific reason field with possible enumeration values like NAME_CONTAINS_INVALID_CHARACTERS and BREAK_TEMPLATE_MUST_HAVE_EXACTLY_ONE_FLEXIBLE_AD_SPOT.
-
Ad rule break template objects are affected by these errors.
-
The namespace for this service is https://www.google.com/apis/ads/publisher/v202502.
Errors ad rule break template objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
Field |
|
---|---|
ApiError (inherited)
|
|
|
The OGNL field path to identify cause of error. |
|
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)}. |
|
The data that caused the error. |
|
A simple string representation of the error and reason. |
AdRuleError
|
|
|
Enumerations
|