My favorites | English | Sign in

AdWords API v2009

v2009 Docs | v13 Docs

type AdGroupAdError

Error information for AdGroupAdService.

Namespace

  • https://adwords.google.com/api/adwords/cm/v200909

Fields

Field Type Description

ApiError (inherited)

fieldPath xsd:string The OGNL field path to identify cause of error.
trigger xsd:string The data that caused the error.
ApiError.Type xsd:string This field indicates the subtype of ApiError of this instance. It is ignored on input, and instead xsi:type should be specified.

AdGroupAdError

reason AdGroupAdError.Reason The error reason represented by an enum.
  1. Enumerations
    1. AD_NOT_UNDER_ADGROUP
      1. The specified ad was not found in the adgroup

    2. CANNOT_OPERATE_ON_DELETED_ADGROUPAD
      1. Deleted ads may not be modified

    3. CANNOT_CREATE_DEPRECATED_ADS
      1. An ad of this type is deprecated and cannot be created. Only deletions are permitted.

    4. EMPTY_FIELD
      1. A required field was not specified or is an empty string.

    5. ENTITY_REFERENCED_IN_MULTIPLE_OPS
      1. An ad may only be modified once per call

    6. UNSUPPORTED_OPERATION
      1. The specified operation is not supported. Only ADD, SET, and REMOVE are supported