enum MobileApplicationTargetingError.Reason (v202411)

  • MobileApplicationTargetingError is an enum used for signaling errors related to user domain targeting in Google Ad Manager.

  • This error can arise in various services, including ForecastService, LineItemService, LineItemTemplateService, OrderService, ProposalLineItemService, TargetingPresetService, and YieldGroupService.

  • Two specific error reasons are defined: CANNOT_TARGET_UNLINKED_APPLICATION indicating that only linked applications can be targeted, and UNKNOWN for errors not exposed by the current API version.

  • The namespace for this enum is https://www.google.com/apis/ads/publisher/v202411.

ApiErrorReason enum for user domain targeting error.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
CANNOT_TARGET_UNLINKED_APPLICATION Only applications that are linked to a store entry may be targeted.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.