Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.
A single operation (create, update, remove) on an feed.
JSON representation
{"updateMask": string,// Union field operation can be only one of the following:"create": {object (Feed)},"update": {object (Feed)},"remove": string// End of list of possible types for union field operation.}
[[["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 2025-03-06 UTC."],[[["This documentation describes the JSON representation for performing a single operation (create, update, or remove) on a Google Ads feed."],["The `operation` field determines the type of operation being performed and accepts one of three values: `create`, `update`, or `remove`."],["For `create` operations, a new feed object is provided without a resource name; for `update` operations, the feed object requires a valid resource name; and for `remove` operations, the feed's resource name is provided for deletion."],["A `FieldMask` can be used within the `updateMask` field to specify which fields of the feed resource should be modified during an update operation."]]],["This content details operations on a feed, including create, update, and remove actions. The `updateMask` field, a comma-separated list of field names, dictates which fields are modified during updates. The `operation` union field can be one of: `create`, which expects a new feed object; `update`, which requires a valid resource name; or `remove`, which needs the resource name of the feed to be deleted. These operations are represented in JSON format.\n"]]