enum UserDomainTargetingError.Reason (v202411)

  • UserDomainTargetingError.Reason is an enum used for user domain targeting errors within the Ad Manager API.

  • It includes INVALID_DOMAIN_NAMES for domain names not meeting length or character requirements and UNKNOWN for unexposed values in the requested API version.

  • This enum is relevant to several services, including AdjustmentService, ForecastService, LineItemService, OrderService, ProposalLineItemService, TargetingPresetService, and YieldGroupService.

ApiErrorReason enum for user domain targeting error.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
INVALID_DOMAIN_NAMES Invalid domain names. Domain names must be at most 67 characters long. And must contain only alphanumeric characters and hyphens.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.