AdWords API
Feedback on this document

type Feed (v201302)

A Feed identifies a source of data and its schema. The data for the Feed can either be user-entered via the FeedItemService or system-generated, in which case the data is provided automatically.


Namespace
https://adwords.google.com/api/adwords/cm/v201302
Fields
Field Type Description
id
Filterable
Required
Selectable
xsd:long Id of the Feed. This field can be selected using the value "Id". This field can be filtered on. This field is required and should not be null when it is contained within Operators : REMOVE, SET.
name
Required
Selectable
StringLength
xsd:string Name of the Feed. This field can be selected using the value "Name". 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).
attributes
ContentsNotNull
Required
Selectable
FeedAttribute[] The Feed'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 FeedService.get). This field can be selected using the value "Attributes". This field must not contain null elements. This field is required and should not be null when it is contained within Operators : ADD, SET.
status
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 should not be set. If this field is sent to the API, it will be ignored.
Enumerations
ACTIVE
This Feed's data can be used in placeholders.
DELETED
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.
origin
Filterable
Selectable
Feed.Origin The creator of the Feed. This field can be selected using the value "Origin". This field can be filtered on.
Enumerations
USER
This Feed was created by the user. FeedAttributes may therefore be added by the user.
ADWORDS
This Feed is managed automatically. The user cannot add more FeedAttributes.
UNKNOWN
Used for return value only. An enumeration could not be processed, typically due to incompatibility with your WSDL version.

Authentication required

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

Signing you in...

Google Developers needs your permission to do that.