AI-generated Key Takeaways
-
The
LineItemActivityAssociationError
object describes errors encountered when associating activities with line items in Google Ad Manager. -
These errors often relate to mismatches between the activity and the line item, such as the activity belonging to a different advertiser or the line item having an incompatible cost type.
-
The
reason
field provides a specific error code, likeINVALID_ACTIVITY_FOR_ADVERTISER
orINVALID_COST_TYPE_FOR_ASSOCIATION
, to help diagnose the issue. -
The error object also inherits properties from
ApiError
, such asfieldPath
,trigger
, anderrorString
, offering additional context for debugging.
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
|