AI-generated Key Takeaways
-
This documentation details the
McmError
object, which represents errors related to multiple customer management (MCM) within the Google Ad Manager API. -
McmError
inherits from theApiError
object, providing standard error fields likefieldPath
,trigger
, anderrorString
. -
It introduces the
reason
field, an enumeration outlining specific MCM error reasons such as invalid revenue share percentages, duplicate child publisher information, and network disapproval. -
These errors help developers diagnose and address issues arising from MCM relationships and configurations in their Ad Manager network.
-
Developers can use the provided error reasons and associated documentation links to troubleshoot and resolve MCM-related problems efficiently.
An error for multiple customer management.
- 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. |
McmError
|
|
|
Enumerations
|