AdWords API
Feedback on this document

type FeedError (v201306)

An error caused by an invalid Feed in a FeedService request.


Namespace
https://adwords.google.com/api/adwords/cm/v201306
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.
FeedError
reason FeedError.Reason The cause of the error.
Enumerations
ATTRIBUTE_NAMES_NOT_UNIQUE
The names of the FeedAttributes must be unique.
ATTRIBUTES_DO_NOT_MATCH_EXISTING_ATTRIBUTES
The attribute list must be an exact copy of the existing list if the attribute id's are present.
CANNOT_CHANGE_FEED_NAME
A Feed's name can only be set during Feed creation.
CANNOT_CHANGE_ORIGIN
Origin can only be set during Feed creation.
FEED_DELETED
The given id refers to a deleted Feed. Deleted Feeds are immutable.
FEED_ORIGIN_IS_NOT_USER
A user can only create and modify feeds with user origin.
NEW_ATTRIBUTE_CANNOT_BE_PART_OF_UNIQUE_KEY
New FeedAttributes must not effect the unique key.
TOO_MANY_FEED_ATTRIBUTES_FOR_FEED
Too many FeedAttributes for a Feed.
UNKNOWN

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.