AI-generated Key Takeaways
-
The
MobileApplicationTargetingError
object lists errors encountered when targeting mobile applications for line items within Google Ad Manager. -
This error commonly occurs when attempting to target applications not linked to a store entry, indicated by the
CANNOT_TARGET_UNLINKED_APPLICATION
reason. -
It inherits properties from the
ApiError
object, providing context about the error, like thefieldPath
anderrorString
. -
Developers can use the
reason
field to identify the specific cause of the mobile application targeting error and implement necessary corrections.
Lists all errors related to mobile application targeting for a line item.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
ApiError (inherited)
|
|
|
The OGNL field path to identify cause of error. |
|
A parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}. |
|
The data that caused the error. |
|
A simple string representation of the error and reason. |
MobileApplicationTargetingError
|
|
|
Enumerations
|