A Feed which contains data used to populate ad customizers.
More...
|
long | feedId [get, set] |
| ID of the 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] |
|
string | feedName [get, set] |
| Name of the feed. This field can be selected using the value "FeedName".This field can be filtered on. This field is required and should not be More...
|
|
FeedStatus | feedStatus [get, set] |
| 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 will be ignored when sent to the API. More...
|
|
bool | feedStatusSpecified [get, set] |
|
AdCustomizerFeedAttribute[] | feedAttributes [get, set] |
| The AdCustomizerFeed'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 AdCustomizerFeedService::get). This field can be selected using the value "FeedAttributes". This field must not contain More...
|
|
A Feed which contains data used to populate ad customizers.
An AdCustomizerFeed is a view of a regular Feed, but with some simplifications intended to support the most common use cases.
The AdCustomizerFeed'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 AdCustomizerFeedService::get). This field can be selected using the value "FeedAttributes". This field must not contain
elements. This field is required and should not be null
when it is contained within Operators : ADD, SET.
long Google.Api.Ads.AdWords.v201809.AdCustomizerFeed.feedId |
|
getset |
ID of the 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
when it is contained within Operators : SET, REMOVE.
bool Google.Api.Ads.AdWords.v201809.AdCustomizerFeed.feedIdSpecified |
|
getset |
true
, if a value is specified for feedId, false
otherwise.
string Google.Api.Ads.AdWords.v201809.AdCustomizerFeed.feedName |
|
getset |
Name of the feed. This field can be selected using the value "FeedName".This field can be filtered on. 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).
FeedStatus Google.Api.Ads.AdWords.v201809.AdCustomizerFeed.feedStatus |
|
getset |
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 will be ignored when sent to the API.
bool Google.Api.Ads.AdWords.v201809.AdCustomizerFeed.feedStatusSpecified |
|
getset |
true
, if a value is specified for feedStatus, false
otherwise.
The documentation for this class was generated from the following file: