type DaiEncodingProfileAdMatchingError (v202505)

  • The DaiEncodingProfileService is a service for validating encoding profiles and is associated with various error types inherited from ApiError.

  • Errors within this service include issues with API versions, authentication, collection sizes, common errors, and specific encoding profile problems such as name, update, and variant settings errors.

  • The service also defines fields inherited from ApiError like fieldPath, fieldPathElements, trigger, and errorString to help identify the cause of an error.

  • A specific error, DaiEncodingProfileAdMatchingError, indicates issues with encoding profiles matching creative profiles, including a reason for not matching any creative profiles.

Lists all warnings associated with validating encoding profiles.


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

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.

DaiEncodingProfileAdMatchingError

reason

DaiEncodingProfileAdMatchin...


Enumerations
NO_CREATIVE_PROFILES_MATCHED
Encoding profile does not match any existing creative profiles.
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.