Enum ConversionActionCategoryEnum.ConversionActionCategory

    • 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
      • DEFAULT_VALUE

        public static final int DEFAULT_VALUE
         Default category.
         
        DEFAULT = 2;
        See Also:
        Constant Field Values
      • PAGE_VIEW_VALUE

        public static final int PAGE_VIEW_VALUE
         User visiting a page.
         
        PAGE_VIEW = 3;
        See Also:
        Constant Field Values
      • PURCHASE_VALUE

        public static final int PURCHASE_VALUE
         Purchase, sales, or "order placed" event.
         
        PURCHASE = 4;
        See Also:
        Constant Field Values
      • SIGNUP_VALUE

        public static final int SIGNUP_VALUE
         Signup user action.
         
        SIGNUP = 5;
        See Also:
        Constant Field Values
      • DOWNLOAD_VALUE

        public static final int DOWNLOAD_VALUE
         Software download action (as for an app).
         
        DOWNLOAD = 7;
        See Also:
        Constant Field Values
      • ADD_TO_CART_VALUE

        public static final int ADD_TO_CART_VALUE
         The addition of items to a shopping cart or bag on an advertiser site.
         
        ADD_TO_CART = 8;
        See Also:
        Constant Field Values
      • BEGIN_CHECKOUT_VALUE

        public static final int BEGIN_CHECKOUT_VALUE
         When someone enters the checkout flow on an advertiser site.
         
        BEGIN_CHECKOUT = 9;
        See Also:
        Constant Field Values
      • SUBSCRIBE_PAID_VALUE

        public static final int SUBSCRIBE_PAID_VALUE
         The start of a paid subscription for a product or service.
         
        SUBSCRIBE_PAID = 10;
        See Also:
        Constant Field Values
      • PHONE_CALL_LEAD_VALUE

        public static final int PHONE_CALL_LEAD_VALUE
         A call to indicate interest in an advertiser's offering.
         
        PHONE_CALL_LEAD = 11;
        See Also:
        Constant Field Values
      • IMPORTED_LEAD_VALUE

        public static final int IMPORTED_LEAD_VALUE
         A lead conversion imported from an external source into Google Ads.
         
        IMPORTED_LEAD = 12;
        See Also:
        Constant Field Values
      • SUBMIT_LEAD_FORM_VALUE

        public static final int SUBMIT_LEAD_FORM_VALUE
         A submission of a form on an advertiser site indicating business
         interest.
         
        SUBMIT_LEAD_FORM = 13;
        See Also:
        Constant Field Values
      • BOOK_APPOINTMENT_VALUE

        public static final int BOOK_APPOINTMENT_VALUE
         A booking of an appointment with an advertiser's business.
         
        BOOK_APPOINTMENT = 14;
        See Also:
        Constant Field Values
      • REQUEST_QUOTE_VALUE

        public static final int REQUEST_QUOTE_VALUE
         A quote or price estimate request.
         
        REQUEST_QUOTE = 15;
        See Also:
        Constant Field Values
      • GET_DIRECTIONS_VALUE

        public static final int GET_DIRECTIONS_VALUE
         A search for an advertiser's business location with intention to visit.
         
        GET_DIRECTIONS = 16;
        See Also:
        Constant Field Values
      • OUTBOUND_CLICK_VALUE

        public static final int OUTBOUND_CLICK_VALUE
         A click to an advertiser's partner's site.
         
        OUTBOUND_CLICK = 17;
        See Also:
        Constant Field Values
      • CONTACT_VALUE

        public static final int CONTACT_VALUE
         A call, SMS, email, chat or other type of contact to an advertiser.
         
        CONTACT = 18;
        See Also:
        Constant Field Values
      • ENGAGEMENT_VALUE

        public static final int ENGAGEMENT_VALUE
         A website engagement event such as long site time or a Google Analytics
         (GA) Smart Goal. Intended to be used for GA, Firebase, GA Gold goal
         imports.
         
        ENGAGEMENT = 19;
        See Also:
        Constant Field Values
      • STORE_VISIT_VALUE

        public static final int STORE_VISIT_VALUE
         A visit to a physical store location.
         
        STORE_VISIT = 20;
        See Also:
        Constant Field Values
      • STORE_SALE_VALUE

        public static final int STORE_SALE_VALUE
         A sale occurring in a physical store.
         
        STORE_SALE = 21;
        See Also:
        Constant Field Values
      • QUALIFIED_LEAD_VALUE

        public static final int QUALIFIED_LEAD_VALUE
         A lead conversion imported from an external source into Google Ads,
         that has been further qualified by the advertiser (marketing/sales team).
         In the lead-to-sale journey, advertisers get leads, then act on them
         by reaching out to the consumer. If the consumer is interested and
         may end up buying their product, the advertiser marks such leads as
         "qualified leads".
         
        QUALIFIED_LEAD = 22;
        See Also:
        Constant Field Values
      • CONVERTED_LEAD_VALUE

        public static final int CONVERTED_LEAD_VALUE
         A lead conversion imported from an external source into Google Ads, that
         has further completed a desired stage as defined by the lead gen
         advertiser.
         
        CONVERTED_LEAD = 23;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static ConversionActionCategoryEnum.ConversionActionCategory[] 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 (ConversionActionCategoryEnum.ConversionActionCategory c : ConversionActionCategoryEnum.ConversionActionCategory.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ConversionActionCategoryEnum.ConversionActionCategory 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 ConversionActionCategoryEnum.ConversionActionCategory 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
      • 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 ConversionActionCategoryEnum.ConversionActionCategory 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