Enum ExperimentMetricEnum.ExperimentMetric
- java.lang.Object
-
- java.lang.Enum<ExperimentMetricEnum.ExperimentMetric>
-
- com.google.ads.googleads.v10.enums.ExperimentMetricEnum.ExperimentMetric
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<ExperimentMetricEnum.ExperimentMetric>
- Enclosing class:
- ExperimentMetricEnum
public static enum ExperimentMetricEnum.ExperimentMetric extends java.lang.Enum<ExperimentMetricEnum.ExperimentMetric> implements com.google.protobuf.ProtocolMessageEnum
The type of experiment metric.
Protobuf enumgoogle.ads.googleads.v10.enums.ExperimentMetricEnum.ExperimentMetric
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AVERAGE_CPCThe goal of the experiment is avg cpc.CLICKSThe goal of the experiment is clicks.COMPLETED_VIDEO_VIEWSThe goal of the experiment is completed video views.CONVERSION_VALUEThe goal of the experiment is conversion value.CONVERSIONSThe goal of the experiment is conversions.CONVERSIONS_PER_INTERACTION_RATEThe goal of the experiment is conversion rate.CONVERSIONS_VALUE_PER_COSTThe goal of the experiment is conversion value per cost.COSTThe goal of the experiment is cost.COST_PER_CONVERSIONThe goal of the experiment is cost per conversion.CTRThe goal of the experiment is ctr.CUSTOM_ALGORITHMSThe goal of the experiment is custom algorithms.IMPRESSIONSThe goal of the experiment is impressions.INCREMENTAL_CONVERSIONSThe goal of the experiment is incremental conversions.UNKNOWNThe value is unknown in this version.UNRECOGNIZEDUNSPECIFIEDNot specified.
-
Field Summary
Fields Modifier and Type Field Description static intAVERAGE_CPC_VALUEThe goal of the experiment is avg cpc.static intCLICKS_VALUEThe goal of the experiment is clicks.static intCOMPLETED_VIDEO_VIEWS_VALUEThe goal of the experiment is completed video views.static intCONVERSION_VALUE_VALUEThe goal of the experiment is conversion value.static intCONVERSIONS_PER_INTERACTION_RATE_VALUEThe goal of the experiment is conversion rate.static intCONVERSIONS_VALUEThe goal of the experiment is conversions.static intCONVERSIONS_VALUE_PER_COST_VALUEThe goal of the experiment is conversion value per cost.static intCOST_PER_CONVERSION_VALUEThe goal of the experiment is cost per conversion.static intCOST_VALUEThe goal of the experiment is cost.static intCTR_VALUEThe goal of the experiment is ctr.static intCUSTOM_ALGORITHMS_VALUEThe goal of the experiment is custom algorithms.static intIMPRESSIONS_VALUEThe goal of the experiment is impressions.static intINCREMENTAL_CONVERSIONS_VALUEThe goal of the experiment is incremental conversions.static intUNKNOWN_VALUEThe value is unknown in this version.static intUNSPECIFIED_VALUENot specified.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ExperimentMetricEnum.ExperimentMetricforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<ExperimentMetricEnum.ExperimentMetric>internalGetValueMap()static ExperimentMetricEnum.ExperimentMetricvalueOf(int value)Deprecated.static ExperimentMetricEnum.ExperimentMetricvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ExperimentMetricEnum.ExperimentMetricvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExperimentMetricEnum.ExperimentMetric[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final ExperimentMetricEnum.ExperimentMetric UNSPECIFIED
Not specified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final ExperimentMetricEnum.ExperimentMetric UNKNOWN
The value is unknown in this version.
UNKNOWN = 1;
-
CLICKS
public static final ExperimentMetricEnum.ExperimentMetric CLICKS
The goal of the experiment is clicks.
CLICKS = 2;
-
IMPRESSIONS
public static final ExperimentMetricEnum.ExperimentMetric IMPRESSIONS
The goal of the experiment is impressions.
IMPRESSIONS = 3;
-
COST
public static final ExperimentMetricEnum.ExperimentMetric COST
The goal of the experiment is cost.
COST = 4;
-
CONVERSIONS_PER_INTERACTION_RATE
public static final ExperimentMetricEnum.ExperimentMetric CONVERSIONS_PER_INTERACTION_RATE
The goal of the experiment is conversion rate.
CONVERSIONS_PER_INTERACTION_RATE = 5;
-
COST_PER_CONVERSION
public static final ExperimentMetricEnum.ExperimentMetric COST_PER_CONVERSION
The goal of the experiment is cost per conversion.
COST_PER_CONVERSION = 6;
-
CONVERSIONS_VALUE_PER_COST
public static final ExperimentMetricEnum.ExperimentMetric CONVERSIONS_VALUE_PER_COST
The goal of the experiment is conversion value per cost.
CONVERSIONS_VALUE_PER_COST = 7;
-
AVERAGE_CPC
public static final ExperimentMetricEnum.ExperimentMetric AVERAGE_CPC
The goal of the experiment is avg cpc.
AVERAGE_CPC = 8;
-
CTR
public static final ExperimentMetricEnum.ExperimentMetric CTR
The goal of the experiment is ctr.
CTR = 9;
-
INCREMENTAL_CONVERSIONS
public static final ExperimentMetricEnum.ExperimentMetric INCREMENTAL_CONVERSIONS
The goal of the experiment is incremental conversions.
INCREMENTAL_CONVERSIONS = 10;
-
COMPLETED_VIDEO_VIEWS
public static final ExperimentMetricEnum.ExperimentMetric COMPLETED_VIDEO_VIEWS
The goal of the experiment is completed video views.
COMPLETED_VIDEO_VIEWS = 11;
-
CUSTOM_ALGORITHMS
public static final ExperimentMetricEnum.ExperimentMetric CUSTOM_ALGORITHMS
The goal of the experiment is custom algorithms.
CUSTOM_ALGORITHMS = 12;
-
CONVERSIONS
public static final ExperimentMetricEnum.ExperimentMetric CONVERSIONS
The goal of the experiment is conversions.
CONVERSIONS = 13;
-
CONVERSION_VALUE
public static final ExperimentMetricEnum.ExperimentMetric CONVERSION_VALUE
The goal of the experiment is conversion value.
CONVERSION_VALUE = 14;
-
UNRECOGNIZED
public static final ExperimentMetricEnum.ExperimentMetric UNRECOGNIZED
-
-
Field Detail
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUE
Not specified.
UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUE
The value is unknown in this version.
UNKNOWN = 1;- See Also:
- Constant Field Values
-
CLICKS_VALUE
public static final int CLICKS_VALUE
The goal of the experiment is clicks.
CLICKS = 2;- See Also:
- Constant Field Values
-
IMPRESSIONS_VALUE
public static final int IMPRESSIONS_VALUE
The goal of the experiment is impressions.
IMPRESSIONS = 3;- See Also:
- Constant Field Values
-
COST_VALUE
public static final int COST_VALUE
The goal of the experiment is cost.
COST = 4;- See Also:
- Constant Field Values
-
CONVERSIONS_PER_INTERACTION_RATE_VALUE
public static final int CONVERSIONS_PER_INTERACTION_RATE_VALUE
The goal of the experiment is conversion rate.
CONVERSIONS_PER_INTERACTION_RATE = 5;- See Also:
- Constant Field Values
-
COST_PER_CONVERSION_VALUE
public static final int COST_PER_CONVERSION_VALUE
The goal of the experiment is cost per conversion.
COST_PER_CONVERSION = 6;- See Also:
- Constant Field Values
-
CONVERSIONS_VALUE_PER_COST_VALUE
public static final int CONVERSIONS_VALUE_PER_COST_VALUE
The goal of the experiment is conversion value per cost.
CONVERSIONS_VALUE_PER_COST = 7;- See Also:
- Constant Field Values
-
AVERAGE_CPC_VALUE
public static final int AVERAGE_CPC_VALUE
The goal of the experiment is avg cpc.
AVERAGE_CPC = 8;- See Also:
- Constant Field Values
-
CTR_VALUE
public static final int CTR_VALUE
The goal of the experiment is ctr.
CTR = 9;- See Also:
- Constant Field Values
-
INCREMENTAL_CONVERSIONS_VALUE
public static final int INCREMENTAL_CONVERSIONS_VALUE
The goal of the experiment is incremental conversions.
INCREMENTAL_CONVERSIONS = 10;- See Also:
- Constant Field Values
-
COMPLETED_VIDEO_VIEWS_VALUE
public static final int COMPLETED_VIDEO_VIEWS_VALUE
The goal of the experiment is completed video views.
COMPLETED_VIDEO_VIEWS = 11;- See Also:
- Constant Field Values
-
CUSTOM_ALGORITHMS_VALUE
public static final int CUSTOM_ALGORITHMS_VALUE
The goal of the experiment is custom algorithms.
CUSTOM_ALGORITHMS = 12;- See Also:
- Constant Field Values
-
CONVERSIONS_VALUE
public static final int CONVERSIONS_VALUE
The goal of the experiment is conversions.
CONVERSIONS = 13;- See Also:
- Constant Field Values
-
CONVERSION_VALUE_VALUE
public static final int CONVERSION_VALUE_VALUE
The goal of the experiment is conversion value.
CONVERSION_VALUE = 14;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static ExperimentMetricEnum.ExperimentMetric[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ExperimentMetricEnum.ExperimentMetric c : ExperimentMetricEnum.ExperimentMetric.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ExperimentMetricEnum.ExperimentMetric valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static ExperimentMetricEnum.ExperimentMetric valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
forNumber
public static ExperimentMetricEnum.ExperimentMetric forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<ExperimentMetricEnum.ExperimentMetric> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static ExperimentMetricEnum.ExperimentMetric valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
-