[[["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-11-19 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 reasons like `REQUEST_PLATFORM_TYPE_NOT_SUPPORTED_BY_LINE_ITEM_TYPE` and `REQUEST_PLATFORM_TYPE_NOT_SUPPORTED_BY_ENVIRONMENT_TYPE`."],["If the API version doesn't expose the actual error reason, `UNKNOWN` will be returned."]]],["The `RequestPlatformTargetingError` is an `ApiErrorReason` enum with three possible values. `REQUEST_PLATFORM_TYPE_NOT_SUPPORTED_BY_LINE_ITEM_TYPE` indicates an incompatibility between line item type and targeted platform type. `REQUEST_PLATFORM_TYPE_NOT_SUPPORTED_BY_ENVIRONMENT_TYPE` signifies the environment type doesn't support the targeted platform. `UNKNOWN` is returned when the API version doesn't expose the true value. This error is related to services like `ForecastService`, `LineItemService`, `LineItemTemplateService`, `OrderService`, `ProposalLineItemService`, `TargetingPresetService`, and `YieldGroupService`.\n"]]