Service
FeedService
Dependencies
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
|
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
|