AI-generated Key Takeaways
-
CustomTargetingError
encompasses errors related toCustomTargetingKey
andCustomTargetingValue
objects. -
These errors often occur during the creation, retrieval, or usage of custom targeting keys and values in Ad Manager.
-
Reasons for these errors include exceeding network limits, using duplicate or invalid names, targeting inactive or deleted keys/values, and improper targeting expressions.
-
CustomTargetingError
extends theApiError
class and provides areason
field indicating the specific cause of the error. -
This error is part of the Google Ad Manager API and is documented within the namespace
https://www.google.com/apis/ads/publisher/v202411
.
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
|