Service
FeedItemService
MutateJobService
Dependencies
Represents an item in a feed.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201502
- Fields
Field | Type | Description |
---|---|---|
feedId Required
|
xsd:long
|
ID of this feed item's feed
This field is required and should not be null .
|
feedItemId ReadOnly
|
xsd:long
|
ID of this feed item. This may be unspecified if the user-defined key attributes are specified. This field is read only and will be ignored when sent to the API for the following Operators: ADD. |
status ReadOnly
|
FeedItem.Status
|
Status of feed item
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. |
attributeValues Required
|
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 is required and should not be null when it is contained within Operators : ADD.
|
policyData ReadOnly
|
FeedItemPolicyData[]
|
List of details about a feed item's validation and approval state for active feed mappings. This field is read only and will be ignored when sent to the API. |
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. |
campaignTargeting |
FeedItemCampaignTargeting
|
Campaign targeting specifying what campaign this feed item can serve with. On update, if the field is left unspecified, the previous campaign targeting state will not be changed. On update, if the field is set with an empty FeedItemCampaignTargeting, the campaign targeting will be cleared. Note: If adGroupTargeting and campaignTargeting are set (either in the request or pre-existing from a previous request), the targeted campaign must match the targeted adgroup's campaign. If only adGroupTargeting is specified and there is no campaignTargeting, then a campaignTargeting will be set to the targeted adgroup's campaign. |
adGroupTargeting |
FeedItemAdGroupTargeting
|
Adgroup targeting specifying what adgroup this feed item can serve with. On update, if the field is left unspecified, the previous adgroup targeting state will not be changed. On update, if the field is set with an empty FeedItemAdGroupTargeting, the adgroup targeting will be cleared. Note: If adGroupTargeting and campaignTargeting are set (either in the request or pre-existing from a previous request), the targeted campaign must match the targeted adgroup's campaign. If only adGroupTargeting is specified and there is no campaignTargeting, then a campaignTargeting will be set to the targeted adgroup's campaign. |
keywordTargeting |
Keyword
|
Keyword targeting specifies what keyword this feed item can serve with. On update, if the field is left unspecified, the previous keyword targeting state will not be changed. On update, if the field is set with a Keyword and without Keyword.text set keyword targeting will be cleared. |
urlCustomParameters |
CustomParameters
|
A list of mappings to be used for substituting URL custom parameter tags in the trackingUrlTemplate, finalUrls, and/or finalMobileUrls. |