Hide

type FeedMapping (v201506)

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/v201506
Fields
Field Type Description
feedMappingId
Filterable
Required
Selectable
xsd:long ID of this FeedMapping. This field is required and should not be null when it is contained within Operators : REMOVE. This field can be selected using the value "FeedMappingId". This field can be filtered on.
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.
placeholderType
Filterable
Selectable
xsd:int The placeholder type for this mapping. This field can be selected using the value "PlaceholderType". This field can be filtered on.
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 will be ignored when sent to the API.
Enumerations
ENABLED
This mapping is used in feeds.
REMOVED
This mapping is not used anymore.
UNKNOWN
Used for return value only. An enumeration could not be processed, typically due to incompatibility with your WSDL version.
attributeFieldMappings
Required
Selectable
AttributeFieldMapping[] The list of feed attributes to placeholder fields mappings. This field is required and should not be null when it is contained within Operators : ADD. This field can be selected using the value "AttributeFieldMappings".
criterionType
Selectable
xsd:int The criterion type for this mapping. This field is mutually exclusive with placeholderType. This field can be selected using the value "CriterionType".

Send feedback about...

AdWords API