Hide

type AdCustomizerFeedError (v201506)

An error caused by an invalid ad customizer feed in an AdCustomizerFeedService request.


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.
AdCustomizerFeedError
reason AdCustomizerFeedError.Reason The cause of this error.
Enumerations
CANNOT_ADD_KEY_ATTRIBUTE
The key attribute cannot be added to an existing ad customizer feed.
NOT_AD_CUSTOMIZER_FEED
The feed is not an ad customizer feed.
INVALID_FEED_NAME
Name of AdCustomizerFeed is not allowed.
TOO_MANY_FEED_ATTRIBUTES_FOR_FEED
Too many AdCustomizerFeedAttributes for an AdCustomizerFeed.
ATTRIBUTE_NAMES_NOT_UNIQUE
The names of the AdCustomizerFeedAttributes must be unique.
FEED_DELETED
The given id refers to a removed Feed. Removed Feeds are immutable.
DUPLICATE_FEED_NAME
Feed name matches that of another active Feed.
UNKNOWN

Send feedback about...

AdWords API