Ads API .NET library
|
CustomerFeeds are used to link a feed to the customer using a matching function, making the feed's feed items available in the customer's ads for substitution. More...
Classes | |
class | Fields |
List of all supported fields for the CustomerFeed class. More... | |
class | FilterableFields |
List of all supported filterable fields for the CustomerFeed class. More... | |
class | SelectableFields |
List of all supported selectable fields for the CustomerFeed class. More... | |
Properties | |
long | feedId [get, set] |
Id of the Feed associated with the CustomerFeed. 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] |
Function | matchingFunction [get, set] |
Matching function associated with the CustomerFeed. The matching function is used to filter the set of feed items selected. This field can be selected using the value "MatchingFunction". This field is required and should not be More... | |
int[] | placeholderTypes [get, set] |
Indicates which placeholder types the feed may populate under the connected customer. This field can be selected using the value "PlaceholderTypes".This field can be filtered on. This field is required and should not be More... | |
CustomerFeedStatus | status [get, set] |
Status of the CustomerFeed. 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] |
CustomerFeeds are used to link a feed to the customer using a matching function, making the feed's feed items available in the customer's ads for substitution.
|
getset |
Id of the Feed associated with the CustomerFeed. This field can be selected using the value "FeedId".This field can be filtered on. This field is required and should not be
null
.
|
getset |
true
, if a value is specified for feedId, false
otherwise.
|
getset |
Matching function associated with the CustomerFeed. The matching function is used to filter the set of feed items selected. This field can be selected using the value "MatchingFunction". This field is required and should not be
null
when it is contained within Operators : ADD.
|
getset |
Indicates which placeholder types the feed may populate under the connected customer. This field can be selected using the value "PlaceholderTypes".This field can be filtered on. This field is required and should not be
null
when it is contained within Operators : ADD.
|
getset |
Status of the CustomerFeed. 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.
|
getset |
true
, if a value is specified for status, false
otherwise.