Enum Class ConversionActionCategoryEnum.ConversionActionCategory

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

public static enum ConversionActionCategoryEnum.ConversionActionCategory extends Enum<ConversionActionCategoryEnum.ConversionActionCategory> implements com.google.protobuf.ProtocolMessageEnum
 The category of conversions that are associated with a ConversionAction.
 
Protobuf enum google.ads.googleads.v18.enums.ConversionActionCategoryEnum.ConversionActionCategory
  • Enum Constant Details

  • Field Details

    • UNSPECIFIED_VALUE

      public static final int UNSPECIFIED_VALUE
       Not specified.
       
      UNSPECIFIED = 0;
      See Also:
    • UNKNOWN_VALUE

      public static final int UNKNOWN_VALUE
       Used for return value only. Represents value unknown in this version.
       
      UNKNOWN = 1;
      See Also:
    • DEFAULT_VALUE

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

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

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

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

      public static final int DOWNLOAD_VALUE
       Software download action (as for an app).
       
      DOWNLOAD = 7;
      See Also:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • REQUEST_QUOTE_VALUE

      public static final int REQUEST_QUOTE_VALUE
       A quote or price estimate request.
       
      REQUEST_QUOTE = 15;
      See Also:
    • 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:
    • OUTBOUND_CLICK_VALUE

      public static final int OUTBOUND_CLICK_VALUE
       A click to an advertiser's partner's site.
       
      OUTBOUND_CLICK = 17;
      See Also:
    • 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:
    • 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:
    • STORE_VISIT_VALUE

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

      public static final int STORE_SALE_VALUE
       A sale occurring in a physical store.
       
      STORE_SALE = 21;
      See Also:
    • 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:
    • 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 chosen stage as defined by the lead gen
       advertiser.
       
      CONVERTED_LEAD = 23;
      See Also:
  • Method Details

    • 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

      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.
      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 ConversionActionCategoryEnum.ConversionActionCategory 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<ConversionActionCategoryEnum.ConversionActionCategory> 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 ConversionActionCategoryEnum.ConversionActionCategory 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