AI-generated Key Takeaways
-
Programmatic errors are associated with programmatic line items across various services like ForecastService, LineItemService, and OrderService.
-
ProgrammaticError inherits from ApiError and includes details such as fieldPath, trigger, and errorString to help identify the cause of the error.
-
The
reason
field within ProgrammaticError provides specific enum values indicating why the error occurred, such as unsupported features or invalid settings for programmatic line items. -
Common reasons for ProgrammaticError include audience extension not being supported, invalid creative rotations, incorrect line item or cost types, and using sizes not supported by AdX.
Errors associated with programmatic line items.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
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. |
ProgrammaticError
|
|
|
The error reason represented by an enum. Enumerations
|