My favorites | English | Sign in

AdWords API v2009

v2009 Docs | v13 Docs

type AdExtensionOverrideError

AdExtensionOverride errors.

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.

AdExtensionOverrideError

reason AdExtensionOverrideError.Re... The error reason represented by an enum
  1. Enumerations
    1. AD_ALREADY_HAS_ADEXTENSION_OVERRIDE
      1. Cannot override an ad that is already overriden with an adextension

    2. ADEXTENSION_ID_MUST_BE_SPECIFIED
      1. AdExtension id must be specified

    3. ADEXTENSION_LATITUTE_CANNOT_CHANGE_AFTER_BEING_SET_ONCE
      1. Latitutde of the new override must be the same as the first override set on the ad

    4. ADEXTENSION_LONGITUDE_CANNOT_CHANGE_AFTER_BEING_SET_ONCE
      1. Longitude of the new override must be the same as the first override set on the ad

    5. ADEXTENSION_NOT_UNDER_CAMPAIGN
      1. The adextension to use in overriding does not belong to the campaign

    6. CANNOT_OPERATE_ON_DELETED_OVERRIDE
      1. Cannot operate on a deleted adextension override

    7. CANNOT_OVERRIDE_EXTENSIONS_ON_NON_TEXT_AD
      1. Cannot override any other ad type besides a text ad

    8. CANNOT_OVERRIDE_USING_NON_LOCATION_EXTENSION
      1. Cannot override an ad using a non-location extension override

    9. INVALID_ADEXTENSION_ID
      1. Invalid adextension id

    10. LOCATION_OVERRIDE_INFO_REQUIRED_FOR_NEW_LOCATION_EXTENSION_OVERRIDE
      1. Location override info must be specified when overriding an ad for the first time

    11. OVERRIDE_INFO_MUST_BE_NULL_AFTER_BEING_SET_ONCE
      1. Location override info must not be specified once an ad has already been overrided once

    12. RADIUS_TOO_LARGE
      1. Radius is too large

    13. RADIUS_TOO_SMALL
      1. Radius is too small

    14. UNKNOWN_ADEXTENSION_OVERRIDE
      1. Unknown adextension override specified