Service
AdGroupExtensionSettingService
CampaignExtensionSettingService
CustomerExtensionSettingSer...
Dependencies
ExtensionSetting
▼
ExtensionFeedItem
Inheritance
Contains base extension feed item data for an extension in an extension feed managed by AdWords.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201506
- Fields
Field | Type | Description |
---|---|---|
feedId ReadOnly
|
xsd:long
|
Id of this feed item's feed. This field is read only and will be ignored when sent to the API. |
feedItemId |
xsd:long
|
Id of the feed item. |
status ReadOnly
|
FeedItem.Status
|
Status of the feed item.
This field is read only and will be ignored when sent to the API.
Enumerations
|
feedType ReadOnly
|
Feed.Type
|
The type of the feed containing this extension feed item data. The field will be set by a
subclass with a defined feed type.
This field is read only and will be ignored when sent to the API.
Enumerations
|
startTime ReadOnly
|
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 is read only and will be ignored when sent to the API for the following Operators: REMOVE. |
endTime ReadOnly
|
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 is read only and will be ignored when sent to the API for the following Operators: REMOVE. |
devicePreference |
FeedItemDevicePreference
|
Device preference for the feed item. |
scheduling |
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, 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. On update, if the field is set with a FeedItemScheduling with an empty feedItemSchedules list, the scheduling will be cleared of all FeedItemSchedules indicating the feed item has no scheduling restrictions. |
policyData ReadOnly
|
FeedItemPolicyData[]
|
List of details about a feed item's validation and approval state. This field is read only and will be ignored when sent to the API. |
ExtensionFeedItem.Type |
xsd:string
|
Indicates that this instance is a subtype of ExtensionFeedItem. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead. |