AI-generated Key Takeaways
-
The
TargetingPresetService.GeoTargetingError
object describes errors related to geographical targeting in Google Ad Manager. -
It's primarily used for troubleshooting issues with location targeting in line items.
-
Errors can arise from conflicting targeting settings, such as targeting and excluding the same location.
-
GeoTargetingError
inherits fromApiError
, providing detailed information about the error's context. -
The
reason
field categorizes the specific type of geographical targeting error encountered.
Lists all errors associated with geographical targeting for a LineItem.
- 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. |
GeoTargetingError
|
|
|
The error reason represented by an enum. Enumerations
|