Enum 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 enum google.ads.googleads.v13.enums.ConversionOriginEnum.ConversionOrigin
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      APP
      Conversion that occurs when a user performs an action through any app platforms.
      CALL_FROM_ADS
      Conversion that occurs when a user makes a call from ads.
      GOOGLE_HOSTED
      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.
      STORE
      Conversion that occurs when a user visits or makes a purchase at a physical store.
      UNKNOWN
      The conversion origin is not known in this version.
      UNRECOGNIZED  
      UNSPECIFIED
      The conversion origin has not been specified.
      WEBSITE
      Conversion that occurs when a user visits a website or takes an action there after viewing an ad.
      YOUTUBE_HOSTED
      Conversion that occurs on YouTube.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int APP_VALUE
      Conversion that occurs when a user performs an action through any app platforms.
      static int CALL_FROM_ADS_VALUE
      Conversion that occurs when a user makes a call from ads.
      static 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.
      static int STORE_VALUE
      Conversion that occurs when a user visits or makes a purchase at a physical store.
      static int UNKNOWN_VALUE
      The conversion origin is not known in this version.
      static int UNSPECIFIED_VALUE
      The conversion origin has not been specified.
      static int WEBSITE_VALUE
      Conversion that occurs when a user visits a website or takes an action there after viewing an ad.
      static int YOUTUBE_HOSTED_VALUE
      Conversion that occurs on YouTube.
    • 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 (for example, 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 through 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 name
        java.lang.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 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 name
        java.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.
      • 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 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 name
        java.lang.NullPointerException - if the argument is null