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 a campaign feed.
JSON representation
{"updateMask": string,// Union field operation can be only one of the following:"create": {object (CampaignFeed)},"update": {object (CampaignFeed)},"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 page documents a single operation (create, update, or remove) on a campaign feed through JSON representation."],["The operation is defined using the `operation` field, which can be set to `create`, `update`, or `remove`."],["`create` requires a CampaignFeed object without a resource name, while `update` needs a CampaignFeed object with a valid resource name."],["For `remove`, you need to provide the resource name of the campaign feed in a specific format."],["`updateMask` is used to specify which fields of the CampaignFeed resource should be modified during an update operation."]]],[]]