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, remove) on a campaign shared set.
JSON representation
{// Union field operation can be only one of the following:"create": {object (CampaignSharedSet)},"remove": string// End of list of possible types for union field operation.}
Fields
Union field operation. The mutate operation. operation can be only one of the following:
[[["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-05-29 UTC."],[[["This documentation details the JSON format for performing a single operation (create or remove) on a campaign shared set."],["The JSON request must specify the operation type (`create` or `remove`) and provide the corresponding data: either a `CampaignSharedSet` object for creation or the resource name for removal."],["When creating a new campaign shared set, no resource name is needed in the JSON request; when removing one, the resource name must be specified in the format `customers/{customerId}/campaignSharedSets/{campaignId}~{shared_set_id}`."]]],["The core content details actions for managing campaign shared sets. The `operation` field dictates the action, which can be either `create` or `remove`. `create` requires a `CampaignSharedSet` object, while `remove` needs a resource name string in the format `customers/{customerId}/campaignSharedSets/{campaignId}~{shared_set_id}`. Only one of these actions can be specified per operation. This JSON details the action that are being done and what information is needed.\n"]]