AI-generated Key Takeaways
-
AdRuleTargetingError.Reason
describes reasons for ad rule targeting errors within theAdRuleService
. -
The enumeration lists specific reasons for errors like not being allowed to target video positions or requiring exact custom value matching for session ad rules due to COPPA requirements.
-
The
UNKNOWN
value is returned when the actual error value is not exposed by the requested API version.
Describes reasons for AdRuleTargetingError ad rule targeting errors
.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
Enumeration | Description |
---|---|
VIDEO_POSITION_TARGETING_NOT_ALLOWED
|
Cannot target video positions. |
EXACT_CUSTOM_VALUE_TARGETING_REQUIRED
|
As part of COPPA requirements, custom targeting for session ad rules requires exact custom value matching. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |