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 asset.
JSON representation
{"updateMask": string,// Union field operation can be only one of the following:"create": {object (CampaignAsset)},"update": {object (CampaignAsset)},"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 asset in JSON format."],["The `operation` field specifies the type of operation being performed (create, update, or remove)."],["A `FieldMask` is used in update operations to specify which fields of the campaign asset should be modified."],["Resource names are required for update and remove operations but not for create operations."]]],["This describes a single operation on a campaign asset, which can be a create, update, or remove action. The `updateMask` field specifies which resource fields are being modified during an update. `Create` operations don't require a resource name, `update` operations need a valid resource name, and `remove` operations need a specific resource name format: `customers/{customerId}/campaignAssets/{campaignId}~{asset_id}~{fieldType}`. The `operation` is defined as a union field, which means that only one of the listed actions can be specified in the operation.\n"]]