type RequestPlatformTargetingError (v202411)

  • The RequestPlatformTargetingError is an inherited error from the ApiError.

  • This error is used across multiple services including ForecastService, LineItemService, LineItemTemplateService, OrderService, ProposalLineItemService, TargetingPresetService, and YieldGroupService.

  • The RequestPlatformTargetingError contains a 'reason' field which is an enumeration with possible values like REQUEST_PLATFORM_TYPE_NOT_SUPPORTED_BY_LINE_ITEM_TYPE, REQUEST_PLATFORM_TYPE_NOT_SUPPORTED_BY_ENVIRONMENT_TYPE, and UNKNOWN.

  • The ApiError inheritance provides fields such as fieldPath, fieldPathElements, trigger, and errorString to the RequestPlatformTargetingError.

  • The namespace for this service is https://www.google.com/apis/ads/publisher/v202411.


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