enum UserDomainTargetingError.Reason (v202502)
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
UserDomainTargetingError.Reason is an enum for user domain targeting errors within the Google Ad Manager API v202502.
It defines two possible error reasons: INVALID_DOMAIN_NAMES for domain names that are too long or contain invalid characters, and UNKNOWN for values not exposed by the requested API version.
This enum is used across various Ad Manager services including AdjustmentService, ForecastService, LineItemService, OrderService, and others.
[[["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 2025-08-06 UTC."],[],["The provided content outlines the `UserDomainTargetingError` enum within the Google Ad Manager API (v202502). This error type is relevant to multiple services: AdjustmentService, ForecastService, LineItemService, LineItemTemplateService, OrderService, ProposalLineItemService, TargetingPresetService, and YieldGroupService. It specifies two possible error reasons: `INVALID_DOMAIN_NAMES` (domains must be under 67 characters with alphanumeric characters and hyphens only) and `UNKNOWN` (value not exposed by the API).\n"]]