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-10-12 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-10-12 UTC."],[[["Feed mappings connect feed attributes to placeholder or criterion fields for use in ads."],["Each feed mapping requires a unique target (placeholder or criterion) within a feed."],["Attribute field mappings define how feed attributes map to specific fields in ads."],["The `status` field indicates the current state of the feed mapping and is read-only."],["Essential properties include `resource_name`, `attribute_field_mappings`, `status`, `feed`, and a target defined by either `placeholder_type` or `criterion_type`."]]],[]]