AI-generated Key Takeaways
-
This document describes the request message for removing automatically created assets at the campaign level.
-
The request requires a
customer_id
to specify the customer whose assets are being removed. -
A list of operations is required using
RemoveCampaignAutomaticallyCreatedAssetOperation
to specify which assets to remove. -
The
partial_failure
field determines whether successful operations are carried out independently or only if all operations are valid.
Request message for AutomaticallyCreatedAssetRemovalService.RemoveCampaignAutomaticallyCreatedAsset
.
Fields | |
---|---|
|
Required. The ID of the customer whose assets are being removed. |
|
Required. The list of operations. |
|
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. |