CampaignExperiment
This table has been deprecated for Google Ads API v12. An A/B experiment that compares the performance of the base campaign (the control) and a variation of that campaign (the experiment).
Columns
Name | Type | Behavior | Description |
CampaignExperimentCampaignDraft | String | ATTRIBUTE | Immutable. The campaign draft with staged changes to the base campaign. |
CampaignExperimentDescription | String | ATTRIBUTE | The description of the experiment. |
CampaignExperimentEndDate | Date | ATTRIBUTE | The last day of the campaign experiment. By default, the experiment ends on the campaign's end date. If this field is set, then the experiment ends at the end of the specified date in the customer's time zone. Format: YYYY-MM-DD Example: 2019-04-18 |
CampaignExperimentExperimentCampaign | String | ATTRIBUTE | Output only. The experiment campaign, as opposed to the base campaign. |
CampaignExperimentId | Long | ATTRIBUTE | Output only. The ID of the campaign experiment. This field is read-only. |
CampaignExperimentLongRunningOperation | String | ATTRIBUTE | Output only. The resource name of the long-running operation that can be used to poll for completion of experiment create or promote. The most recent long running operation is returned. |
CampaignExperimentName | String | ATTRIBUTE | The name of the campaign experiment. This field is required when creating new campaign experiments and must not conflict with the name of another non-removed campaign experiment or campaign. It must not contain any null (code point 0x0), NL line feed (code point 0xA) or carriage return (code point 0xD) characters. |
CampaignExperimentResourceName | String | ATTRIBUTE | Immutable. The resource name of the campaign experiment. Campaign experiment resource names have the form: customers/{customer_id}/campaignExperiments/{campaign_experiment_id} |
CampaignExperimentStartDate | Date | ATTRIBUTE | Date when the campaign experiment starts. By default, the experiment starts now or on the campaign's start date, whichever is later. If this field is set, then the experiment starts at the beginning of the specified date in the customer's time zone. Cannot be changed once the experiment starts. Format: YYYY-MM-DD Example: 2019-03-14 |
CampaignExperimentStatus | String | ATTRIBUTE | Output only. The status of the campaign experiment. This field is read-only.
The allowed values are ENABLED, ENDED_MANUALLY, GRADUATED, INITIALIZATION_FAILED, INITIALIZING, PROMOTED, PROMOTING, PROMOTION_FAILED, REMOVED, UNKNOWN, UNSPECIFIED. |
CampaignExperimentTrafficSplitPercent | Long | ATTRIBUTE | Immutable. Share of traffic directed to experiment as a percent (must be between 1 and 99 inclusive. Base campaign receives the remainder of the traffic (100 - traffic_split_percent). Required for create. |
CampaignExperimentTrafficSplitType | String | ATTRIBUTE | Immutable. Determines the behavior of the traffic split.
The allowed values are COOKIE, RANDOM_QUERY, UNKNOWN, UNSPECIFIED. |
CustomerId | Long | ATTRIBUTE | Output only. The ID of the customer. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name | Type | Description |
ManagerId | Long | Id of the manager account on behalf of which you are requesting customer data. |