AI-generated Key Takeaways
-
This documentation details the
CrossSellError
object, which lists errors encountered during cross-selling operations in Google Ad Manager. -
CrossSellError
objects inherit fromApiError
and provide specific reasons for cross-selling failures through thereason
field. -
Reasons for cross-selling errors can include issues with company types, partner networks, missing features, invalid names, or rule violations.
-
The
reason
field provides an enum value indicating the specific nature of the cross-selling error, such as a company not being a distribution partner or a missing distributor partner name. -
Developers can use the information provided by the
CrossSellError
object to diagnose and address issues related to cross-selling functionality within their Ad Manager integrations.
Lists all errors associated with cross selling.
- 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. |
CrossSellError
|
|
|
The error reason represented by an enum. Enumerations
|