enum LineItemCreativeAssociationOperationError.Reason (v202505)

  • LineItemCreativeAssociationOperationError lists reasons for errors in associating line items and creatives.

  • Errors can occur due to insufficient permissions (NOT_ALLOWED) or an operation not being applicable (NOT_APPLICABLE).

  • Attempting to activate an invalid creative will result in an error (CANNOT_ACTIVATE_INVALID_CREATIVE).

  • The UNKNOWN value indicates an unexposed error reason for the requested API version.

The reasons for the target error.


Namespace
https://www.google.com/apis/ads/publisher/v202505
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.