AI-generated Key Takeaways
-
GenericTargetingError.Reason provides explanations for target errors within various services like AdjustmentService, ForecastService, and LineItemService.
-
The
CONFLICTING_INCLUSION_OR_EXCLUSION_OF_SIBLINGS
reason indicates that both including and excluding sibling criteria is not allowed. -
The
INCLUDING_DESCENDANTS_OF_EXCLUDED_CRITERIA
reason means that including descendants of criteria that have been excluded is not permitted. -
The
UNKNOWN
reason is returned when the actual error value is not available in the API version being used.
The reasons for the target error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
CONFLICTING_INCLUSION_OR_EXCLUSION_OF_SIBLINGS
|
Both including and excluding sibling criteria is disallowed. |
INCLUDING_DESCENDANTS_OF_EXCLUDED_CRITERIA
|
Including descendants of excluded criteria is disallowed. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |