Class GoogleAdsSearchads360V23ResourcesCampaignDraft
A campaign draft.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesCampaignDraft : IDirectResponseSchema
Properties
BaseCampaign
Immutable. The base campaign to which the draft belongs.
Declaration
[JsonProperty("baseCampaign")]
public virtual string BaseCampaign { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DraftCampaign
Output only. Resource name of the Campaign that results from overlaying the draft changes onto the base campaign. This field is read-only.
Declaration
[JsonProperty("draftCampaign")]
public virtual string DraftCampaign { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DraftId
Output only. The ID of the draft. This field is read-only.
Declaration
[JsonProperty("draftId")]
public virtual long? DraftId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HasExperimentRunning
Output only. Whether there is an experiment based on this draft currently serving.
Declaration
[JsonProperty("hasExperimentRunning")]
public virtual bool? HasExperimentRunning { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
LongRunningOperation
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.
Declaration
[JsonProperty("longRunningOperation")]
public virtual string LongRunningOperation { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
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.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceName
Immutable. The resource name of the campaign draft. Campaign draft resource names have the form:
customers/{customer_id}/campaignDrafts/{base_campaign_id}~{draft_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
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.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |