[[["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-05-15 UTC."],[[["UserDomainTargetingError is an `ApiErrorReason` enum used for identifying user domain targeting errors within various Google Ad Manager services."],["The enum includes reasons like `INVALID_DOMAIN_NAMES` for incorrect domain formats (length, characters) and `UNKNOWN` for errors not exposed by the current API version."],["This error type is relevant to services such as ForecastService, LineItemService, OrderService, and others involved in ad management and targeting."]]],["The content defines `UserDomainTargetingError`, an `ApiErrorReason` enum, used in multiple services such as `ForecastService`, `LineItemService`, `OrderService`, and others. It specifies two possible error types: `INVALID_DOMAIN_NAMES`, indicating domain name length or character restrictions violations, and `UNKNOWN`, for unexposed values. The namespace for these definitions is `https://www.google.com/apis/ads/publisher/v202405`. Valid domain names can have at most 67 characters, and only alphanumeric characters and hyphens are allowed.\n"]]