type PermissionError (v202411)

  • The LineItemCreativeAssociationService allows for managing the association between line items and creatives within Google Ad Manager.

  • This service provides methods for creating, updating, and deleting these associations, enabling control over which creatives are served with specific line items.

  • It encompasses a range of error types, including PermissionError, indicating insufficient user permissions, and others like CreativeError or LineItemError related to specific entities.

  • Developers can use this service to programmatically control and manage the delivery of creatives within their ad campaigns on the Google Ad Manager platform.

  • Detailed documentation on specific methods, error codes, and usage examples can be found within the provided links for a comprehensive understanding of this service.

Errors related to incorrect permission.


Namespace
https://www.google.com/apis/ads/publisher/v202411

Field

ApiError (inherited)

fieldPath

xsd:string

The OGNL field path to identify cause of error.

fieldPathElements

FieldPathElement[]

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)}.

trigger

xsd:string

The data that caused the error.

errorString

xsd:string

A simple string representation of the error and reason.

PermissionError

reason

PermissionError.Reason


Enumerations
PERMISSION_DENIED
User does not have the required permission for the request.
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.