Service
FeedItemService
MutateJobService
Dependencies
Represents an item in a feed.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201306 - Fields
| Field | Type | Description |
|---|---|---|
| feedId Filterable
Required
Selectable
|
xsd:long
|
ID of this feed item's 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.
|
| feedItemId Filterable
ReadOnly
Selectable
|
xsd:long
|
ID of this feed item. This may be unspecified if the user-defined key attributes are specified. This field can be selected using the value "FeedItemId". This field can be filtered on. This field is read only and should not be set for following Operators : ADD. If this field is sent to the API, it will be ignored. |
| status Filterable
ReadOnly
Selectable
|
FeedItem.Status
|
Status of feed item
This field can be selected using the value "Status".
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
|
| startTime ReadOnly
Selectable
|
xsd:string
|
Start time in which this feed item is effective and can begin serving. The time zone of startTime must either match the time zone of the account or be unspecified where the time zone defaults to the account time zone. This field may be null to indicate no start time restriction. The special value "00000101 000000" may be used to clear an existing start time. This field can be selected using the value "StartTime". This field is read only and should not be set for following Operators : REMOVE. If this field is sent to the API, it will be ignored. |
| endTime ReadOnly
Selectable
|
xsd:string
|
End time in which this feed item is no longer effective and will stop serving. The time zone of endTime must either match the time zone of the account or be unspecified where the time zone defaults to the account time zone. This field may be null to indicate no end time restriction. The special value "00000101 000000" may be used to clear an existing end time. This field can be selected using the value "EndTime". This field is read only and should not be set for following Operators : REMOVE. If this field is sent to the API, it will be ignored. |
| attributeValues Required
Selectable
|
FeedItemAttributeValue[]
|
The feed item's attribute values. For any unset/unspecified feed attributes, the value is
considered unset/null on ADD and unchanged on SET.
This field can be selected using the value "AttributeValues".
This field is required and should not be null when it is contained within Operators : ADD.
|
| validationDetails ReadOnly
Selectable
|
FeedItemValidationDetail[]
|
List of details about a feed item's validation state for active feed mappings. This field can be selected using the value "ValidationDetails". This field is read only and should not be set. If this field is sent to the API, it will be ignored. |
| devicePreference Filterable
Selectable
|
FeedItemDevicePreference
|
Device preference for the feed item. This field can be selected using the value "DevicePreference". This field can be filtered on. |
| scheduling Beta
Selectable
|
FeedItemScheduling
|
FeedItemScheduling specifying times for when the feed item may serve. On retrieval or creation of the feed item, if the field is left null or unspecified, no feed item scheduling restrictions are placed on the feed item. On update, if the field is left unspecified, the previous feedItemScheduling state will not be changed. This field can be selected using the value "Scheduling". This is a beta feature. |