AI-generated Key Takeaways
-
The CompanyService allows for management of companies within the Ad Manager platform, specifically focusing on Multiple Customer Management (MCM) relationships.
-
It outlines potential errors, like
McmError
, that can occur during these operations, including issues with revenue share percentages or network code duplication. -
The service is part of the Google Ad Manager API and utilizes a specific namespace for its operations.
-
Detailed information on each error type, including its reason and potential fields, is provided to assist with troubleshooting.
-
The
McmError
enumeration provides specific reasons for MCM-related errors, such as revenue share issues, duplicate child publishers, or disapproved child networks.
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
|