type RequestPlatformTargetingError (v202411)

  • RequestPlatformTargetingError is a type of error that can occur in Google Ad Manager when the request platform targeting is invalid.

  • This error is derived from ApiError and inherits properties like fieldPath, trigger, and errorString.

  • RequestPlatformTargetingError has a specific reason field indicating why the request platform targeting is invalid, such as platform incompatibility with line item or environment type.

  • This error is relevant to services like ForecastService, LineItemService, and others when setting request platform targeting.

  • The reason for this error can be one of the defined enumerations like REQUEST_PLATFORM_TYPE_NOT_SUPPORTED_BY_LINE_ITEM_TYPE or REQUEST_PLATFORM_TYPE_NOT_SUPPORTED_BY_ENVIRONMENT_TYPE.


Namespace
https://www.google.com/apis/ads/publisher/v202411

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

RequestPlatformTargetingError

reason

RequestPlatformTargetingErr...


Enumerations
REQUEST_PLATFORM_TYPE_NOT_SUPPORTED_BY_LINE_ITEM_TYPE
REQUEST_PLATFORM_TYPE_NOT_SUPPORTED_BY_ENVIRONMENT_TYPE
UNKNOWN