[[["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-02-13 UTC."],[[["`UserDomainTargetingError.Reason` is an enum used for user domain targeting errors within Google Ad Manager."],["This enum includes reasons such as invalid domain name format (e.g., exceeding character limits or containing disallowed characters) and an unknown error for cases not exposed by the API version."],["The enum is utilized by several Google Ad Manager services like `AdjustmentService`, `ForecastService`, and others related to line items, orders, and yield groups."]]],["The core content outlines the `UserDomainTargetingError` enum, specifically related to domain name issues within an API service. It details two error types: `INVALID_DOMAIN_NAMES`, which specifies that domain names must be under 67 characters and contain only alphanumeric characters and hyphens, and `UNKNOWN`, indicating an unexposed API version error. This error enum is applicable to multiple services: `AdjustmentService`, `ForecastService`, `LineItemService`, `LineItemTemplateService`, `OrderService`, `ProposalLineItemService`, `TargetingPresetService` and `YieldGroupService`.\n"]]