Interface for campaign trial entities. A trial is an experiment created by an advertiser from changes in a draft.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201809
Field |
|
---|---|
|
The id of this trial. This field can be selected using the value "Id".
This field can be filtered on.
This field is read only and will be ignored when sent to the API for the following Operators: ADD.
This field is required and should not be
null when it is contained within Operators : SET. |
|
Id of the base campaign, which will be the control arm of this trial. This field can be selected using the value "BaseCampaignId".
This field can be filtered on.
This field is read only and will be ignored when sent to the API for the following Operators: SET.
This field is required and should not be
null when it is contained within Operators : ADD. |
|
Valid id of the draft this trial is based on. This field can be selected using the value "DraftId".
This field can be filtered on.
This field is read only and will be ignored when sent to the API for the following Operators: SET.
This field is required and should not be
null when it is contained within Operators : ADD. |
|
Id of the new budget to assign to the trial campaign when graduating a trial. Required for SET operations, when changing the
status to
When graduating a trial, the same constraints apply to this
field as for a budget id passed to
This field is read only and will be ignored
when sent to the API for the following Operators: ADD.
|
|
The name of this trial. Must not conflict with the name of another trial or campaign. This field can be selected using the value "Name".
This field can be filtered on.
This field is required and should not be
null when it is contained within Operators : ADD.The length of this string should be between 1 and 1024, inclusive, in UTF-8 bytes, (trimmed).
|
|
Date the trial begins. On add, defaults to the the base campaign's start date or the current day in the parent account's local timezone (whichever is later). This field can be selected using the value "StartDate".
This field can be filtered on.
|
|
Date the campaign ends. On add, defaults to the base campaign's end date. This field can be selected using the value "EndDate".
This field can be filtered on.
|
|
Traffic share to be directed to the trial arm of this trial, i.e. the arm containing the
trial changes (in percent). The remainder of the traffic (100 - This field can be selected using the value "TrafficSplitPercent".
This field can be filtered on.
This field must be between 1 and 99, inclusive.
This field is read only and will be ignored when sent to the API for the following Operators: SET.
This field is required and should not be
null when it is contained within Operators : ADD. |
|
Determines the behavior of the traffic split. Enumerations
This field can be selected using the value "TrafficSplitType".
This field can be filtered on.
This field is read only and will be ignored when sent to the API for the following Operators: REMOVE and SET.
|
|
Status of this trial. Note that a running trial will always be ACTIVE, but not all ACTIVE trials are currently running: they may have ended or been scheduled for the future. Enumerations
This field can be selected using the value "Status".
This field can be filtered on.
This field is read only and will be ignored when sent to the API for the following Operators: ADD.
|
|
Id of the trial campaign. This will be null if the Trial has status CREATING. This field can be selected using the value "TrialCampaignId".
This field can be filtered on.
This field is read only and will be ignored when sent to the API.
|