AI-generated Key Takeaways
-
GenericTargetingError is a type of error in Google Ad Manager that relates to targeting validation for different targeting types.
-
It can occur across multiple services like AdjustmentService, ForecastService, LineItemService, etc.
-
It is a subclass of ApiError and inherits properties like fieldPath, trigger, and errorString.
-
This error arises due to conflicting targeting settings, such as including and excluding siblings or including descendants of excluded criteria.
-
It provides a reason for the error, which can be accessed through the
reason
field.
Targeting validation errors that can be used by different targeting types.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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. |
GenericTargetingError
|
|
|
Enumerations
|