AI-generated Key Takeaways
-
MobileApplicationTargetingErroris anApiErrorReasonenum used for user domain targeting errors. -
The enum includes values such as
CANNOT_TARGET_UNLINKED_APPLICATIONandUNKNOWN. -
CANNOT_TARGET_UNLINKED_APPLICATIONindicates that only linked applications can be targeted. -
UNKNOWNis 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/v202505
| 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. |