enum MobileApplicationTargetingError.Reason (v202411)

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

  • This error type is relevant to various services like ForecastService, LineItemService, and others listed.

  • Two main reasons for this error are targeting unlinked applications and an unknown error designated by the UNKNOWN enum value.

  • The error reasons indicate scenarios where mobile applications might not be correctly linked for targeting purposes.

  • Ad Manager API version v202411 introduces this error enum within the specified namespace.

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.