RemoveCampaignAutomaticallyCreatedAssetRequest

  • The RemoveCampaignAutomaticallyCreatedAssetRequest message is used to remove automatically created assets for a customer's campaign.

  • The request includes the customer_id, a list of operations specifying which assets to remove, and a partial_failure flag to control error handling.

  • The operations field contains a list of RemoveCampaignAutomaticallyCreatedAssetOperation messages.

Request message for AutomaticallyCreatedAssetRemovalService.RemoveCampaignAutomaticallyCreatedAsset.

Fields

customer_id

string

Required. The ID of the customer whose assets are being removed.

operations[]

RemoveCampaignAutomaticallyCreatedAssetOperation

Required. The list of operations.

partial_failure

bool

Required. If true, successful operations will be carried out and invalid operations will return errors. If false, all operations will be carried out in one transaction if and only if they are all valid.