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
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201302 - Fields
| Field | Type | Description |
|---|---|---|
| feedMappingId Filterable
Required
Selectable
|
xsd:long
|
Id of this FeedMapping.
This field can be selected using the value "FeedMappingId".
This field can be filtered on.
This field is required and should not be null when it is contained within Operators : REMOVE.
|
| feedId Filterable
Required
Selectable
|
xsd:long
|
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 when it is contained within Operators : ADD, REMOVE.
|
| placeholderType Filterable
Required
Selectable
|
xsd:int
|
The placeholder type for this mapping.
This field can be selected using the value "PlaceholderType".
This field can be filtered on.
This field is required and should not be null when it is contained within Operators : ADD.
|
| status Filterable
ReadOnly
Selectable
|
FeedMapping.Status
|
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 should not be set. If this field is sent to the API, it will be ignored.
Enumerations
|
| attributeFieldMappings Filterable
Required
Selectable
|
AttributeFieldMapping[]
|
The list of feed attributes to placeholder fields mappings.
This field can be selected using the value "AttributeFieldMappings".
This field can be filtered on.
This field is required and should not be null when it is contained within Operators : ADD.
|