enum GenericTargetingError.Reason (v202505)

  • GenericTargetingError.Reason provides reasons for targeting errors within various services like AdjustmentService, ForecastService, and LineItemService.

  • This enumeration lists specific error reasons such as conflicting inclusion or exclusion of siblings and including descendants of excluded criteria.

  • The UNKNOWN value indicates that the actual error value is not available in the requested API version.

The reasons for the target error.


Namespace
https://www.google.com/apis/ads/publisher/v202505
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.