Hide

type AdCustomizerFeed (v201506)

A Feed which contains data used to populate ad customizers.

An AdCustomizerFeed is a view of a regular Feed, but with some simplifications intended to support the most common use cases.


Namespace
https://adwords.google.com/api/adwords/cm/v201506
Fields
Field Type Description
feedId
Filterable
Required
Selectable
xsd:long ID of the feed. This field can be selected using the value "FeedId". This field can be filtered on. This field is required and should not be null when it is contained within Operators : SET, REMOVE.
feedName
Filterable
Required
Selectable
StringLength
xsd:string Name of the feed. This field can be selected using the value "FeedName". This field can be filtered on. This field is required and should not be null when it is contained within Operators : ADD. The length of this string should be between 1 and 128, inclusive, (trimmed).
feedStatus
Filterable
ReadOnly
Selectable
Feed.Status Status of the feed. This field can be selected using the value "FeedStatus". This field can be filtered on. This field is read only and will be ignored when sent to the API.
Enumerations
ENABLED
This Feed's data can be used in placeholders.
REMOVED
This Feed's data is not used anymore.
UNKNOWN
Unknown status. Used for return value only. An enumeration could not be processed, typically due to incompatibility with your WSDL version.
feedAttributes
ContentsNotNull
Required
Selectable
AdCustomizerFeedAttribute[] The AdCustomizerFeed's schema. In SET operations, these attributes will be considered new attributes and will be appended to the existing list of attributes unless this list is an exact copy of the existing list (as would be obtained via AdCustomizerFeedService.get). This field can be selected using the value "FeedAttributes". This field must not contain null elements. This field is required and should not be null when it is contained within Operators : ADD, SET.

Send feedback about...

AdWords API