AI-generated Key Takeaways
-
resource_name
is an immutable string representing the unique identifier of the campaign draft in the formatcustomers/{customer_id}/campaignDrafts/{base_campaign_id}~{draft_id}
. -
The
status
of the campaign draft is read-only and defaults toPROPOSED
when created, reflecting its current state. -
draft_id
,draft_campaign
, andhas_experiment_running
are output-only fields, providing the draft's unique ID, the resulting campaign resource name after applying changes, and whether an experiment is active, respectively. -
base_campaign
is an immutable string indicating the campaign from which the draft originates, whilename
is a required field for identifying the draft. -
long_running_operation
is an output-only string that provides the resource name for tracking the progress of a draft promotion.
A campaign draft.
Fields | |
---|---|
|
Immutable. The resource name of the campaign draft. Campaign draft resource names have the form:
|
|
Output only. The status of the campaign draft. This field is read-only. When a new campaign draft is added, the status defaults to PROPOSED. |
|
Output only. The ID of the draft. This field is read-only. |
|
Immutable. The base campaign to which the draft belongs. |
|
The name of the campaign draft. This field is required and should not be empty when creating new campaign drafts. It must not contain any null (code point 0x0), NL line feed (code point 0xA) or carriage return (code point 0xD) characters. |
|
Output only. Resource name of the Campaign that results from overlaying the draft changes onto the base campaign. This field is read-only. |
|
Output only. Whether there is an experiment based on this draft currently serving. |
|
Output only. The resource name of the long-running operation that can be used to poll for completion of draft promotion. This is only set if the draft promotion is in progress or finished. |