AI-generated Key Takeaways
-
The
MobileApplicationTargetingError.Reason
enum is used for user domain targeting errors within the Ad Manager API. -
This enum is relevant to several services including
ForecastService
,LineItemService
,OrderService
, and others. -
The
CANNOT_TARGET_UNLINKED_APPLICATION
error indicates that only applications linked to a store entry can be targeted. -
The
UNKNOWN
error value is returned when the actual value is not exposed by the requested API version.
ApiErrorReason
enum for user domain targeting error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
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. |