A FeedMapping represents a mapping between feed attributes in a specific feed and placeholder fields for a specific placeholder type. This will tell the ads serving system which parts of the feed item should be used when populating a placeholder. Without this mapping the placeholder cannot be populated and the extension can not be displayed.
More...
|
long | feedMappingId [get, set] |
| ID of this FeedMapping. This field can be selected using the value "FeedMappingId".This field can be filtered on. This field is read only and will be ignored when sent to the API for the following Operators: ADD. This field is required and should not be More...
|
|
bool | feedMappingIdSpecified [get, set] |
|
long | feedId [get, set] |
| ID of the Feed that is mapped by this mapping. 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] |
|
int | placeholderType [get, set] |
| The placeholder type for this mapping. This field can be selected using the value "PlaceholderType".This field can be filtered on. More...
|
|
bool | placeholderTypeSpecified [get, set] |
|
FeedMappingStatus | status [get, set] |
| Status of the mapping. 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] |
|
AttributeFieldMapping[] | attributeFieldMappings [get, set] |
| The list of feed attributes to placeholder fields mappings. This field can be selected using the value "AttributeFieldMappings". This field is required and should not be More...
|
|
int | criterionType [get, set] |
| The criterion type for this mapping. This field is mutually exclusive with placeholderType. This field can be selected using the value "CriterionType".This field can be filtered on. More...
|
|
bool | criterionTypeSpecified [get, set] |
|
A FeedMapping represents a mapping between feed attributes in a specific feed and placeholder fields for a specific placeholder type. This will tell the ads serving system which parts of the feed item should be used when populating a placeholder. Without this mapping the placeholder cannot be populated and the extension can not be displayed.
For a list of feed placeholders, see https://developers.google.com/adwords/api/docs/appendix/placeholders
The list of feed attributes to placeholder fields mappings. This field can be selected using the value "AttributeFieldMappings". This field is required and should not be
null
when it is contained within Operators : ADD.
int Google.Api.Ads.AdWords.v201809.FeedMapping.criterionType |
|
getset |
The criterion type for this mapping. This field is mutually exclusive with placeholderType. This field can be selected using the value "CriterionType".This field can be filtered on.
bool Google.Api.Ads.AdWords.v201809.FeedMapping.criterionTypeSpecified |
|
getset |
true
, if a value is specified for criterionType, false
otherwise.
long Google.Api.Ads.AdWords.v201809.FeedMapping.feedId |
|
getset |
ID of the Feed that is mapped by this mapping. 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.FeedMapping.feedIdSpecified |
|
getset |
true
, if a value is specified for feedId, false
otherwise.
long Google.Api.Ads.AdWords.v201809.FeedMapping.feedMappingId |
|
getset |
ID of this FeedMapping. This field can be selected using the value "FeedMappingId".This field can be filtered on. This field is read only and will be ignored when sent to the API for the following Operators: ADD. This field is required and should not be
null
when it is contained within Operators : REMOVE.
bool Google.Api.Ads.AdWords.v201809.FeedMapping.feedMappingIdSpecified |
|
getset |
true
, if a value is specified for feedMappingId, false
otherwise.
int Google.Api.Ads.AdWords.v201809.FeedMapping.placeholderType |
|
getset |
The placeholder type for this mapping. This field can be selected using the value "PlaceholderType".This field can be filtered on.
bool Google.Api.Ads.AdWords.v201809.FeedMapping.placeholderTypeSpecified |
|
getset |
Status of the mapping. 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.FeedMapping.statusSpecified |
|
getset |
true
, if a value is specified for status, false
otherwise.
The documentation for this class was generated from the following file: