AI-generated Key Takeaways
-
GenericTargetingError.Reason is an enumeration within the ProposalLineItemService in the Google Ad Manager API.
-
It provides specific reasons for targeting errors related to including or excluding criteria and their descendants.
-
The enumeration includes reasons like conflicting inclusion/exclusion of siblings, including descendants of excluded criteria, and an unknown value for unsupported API versions.
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. |