Enum ConversionOriginEnum.ConversionOrigin
- java.lang.Object
-
- java.lang.Enum<ConversionOriginEnum.ConversionOrigin>
-
- com.google.ads.googleads.v10.enums.ConversionOriginEnum.ConversionOrigin
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<ConversionOriginEnum.ConversionOrigin>
- Enclosing class:
- ConversionOriginEnum
public static enum ConversionOriginEnum.ConversionOrigin extends java.lang.Enum<ConversionOriginEnum.ConversionOrigin> implements com.google.protobuf.ProtocolMessageEnum
The possible places where a conversion can occur.
Protobuf enumgoogle.ads.googleads.v10.enums.ConversionOriginEnum.ConversionOrigin
-
-
Enum Constant Summary
Enum Constants Enum Constant Description APPConversion that occurs when a user performs an action via any app platforms.CALL_FROM_ADSConversion that occurs when a user makes a call from ads.GOOGLE_HOSTEDConversions reported by an offline pipeline which collects local actions from Google-hosted pages (e.g.STOREConversion that occurs when a user visits or makes a purchase at a physical store.UNKNOWNThe conversion origin is not known in this version.UNRECOGNIZEDUNSPECIFIEDThe conversion origin has not been specified.WEBSITEConversion that occurs when a user visits a website or takes an action there after viewing an ad.YOUTUBE_HOSTEDConversion that occurs on YouTube.
-
Field Summary
Fields Modifier and Type Field Description static intAPP_VALUEConversion that occurs when a user performs an action via any app platforms.static intCALL_FROM_ADS_VALUEConversion that occurs when a user makes a call from ads.static intGOOGLE_HOSTED_VALUEConversions reported by an offline pipeline which collects local actions from Google-hosted pages (e.g.static intSTORE_VALUEConversion that occurs when a user visits or makes a purchase at a physical store.static intUNKNOWN_VALUEThe conversion origin is not known in this version.static intUNSPECIFIED_VALUEThe conversion origin has not been specified.static intWEBSITE_VALUEConversion that occurs when a user visits a website or takes an action there after viewing an ad.static intYOUTUBE_HOSTED_VALUEConversion that occurs on YouTube.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ConversionOriginEnum.ConversionOriginforNumber(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<ConversionOriginEnum.ConversionOrigin>internalGetValueMap()static ConversionOriginEnum.ConversionOriginvalueOf(int value)Deprecated.static ConversionOriginEnum.ConversionOriginvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ConversionOriginEnum.ConversionOriginvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConversionOriginEnum.ConversionOrigin[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final ConversionOriginEnum.ConversionOrigin UNSPECIFIED
The conversion origin has not been specified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final ConversionOriginEnum.ConversionOrigin UNKNOWN
The conversion origin is not known in this version.
UNKNOWN = 1;
-
WEBSITE
public static final ConversionOriginEnum.ConversionOrigin WEBSITE
Conversion that occurs when a user visits a website or takes an action there after viewing an ad.
WEBSITE = 2;
-
GOOGLE_HOSTED
public static final ConversionOriginEnum.ConversionOrigin GOOGLE_HOSTED
Conversions reported by an offline pipeline which collects local actions from Google-hosted pages (e.g. Google Maps, Google Place Page, etc) and attributes them to relevant ad events.
GOOGLE_HOSTED = 3;
-
APP
public static final ConversionOriginEnum.ConversionOrigin APP
Conversion that occurs when a user performs an action via any app platforms.
APP = 4;
-
CALL_FROM_ADS
public static final ConversionOriginEnum.ConversionOrigin CALL_FROM_ADS
Conversion that occurs when a user makes a call from ads.
CALL_FROM_ADS = 5;
-
STORE
public static final ConversionOriginEnum.ConversionOrigin STORE
Conversion that occurs when a user visits or makes a purchase at a physical store.
STORE = 6;
-
YOUTUBE_HOSTED
public static final ConversionOriginEnum.ConversionOrigin YOUTUBE_HOSTED
Conversion that occurs on YouTube.
YOUTUBE_HOSTED = 7;
-
UNRECOGNIZED
public static final ConversionOriginEnum.ConversionOrigin UNRECOGNIZED
-
-
Field Detail
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUE
The conversion origin has not been specified.
UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUE
The conversion origin is not known in this version.
UNKNOWN = 1;- See Also:
- Constant Field Values
-
WEBSITE_VALUE
public static final int WEBSITE_VALUE
Conversion that occurs when a user visits a website or takes an action there after viewing an ad.
WEBSITE = 2;- See Also:
- Constant Field Values
-
GOOGLE_HOSTED_VALUE
public static final int GOOGLE_HOSTED_VALUE
Conversions reported by an offline pipeline which collects local actions from Google-hosted pages (e.g. Google Maps, Google Place Page, etc) and attributes them to relevant ad events.
GOOGLE_HOSTED = 3;- See Also:
- Constant Field Values
-
APP_VALUE
public static final int APP_VALUE
Conversion that occurs when a user performs an action via any app platforms.
APP = 4;- See Also:
- Constant Field Values
-
CALL_FROM_ADS_VALUE
public static final int CALL_FROM_ADS_VALUE
Conversion that occurs when a user makes a call from ads.
CALL_FROM_ADS = 5;- See Also:
- Constant Field Values
-
STORE_VALUE
public static final int STORE_VALUE
Conversion that occurs when a user visits or makes a purchase at a physical store.
STORE = 6;- See Also:
- Constant Field Values
-
YOUTUBE_HOSTED_VALUE
public static final int YOUTUBE_HOSTED_VALUE
Conversion that occurs on YouTube.
YOUTUBE_HOSTED = 7;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static ConversionOriginEnum.ConversionOrigin[] 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 (ConversionOriginEnum.ConversionOrigin c : ConversionOriginEnum.ConversionOrigin.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ConversionOriginEnum.ConversionOrigin 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 ConversionOriginEnum.ConversionOrigin 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 ConversionOriginEnum.ConversionOrigin 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<ConversionOriginEnum.ConversionOrigin> 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 ConversionOriginEnum.ConversionOrigin 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
-
-