AI-generated Key Takeaways
- 
          RequestPlatformTargetingError is an ApiErrorReason enum. 
- 
          This error can occur if a line item type or environment type does not support the targeted request platform type. 
- 
          The UNKNOWN value is returned if the actual value is not exposed by the requested API version. 
                  Service
               
               
                  ForecastService
                  LineItemService
                  LineItemTemplateService
                  OrderService
                  ProposalLineItemService
                  TargetingPresetService
                  YieldGroupService
               
            
                  Dependencies
               
               
                  RequestPlatformTargetingError
                  
            ▼
                  RequestPlatformTargetingErr...
               
            ApiErrorReason enum for the request platform targeting error.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202508
| 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. |