type AdExtensionOverrideError
Service
AdExtensionOverrideService
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
- Enumerations
-
AD_ALREADY_HAS_ADEXTENSION_OVERRIDE
-
Cannot override an ad that is already overriden with an adextension
-
ADEXTENSION_ID_MUST_BE_SPECIFIED
-
AdExtension id must be specified
-
ADEXTENSION_LATITUTE_CANNOT_CHANGE_AFTER_BEING_SET_ONCE
-
Latitutde of the new override must be the same as the first override set on the ad
-
ADEXTENSION_LONGITUDE_CANNOT_CHANGE_AFTER_BEING_SET_ONCE
-
Longitude of the new override must be the same as the first override set on the ad
-
ADEXTENSION_NOT_UNDER_CAMPAIGN
-
The adextension to use in overriding does not belong to the campaign
-
CANNOT_OPERATE_ON_DELETED_OVERRIDE
-
Cannot operate on a deleted adextension override
-
CANNOT_OVERRIDE_EXTENSIONS_ON_NON_TEXT_AD
-
Cannot override any other ad type besides a text ad
-
CANNOT_OVERRIDE_USING_NON_LOCATION_EXTENSION
-
Cannot override an ad using a non-location extension override
-
INVALID_ADEXTENSION_ID
-
Invalid adextension id
-
LOCATION_OVERRIDE_INFO_REQUIRED_FOR_NEW_LOCATION_EXTENSION_OVERRIDE
-
Location override info must be specified when overriding an ad for the first time
-
OVERRIDE_INFO_MUST_BE_NULL_AFTER_BEING_SET_ONCE
-
Location override info must not be specified once an ad has already been overrided once
-
RADIUS_TOO_LARGE
-
Radius is too large
-
RADIUS_TOO_SMALL
-
Radius is too small
-
UNKNOWN_ADEXTENSION_OVERRIDE
-
Unknown adextension override specified
|