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-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe addition of items to a shopping cart or bag on an advertiser site.When someone enters the checkout flow on an advertiser site.A booking of an appointment with an advertiser's business.A call, SMS, email, chat or other type of contact to an advertiser.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.Default category.Software download action (as for an app).A website engagement event such as long site time or a Google Analytics (GA) Smart Goal.A search for an advertiser's business location with intention to visit.A lead conversion imported from an external source into Google Ads.A click to an advertiser's partner's site.User visiting a page.A call to indicate interest in an advertiser's offering.Purchase, sales, or "order placed" event.A lead conversion imported from an external source into Google Ads, that has been further qualified by the advertiser (marketing/sales team).A quote or price estimate request.Signup user action.A sale occurring in a physical store.A visit to a physical store location.A submission of a form on an advertiser site indicating business interest.The start of a paid subscription for a product or service.Used for return value only.Not specified. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe addition of items to a shopping cart or bag on an advertiser site.static final intWhen someone enters the checkout flow on an advertiser site.static final intA booking of an appointment with an advertiser's business.static final intA call, SMS, email, chat or other type of contact to an advertiser.static final intA lead conversion imported from an external source into Google Ads, that has further completed a chosen stage as defined by the lead gen advertiser.static final intDefault category.static final intSoftware download action (as for an app).static final intA website engagement event such as long site time or a Google Analytics (GA) Smart Goal.static final intA search for an advertiser's business location with intention to visit.static final intA lead conversion imported from an external source into Google Ads.static final intA click to an advertiser's partner's site.static final intUser visiting a page.static final intA call to indicate interest in an advertiser's offering.static final intPurchase, sales, or "order placed" event.static final intA lead conversion imported from an external source into Google Ads, that has been further qualified by the advertiser (marketing/sales team).static final intA quote or price estimate request.static final intSignup user action.static final intA sale occurring in a physical store.static final intA visit to a physical store location.static final intA submission of a form on an advertiser site indicating business interest.static final intThe start of a paid subscription for a product or service.static final intUsed for return value only.static final intNot specified. -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<ConversionActionCategoryEnum.ConversionActionCategory>valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNSPECIFIED
Not specified.
UNSPECIFIED = 0; -
UNKNOWN
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1; -
DEFAULT
Default category.
DEFAULT = 2; -
PAGE_VIEW
User visiting a page.
PAGE_VIEW = 3; -
PURCHASE
Purchase, sales, or "order placed" event.
PURCHASE = 4; -
SIGNUP
Signup user action.
SIGNUP = 5; -
DOWNLOAD
Software download action (as for an app).
DOWNLOAD = 7; -
ADD_TO_CART
The addition of items to a shopping cart or bag on an advertiser site.
ADD_TO_CART = 8; -
BEGIN_CHECKOUT
When someone enters the checkout flow on an advertiser site.
BEGIN_CHECKOUT = 9; -
SUBSCRIBE_PAID
The start of a paid subscription for a product or service.
SUBSCRIBE_PAID = 10; -
PHONE_CALL_LEAD
A call to indicate interest in an advertiser's offering.
PHONE_CALL_LEAD = 11; -
IMPORTED_LEAD
A lead conversion imported from an external source into Google Ads.
IMPORTED_LEAD = 12; -
SUBMIT_LEAD_FORM
A submission of a form on an advertiser site indicating business interest.
SUBMIT_LEAD_FORM = 13; -
BOOK_APPOINTMENT
A booking of an appointment with an advertiser's business.
BOOK_APPOINTMENT = 14; -
REQUEST_QUOTE
A quote or price estimate request.
REQUEST_QUOTE = 15; -
GET_DIRECTIONS
A search for an advertiser's business location with intention to visit.
GET_DIRECTIONS = 16; -
OUTBOUND_CLICK
A click to an advertiser's partner's site.
OUTBOUND_CLICK = 17; -
CONTACT
A call, SMS, email, chat or other type of contact to an advertiser.
CONTACT = 18; -
ENGAGEMENT
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; -
STORE_VISIT
A visit to a physical store location.
STORE_VISIT = 20; -
STORE_SALE
A sale occurring in a physical store.
STORE_SALE = 21; -
QUALIFIED_LEAD
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; -
CONVERTED_LEAD
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; -
UNRECOGNIZED
-
-
Field Details
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUENot specified.
UNSPECIFIED = 0;- See Also:
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUEUsed for return value only. Represents value unknown in this version.
UNKNOWN = 1;- See Also:
-
DEFAULT_VALUE
public static final int DEFAULT_VALUEDefault category.
DEFAULT = 2;- See Also:
-
PAGE_VIEW_VALUE
public static final int PAGE_VIEW_VALUEUser visiting a page.
PAGE_VIEW = 3;- See Also:
-
PURCHASE_VALUE
public static final int PURCHASE_VALUEPurchase, sales, or "order placed" event.
PURCHASE = 4;- See Also:
-
SIGNUP_VALUE
public static final int SIGNUP_VALUESignup user action.
SIGNUP = 5;- See Also:
-
DOWNLOAD_VALUE
public static final int DOWNLOAD_VALUESoftware download action (as for an app).
DOWNLOAD = 7;- See Also:
-
ADD_TO_CART_VALUE
public static final int ADD_TO_CART_VALUEThe 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_VALUEWhen someone enters the checkout flow on an advertiser site.
BEGIN_CHECKOUT = 9;- See Also:
-
SUBSCRIBE_PAID_VALUE
public static final int SUBSCRIBE_PAID_VALUEThe 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_VALUEA call to indicate interest in an advertiser's offering.
PHONE_CALL_LEAD = 11;- See Also:
-
IMPORTED_LEAD_VALUE
public static final int IMPORTED_LEAD_VALUEA 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_VALUEA 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_VALUEA booking of an appointment with an advertiser's business.
BOOK_APPOINTMENT = 14;- See Also:
-
REQUEST_QUOTE_VALUE
public static final int REQUEST_QUOTE_VALUEA quote or price estimate request.
REQUEST_QUOTE = 15;- See Also:
-
GET_DIRECTIONS_VALUE
public static final int GET_DIRECTIONS_VALUEA 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_VALUEA click to an advertiser's partner's site.
OUTBOUND_CLICK = 17;- See Also:
-
CONTACT_VALUE
public static final int CONTACT_VALUEA call, SMS, email, chat or other type of contact to an advertiser.
CONTACT = 18;- See Also:
-
ENGAGEMENT_VALUE
public static final int ENGAGEMENT_VALUEA 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_VALUEA visit to a physical store location.
STORE_VISIT = 20;- See Also:
-
STORE_SALE_VALUE
public static final int STORE_SALE_VALUEA sale occurring in a physical store.
STORE_SALE = 21;- See Also:
-
QUALIFIED_LEAD_VALUE
public static final int QUALIFIED_LEAD_VALUEA 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_VALUEA 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 nameNullPointerException- 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.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 nameNullPointerException- if the argument is null
-
forNumber
- 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:
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 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 nameNullPointerException- if the argument is null
-