AI-generated Key Takeaways
-
ProposalLineItemMakegoodError
outlines errors specific to makegood proposal line items in Google Ad Manager. -
It inherits from
ApiError
, providing standard error details like field path, trigger, and error string. -
Errors can arise from issues like the original line item having an existing makegood, being a makegood itself, not being sold, or having an incompatible cost type.
-
Other errors include rate or unit discrepancies between the makegood and the original line item.
-
Makegoods are not supported for non-DV360 buyers, a restriction highlighted by this error type.
Lists all errors for makegood proposal line items.
- 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. |
ProposalLineItemMakegoodError
|
|
|
The error reason represented by an enum. Enumerations
|