Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
UserDomainTargetingError.Reason is an enum used for user domain targeting errors within the Google Ad Manager API.
This enum helps identify issues with user-specified domain names, primarily related to their format and length restrictions, through values like INVALID_DOMAIN_NAMES and UNKNOWN.
Domain names causing errors through this enum must adhere to specific criteria, including a maximum length of 67 characters and usage of only alphanumeric characters and hyphens.
[[["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 content outlines services and their dependencies related to user domain targeting. Key services include AdjustmentService, ForecastService, LineItemService, LineItemTemplateService, OrderService, ProposalLineItemService, TargetingPresetService, and YieldGroupService. The `UserDomainTargetingError` dependency utilizes the `ApiErrorReason` enum, specifying `INVALID_DOMAIN_NAMES` (domains must be \u003c= 67 chars, alphanumeric, or hyphens) and `UNKNOWN` (value not in the API version) error types. The namespace is provided as `https://www.google.com/apis/ads/publisher/v202411`.\n"]]