AI-generated Key Takeaways
-
GenericTargetingError.Reason outlines the potential reasons for targeting errors within Google Ad Manager.
-
These reasons include conflicts arising from including and excluding related criteria, and situations where descendants of excluded criteria are included.
-
It's categorized within the
https://www.google.com/apis/ads/publisher/v202411
namespace and utilized by various Ad Manager services. -
An
UNKNOWN
reason is returned if the actual reason isn't revealed by the specific 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. |