AdWords API
Feedback on this document

type FeedMapping (v201302)

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 what 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.


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
ACTIVE
This mapping is used in feeds
DELETED
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
Filterable
Required
Selectable
AttributeFieldMapping[] The list of which feed attributes that are mapped to which placeholder fields 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.

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.