AI-generated Key Takeaways
-
RequestPlatformTargetingError
is anApiErrorReason
enum specifying errors related to request platform targeting in Google Ad Manager. -
It includes reasons like unsupported request platform types for specific line item types or environment types.
-
This enum is relevant to various services like ForecastService, LineItemService, and OrderService, impacting operations related to targeting and forecasting.
-
The namespace for this enum is
https://www.google.com/apis/ads/publisher/v202411
.
ApiErrorReason
enum for the request platform targeting error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
REQUEST_PLATFORM_TYPE_NOT_SUPPORTED_BY_LINE_ITEM_TYPE
|
The line item type does not support the targeted request platform type. |
REQUEST_PLATFORM_TYPE_NOT_SUPPORTED_BY_ENVIRONMENT_TYPE
|
The line item environment type does not support the targeted request platform type. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |