CampaignAssetSetOperation

  • This content describes a single operation on a campaign asset set.

  • The operation field indicates whether the operation is a create or remove.

  • A create operation does not expect a resource name for the new campaign asset set.

  • A remove operation requires a resource name for the removed campaign asset set in a specific format.

A single operation (create, remove) on a campaign asset set.

Fields
Union field

operation

operation. The mutate operation. operation can be only one of the following:

create

CampaignAssetSet

Create operation: No resource name is expected for the new campaign asset set.

remove

string

Remove operation: A resource name for the removed campaign asset set is expected, in this format: customers/{customer_id}/campaignAssetSets/{campaign_id}~{asset_set_id}