enum MobileApplicationTargetingError.Reason (v202411)

  • MobileApplicationTargetingError is an enum used for signaling errors related to user domain targeting, specifically for mobile applications.

  • This error enum is utilized by multiple services within Google Ad Manager, 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, used for errors not exposed by the current API version.

  • This enum belongs to the namespace https://www.google.com/apis/ads/publisher/v202411 within the Google Ad Manager API.

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.