Represents an item in a feed.
More...
|
long | feedId [get, set] |
| 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 More...
|
|
bool | feedIdSpecified [get, set] |
|
long | feedItemId [get, set] |
| 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. More...
|
|
bool | feedItemIdSpecified [get, set] |
|
FeedItemStatus | status [get, set] |
| 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 will be ignored when sent to the API. More...
|
|
bool | statusSpecified [get, set] |
|
string | startTime [get, set] |
| 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 can be filtered on. This field is read only and will be ignored when sent to the API for the following Operators: REMOVE. More...
|
|
string | endTime [get, set] |
| 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 can be filtered on. This field is read only and will be ignored when sent to the API for the following Operators: REMOVE. More...
|
|
FeedItemAttributeValue[] | attributeValues [get, set] |
| 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 More...
|
|
FeedItemPolicySummary[] | policySummaries [get, set] |
| Summary of a feed item's offline validation, policy findings, and approval results for active feed mappings. This field can be selected using the value "PolicySummaries". This field is read only and will be ignored when sent to the API. More...
|
|
FeedItemGeoRestriction | geoTargetingRestriction [get, set] |
| Geo targeting restriction specifies the type of location that can be used for targeting. Only applies if the feed item has a location FeedItemTarget. On update, if the field is left unspecified, the previous geo targeting restriction state will not be changed. On update, if the field is set with a null GeoRestriction enum, the geo targeting restriction will be cleared. More...
|
|
CustomParameters | urlCustomParameters [get, set] |
| A list of mappings to be used for substituting URL custom parameter tags in the trackingUrlTemplate, finalUrls, and/or finalMobileUrls. This field can be selected using the value "UrlCustomParameters". More...
|
|
Represents an item in a feed.
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.
string Google.Api.Ads.AdWords.v201809.FeedItem.endTime |
|
getset |
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 can be filtered on. This field is read only and will be ignored when sent to the API for the following Operators: REMOVE.
long Google.Api.Ads.AdWords.v201809.FeedItem.feedId |
|
getset |
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
.
bool Google.Api.Ads.AdWords.v201809.FeedItem.feedIdSpecified |
|
getset |
true
, if a value is specified for feedId, false
otherwise.
long Google.Api.Ads.AdWords.v201809.FeedItem.feedItemId |
|
getset |
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.
bool Google.Api.Ads.AdWords.v201809.FeedItem.feedItemIdSpecified |
|
getset |
true
, if a value is specified for feedItemId, false
otherwise.
Geo targeting restriction specifies the type of location that can be used for targeting. Only applies if the feed item has a location FeedItemTarget. On update, if the field is left unspecified, the previous geo targeting restriction state will not be changed. On update, if the field is set with a null GeoRestriction enum, the geo targeting restriction will be cleared.
Summary of a feed item's offline validation, policy findings, and approval results for active feed mappings. This field can be selected using the value "PolicySummaries". This field is read only and will be ignored when sent to the API.
string Google.Api.Ads.AdWords.v201809.FeedItem.startTime |
|
getset |
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 can be filtered on. This field is read only and will be ignored when sent to the API for the following Operators: REMOVE.
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 will be ignored when sent to the API.
bool Google.Api.Ads.AdWords.v201809.FeedItem.statusSpecified |
|
getset |
true
, if a value is specified for status, false
otherwise.
A list of mappings to be used for substituting URL custom parameter tags in the trackingUrlTemplate, finalUrls, and/or finalMobileUrls. This field can be selected using the value "UrlCustomParameters".
The documentation for this class was generated from the following file: