AI-generated Key Takeaways
-
The
LineItemCreativeAssociationOperationError
enum outlines potential errors when associating line items with creatives in Google Ad Manager. -
Errors can arise due to insufficient permissions, the current state of the association, or attempting to activate an invalid creative.
-
The error enum is part of the Google Ad Manager API and uses the namespace
https://www.google.com/apis/ads/publisher/v202411
. -
If an error type is not exposed by the requested API version, it will return as "UNKNOWN".
The reasons for the target error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
NOT_ALLOWED
|
The operation is not allowed due to permissions |
NOT_APPLICABLE
|
The operation is not applicable to the current state |
CANNOT_ACTIVATE_INVALID_CREATIVE
|
Cannot activate an invalid creative |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |