FeedMapping
Stay organized with collections
Save and categorize content based on your preferences.
Fields |
resource_name
|
string
Immutable. The resource name of the feed mapping. Feed mapping resource names have the form: customers/{customer_id}/feedMappings/{feed_id}~{feed_mapping_id}
|
attribute_field_mappings[]
|
AttributeFieldMapping
Immutable. Feed attributes to field mappings. These mappings are a one-to-many relationship meaning that 1 feed attribute can be used to populate multiple placeholder fields, but 1 placeholder field can only draw data from 1 feed attribute. Ad Customizer is an exception, 1 placeholder field can be mapped to multiple feed attributes. Required.
|
status
|
FeedMappingStatus
Output only. Status of the feed mapping. This field is read-only.
|
feed
|
string
Immutable. The feed of this feed mapping.
|
Union field target
target . Feed mapping target. Can be either a placeholder or a criterion. For a given feed, the active FeedMappings must have unique targets. Required. target can be only one of the following: |
placeholder_type
|
PlaceholderType
Immutable. The placeholder type of this mapping (for example, if the mapping maps feed attributes to placeholder fields).
|
criterion_type
|
FeedMappingCriterionType
Immutable. The criterion type of this mapping (for example, if the mapping maps feed attributes to criterion fields).
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-25 UTC."],[[["Defines the structure and fields of a feed mapping in Google Ads."],["Outlines how feed attributes are mapped to placeholder or criterion fields for use in ads."],["Specifies that a feed mapping can target either a placeholder or a criterion, but not both."],["Includes information on the status and immutability of certain fields within the mapping."],["Requires active feed mappings for a given feed to have unique targets to avoid conflicts."]]],[]]