enum MobileApplicationTargetingError.Reason (v202411)

  • MobileApplicationTargetingError is an enum used for signaling mobile application targeting errors in Google Ad Manager.

  • This error can occur when targeting unlinked applications, meaning only apps linked to a store entry are targetable.

  • The enum includes reasons like CANNOT_TARGET_UNLINKED_APPLICATION and a catch-all UNKNOWN for unexposed errors.

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.