AI-generated Key Takeaways
-
The
ProposalLineItemService.CustomTargetingError
object lists all errors related toCustomTargetingKey
andCustomTargetingValue
objects. -
This error is inherited from
ApiError
and provides details such as field path, trigger, and error string. -
A variety of reasons can trigger this error, ranging from key and value issues (e.g., not found, duplicate, invalid length) to targeting expression problems and restrictions on audience segments.
-
Specific error reasons are detailed in the
CustomTargetingError.Reason
enumeration, providing context for debugging.
Lists all errors related to CustomTargetingKey and CustomTargetingValue objects.
- 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. |
CustomTargetingError
|
|
|
Enumerations
|