Page Summary
-
MobileApplicationTargetingError is an ApiErrorReason enum for user domain targeting errors.
-
It has two possible enumeration values: CANNOT_TARGET_UNLINKED_APPLICATION and UNKNOWN.
-
CANNOT_TARGET_UNLINKED_APPLICATION indicates that only applications linked to a store entry can be targeted.
-
The UNKNOWN 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/v202502
| 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. |