Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
FeedMappingOperation
A single operation (create, remove) on a feed mapping.
Fields |
Union field operation
operation . The mutate operation. operation can be only one of the following: |
create
|
FeedMapping
Create operation: No resource name is expected for the new feed mapping.
|
remove
|
string
Remove operation: A resource name for the removed feed mapping is expected, in this format: customers/{customer_id}/feedMappings/{feed_id}~{feed_mapping_id}
|
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 2025-02-24 UTC.
[null,null,["Last updated 2025-02-24 UTC."],[[["This page details how to perform a single operation (either create or remove) on a feed mapping."],["Operations are specified using the `operation` field, with `create` for adding new mappings and `remove` for deleting existing ones."],["When creating a feed mapping, no resource name is needed; when removing one, the resource name must be provided in a specific format."]]],["The core content details actions on a feed mapping, specifically creating or removing. The `create` operation allows for the creation of a new feed mapping, requiring no pre-existing resource name. The `remove` operation, in contrast, necessitates a resource name in the format `customers/{customer_id}/feedMappings/{feed_id}~{feed_mapping_id}` to identify the feed mapping targeted for deletion. The operations are mutually exclusive, meaning only one can be used.\n"]]