AI-generated Key Takeaways
-
The ForecastService provides methods for forecasting potential ad delivery based on specified criteria.
-
This service inherits from ApiError and includes LineItemActivityAssociationError for issues associating activities with line items.
-
LineItemActivityAssociationError specifically addresses problems like associating an activity to a line item with a different advertiser or an incompatible cost type.
-
Detailed information about each error type is available through linked documentation.
-
This service utilizes a namespace for organizing its functionalities within the Google Ad Manager API.
Errors specific to associating activities to 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. |
LineItemActivityAssociationError
|
|
|
The error reason represented by an enum. Enumerations
|