[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-20 UTC."],[[["RequestPlatformTargetingError is an `ApiErrorReason` enum used for request platform targeting errors in Google Ad Manager."],["This error can indicate that the line item type or environment type is incompatible with the targeted request platform."],["The enum includes values like `REQUEST_PLATFORM_TYPE_NOT_SUPPORTED_BY_LINE_ITEM_TYPE` and `REQUEST_PLATFORM_TYPE_NOT_SUPPORTED_BY_ENVIRONMENT_TYPE` to specify the reason for the error."],["It is associated with various services such as ForecastService, LineItemService, and ProposalLineItemService."],["An `UNKNOWN` value is returned if the actual reason is not exposed by the requested API version."]]],["The core content details the `RequestPlatformTargetingError` enum, which represents errors related to platform targeting in an API. This error can occur in multiple services, including ForecastService, LineItemService, LineItemTemplateService, OrderService, ProposalLineItemService, TargetingPresetService, and YieldGroupService. The enum defines three possible error reasons: unsupported platform type by line item type, unsupported platform type by environment type, and an unknown error. The namespace of this is defined to `https://www.google.com/apis/ads/publisher/v202408`.\n"]]