Enum Class ConversionOriginEnum.ConversionOrigin

java.lang.Object
java.lang.Enum<ConversionOriginEnum.ConversionOrigin>
com.google.ads.googleads.v18.enums.ConversionOriginEnum.ConversionOrigin
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<ConversionOriginEnum.ConversionOrigin>, Constable
Enclosing class:
ConversionOriginEnum

public static enum ConversionOriginEnum.ConversionOrigin extends Enum<ConversionOriginEnum.ConversionOrigin> implements com.google.protobuf.ProtocolMessageEnum
 The possible places where a conversion can occur.
 
Protobuf enum google.ads.googleads.v18.enums.ConversionOriginEnum.ConversionOrigin
  • Enum Constant Details

  • Field Details

    • UNSPECIFIED_VALUE

      public static final int UNSPECIFIED_VALUE
       The conversion origin has not been specified.
       
      UNSPECIFIED = 0;
      See Also:
    • UNKNOWN_VALUE

      public static final int UNKNOWN_VALUE
       The conversion origin is not known in this version.
       
      UNKNOWN = 1;
      See Also:
    • 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:
    • GOOGLE_HOSTED_VALUE

      public static final int GOOGLE_HOSTED_VALUE
       Conversions reported by an offline pipeline which collects local actions
       from Google-hosted pages (for example, Google Maps, Google Place Page,
       etc) and attributes them to relevant ad events.
       
      GOOGLE_HOSTED = 3;
      See Also:
    • APP_VALUE

      public static final int APP_VALUE
       Conversion that occurs when a user performs an action through any app
       platforms.
       
      APP = 4;
      See Also:
    • 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:
    • 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:
    • YOUTUBE_HOSTED_VALUE

      public static final int YOUTUBE_HOSTED_VALUE
       Conversion that occurs on YouTube.
       
      YOUTUBE_HOSTED = 7;
      See Also:
  • Method Details

    • values

      public static ConversionOriginEnum.ConversionOrigin[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ConversionOriginEnum.ConversionOrigin valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static ConversionOriginEnum.ConversionOrigin valueOf(int value)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
      IllegalArgumentException - if this enum class has no constant with the specified name
      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:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.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 class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null