public enum ExperimentField extends Enum<ExperimentField> implements EntityField
Enum
to facilitate the selection of fields for Experiment
.Enum Constant and Description |
---|
AdGroupAdsCount
Number of creatives changed in this experiment
|
AdGroupCriteriaCount
Number of criteria changed in this experiment
|
AdGroupsCount
Number of adgroups changed in this experiment
|
CampaignId |
ControlId
The id of the control associated with this experiment
|
EndDateTime
Experiment ended serving date;
null indicates campaign end date depends on start date. |
Id |
LastModifiedDateTime
The last time any change was made to this experiment, such as adding a keyword to the experiment only, adding a keyword to the control only, or updating a bid modifier.
|
Name
Experiment name.
|
QueryPercentage
The percentage of queries that will get routed to the experiment.
|
ServingStatus
Serving status of the experiment.
|
StartDateTime
Experiment started serving date;
null indicates campaign start date is indefinitely in the future. |
Status
Status of the experiment.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isFilterable()
If the field is filterable.
|
static ExperimentField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExperimentField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
name
public static final ExperimentField AdGroupAdsCount
public static final ExperimentField AdGroupCriteriaCount
public static final ExperimentField AdGroupsCount
public static final ExperimentField CampaignId
public static final ExperimentField ControlId
public static final ExperimentField EndDateTime
null
indicates campaign end date depends on start date.
If start date is null, this is undefined.
If start date is not null, this defaults to 30 days after the start date.public static final ExperimentField Id
public static final ExperimentField LastModifiedDateTime
public static final ExperimentField Name
public static final ExperimentField QueryPercentage
public static final ExperimentField ServingStatus
public static final ExperimentField StartDateTime
null
indicates campaign start date is indefinitely in the future.public static final ExperimentField Status
public static ExperimentField[] values()
for (ExperimentField c : ExperimentField.values()) System.out.println(c);
public static ExperimentField valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean isFilterable()
EntityField
isFilterable
in interface EntityField
Copyright © 2017. All Rights Reserved.