Service
CampaignService
Dependencies
Campaign
▼
CampaignTrialType
This enum is used to indicate if this campaign is a normal campaign, a draft campaign, or a trial campaign.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201809
Enumeration | Description |
---|---|
UNKNOWN
|
Invalid type. Should not be used except for detecting values that are incorrect, or values that are not yet known to the user. |
BASE
|
This is a regular campaign created by the advertiser. |
DRAFT
|
This is a draft version of a campaign that is part of a CampaignDraft or a customer-level Draft. It has some modifications from a base campaign, but it does not serve or accrue stats. |
TRIAL
|
This is a trial version of a campaign. It has some modifications from a base campaign, and a percentage of traffic is being diverted from the BASE campaign to this trial campaign. |