Enum ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
- java.lang.Object
-
- java.lang.Enum<ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension>
-
- com.google.ads.googleads.v10.enums.ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension>
- Enclosing class:
- ConversionValueRulePrimaryDimensionEnum
public static enum ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension extends java.lang.Enum<ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension> implements com.google.protobuf.ProtocolMessageEnum
Identifies the primary dimension for conversion value rule stats.
Protobuf enumgoogle.ads.googleads.v10.enums.ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AUDIENCEWhen a query-time audience condition is satisfied.DEVICEWhen a query-time browsing device condition is satisfied.GEO_LOCATIONWhen a query-time Geo location condition is satisfied.MULTIPLEWhen multiple rules are applied.NEW_VS_RETURNING_USERWhen a new or returning customer condition is satisfied.NO_RULE_APPLIEDFor no-value-rule-applied conversions after value rule is enabled.ORIGINALBelow are for value-rule-applied conversions: The original stats.UNKNOWNUsed for return value only.UNRECOGNIZEDUNSPECIFIEDNot specified.
-
Field Summary
Fields Modifier and Type Field Description static intAUDIENCE_VALUEWhen a query-time audience condition is satisfied.static intDEVICE_VALUEWhen a query-time browsing device condition is satisfied.static intGEO_LOCATION_VALUEWhen a query-time Geo location condition is satisfied.static intMULTIPLE_VALUEWhen multiple rules are applied.static intNEW_VS_RETURNING_USER_VALUEWhen a new or returning customer condition is satisfied.static intNO_RULE_APPLIED_VALUEFor no-value-rule-applied conversions after value rule is enabled.static intORIGINAL_VALUEBelow are for value-rule-applied conversions: The original stats.static intUNKNOWN_VALUEUsed for return value only.static intUNSPECIFIED_VALUENot specified.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimensionforNumber(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<ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension>internalGetValueMap()static ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimensionvalueOf(int value)Deprecated.static ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimensionvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimensionvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension UNSPECIFIED
Not specified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension UNKNOWN
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1;
-
NO_RULE_APPLIED
public static final ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension NO_RULE_APPLIED
For no-value-rule-applied conversions after value rule is enabled.
NO_RULE_APPLIED = 2;
-
ORIGINAL
public static final ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension ORIGINAL
Below are for value-rule-applied conversions: The original stats.
ORIGINAL = 3;
-
NEW_VS_RETURNING_USER
public static final ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension NEW_VS_RETURNING_USER
When a new or returning customer condition is satisfied.
NEW_VS_RETURNING_USER = 4;
-
GEO_LOCATION
public static final ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension GEO_LOCATION
When a query-time Geo location condition is satisfied.
GEO_LOCATION = 5;
-
DEVICE
public static final ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension DEVICE
When a query-time browsing device condition is satisfied.
DEVICE = 6;
-
AUDIENCE
public static final ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension AUDIENCE
When a query-time audience condition is satisfied.
AUDIENCE = 7;
-
MULTIPLE
public static final ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension MULTIPLE
When multiple rules are applied.
MULTIPLE = 8;
-
UNRECOGNIZED
public static final ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension 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
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1;- See Also:
- Constant Field Values
-
NO_RULE_APPLIED_VALUE
public static final int NO_RULE_APPLIED_VALUE
For no-value-rule-applied conversions after value rule is enabled.
NO_RULE_APPLIED = 2;- See Also:
- Constant Field Values
-
ORIGINAL_VALUE
public static final int ORIGINAL_VALUE
Below are for value-rule-applied conversions: The original stats.
ORIGINAL = 3;- See Also:
- Constant Field Values
-
NEW_VS_RETURNING_USER_VALUE
public static final int NEW_VS_RETURNING_USER_VALUE
When a new or returning customer condition is satisfied.
NEW_VS_RETURNING_USER = 4;- See Also:
- Constant Field Values
-
GEO_LOCATION_VALUE
public static final int GEO_LOCATION_VALUE
When a query-time Geo location condition is satisfied.
GEO_LOCATION = 5;- See Also:
- Constant Field Values
-
DEVICE_VALUE
public static final int DEVICE_VALUE
When a query-time browsing device condition is satisfied.
DEVICE = 6;- See Also:
- Constant Field Values
-
AUDIENCE_VALUE
public static final int AUDIENCE_VALUE
When a query-time audience condition is satisfied.
AUDIENCE = 7;- See Also:
- Constant Field Values
-
MULTIPLE_VALUE
public static final int MULTIPLE_VALUE
When multiple rules are applied.
MULTIPLE = 8;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension[] 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 (ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension c : ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension 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 ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension 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 ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension 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<ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension> 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 ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension 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
-
-