Hide

type FeedMappingError (v201506)

Errors caused by invalid usage of FeedMappingService


Namespace
https://adwords.google.com/api/adwords/cm/v201506
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.
errorString xsd:string A simple string representation of the error and reason.
ApiError.Type xsd:string Indicates that this instance is a subtype of ApiError. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.
FeedMappingError
reason FeedMappingError.Reason The cause of the error.
Enumerations
INVALID_PLACEHOLDER_FIELD
The given placeholder field does not exist.
INVALID_CRITERION_FIELD
The given criterion field does not exist.
INVALID_PLACEHOLDER_TYPE
The given placeholder type does not exist.
INVALID_CRITERION_TYPE
The given criterion type does not exist.
CANNOT_SET_PLACEHOLDER_TYPE_AND_CRITERION_TYPE
Cannot specify both placeholder type and criterion type.
NO_ATTRIBUTE_FIELD_MAPPINGS
A feed mapping must contain at least one attribute field mapping.
FEED_ATTRIBUTE_TYPE_MISMATCH
The type of the feed attribute referenced in the attribute field mapping must match the type of the placeholder field.
CANNOT_OPERATE_ON_MAPPINGS_FOR_SYSTEM_GENERATED_FEED
A feed mapping for a system generated feed cannot be operated on.
MULTIPLE_MAPPINGS_FOR_PLACEHOLDER_TYPE
Only one feed mapping for a placeholder type is allowed per feed or customer (depending on the placeholder type).
MULTIPLE_MAPPINGS_FOR_CRITERION_TYPE
Only one feed mapping for a criterion type is allowed per customer.
UNEXPECTED_ATTRIBUTE_FIELD_MAPPINGS
This feed mapping may not contain any explicit attribute field mappings.
LOCATION_PLACEHOLDER_ONLY_FOR_PLACES_FEEDS
Location placeholder feedmappings can only be created for Places feeds.
CANNOT_MODIFY_MAPPINGS_FOR_TYPED_FEED
Mappings for typed feeds cannot be modified.
UNKNOWN

Send feedback about...

AdWords API