Enum ConversionActionCategoryEnum.ConversionActionCategory
- java.lang.Object
-
- java.lang.Enum<ConversionActionCategoryEnum.ConversionActionCategory>
-
- com.google.ads.googleads.v10.enums.ConversionActionCategoryEnum.ConversionActionCategory
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<ConversionActionCategoryEnum.ConversionActionCategory>
- Enclosing class:
- ConversionActionCategoryEnum
public static enum ConversionActionCategoryEnum.ConversionActionCategory extends java.lang.Enum<ConversionActionCategoryEnum.ConversionActionCategory> implements com.google.protobuf.ProtocolMessageEnum
The category of conversions that are associated with a ConversionAction.
Protobuf enumgoogle.ads.googleads.v10.enums.ConversionActionCategoryEnum.ConversionActionCategory
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ADD_TO_CARTThe addition of items to a shopping cart or bag on an advertiser site.BEGIN_CHECKOUTWhen someone enters the checkout flow on an advertiser site.BOOK_APPOINTMENTA booking of an appointment with an advertiser's business.CONTACTA call, SMS, email, chat or other type of contact to an advertiser.CONVERTED_LEADA lead conversion imported from an external source into Google Ads, that has further completed a desired stage as defined by the lead gen advertiser.DEFAULTDefault category.DOWNLOADSoftware download action (as for an app).ENGAGEMENTA website engagement event such as long site time or a Google Analytics (GA) Smart Goal.GET_DIRECTIONSA search for an advertiser's business location with intention to visit.IMPORTED_LEADA lead conversion imported from an external source into Google Ads.OUTBOUND_CLICKA click to an advertiser's partner's site.PAGE_VIEWUser visiting a page.PHONE_CALL_LEADA call to indicate interest in an advertiser's offering.PURCHASEPurchase, sales, or "order placed" event.QUALIFIED_LEADA lead conversion imported from an external source into Google Ads, that has been further qualified by the advertiser (marketing/sales team).REQUEST_QUOTEA quote or price estimate request.SIGNUPSignup user action.STORE_SALEA sale occurring in a physical store.STORE_VISITA visit to a physical store location.SUBMIT_LEAD_FORMA submission of a form on an advertiser site indicating business interest.SUBSCRIBE_PAIDThe start of a paid subscription for a product or service.UNKNOWNUsed for return value only.UNRECOGNIZEDUNSPECIFIEDNot specified.
-
Field Summary
Fields Modifier and Type Field Description static intADD_TO_CART_VALUEThe addition of items to a shopping cart or bag on an advertiser site.static intBEGIN_CHECKOUT_VALUEWhen someone enters the checkout flow on an advertiser site.static intBOOK_APPOINTMENT_VALUEA booking of an appointment with an advertiser's business.static intCONTACT_VALUEA call, SMS, email, chat or other type of contact to an advertiser.static intCONVERTED_LEAD_VALUEA lead conversion imported from an external source into Google Ads, that has further completed a desired stage as defined by the lead gen advertiser.static intDEFAULT_VALUEDefault category.static intDOWNLOAD_VALUESoftware download action (as for an app).static intENGAGEMENT_VALUEA website engagement event such as long site time or a Google Analytics (GA) Smart Goal.static intGET_DIRECTIONS_VALUEA search for an advertiser's business location with intention to visit.static intIMPORTED_LEAD_VALUEA lead conversion imported from an external source into Google Ads.static intOUTBOUND_CLICK_VALUEA click to an advertiser's partner's site.static intPAGE_VIEW_VALUEUser visiting a page.static intPHONE_CALL_LEAD_VALUEA call to indicate interest in an advertiser's offering.static intPURCHASE_VALUEPurchase, sales, or "order placed" event.static intQUALIFIED_LEAD_VALUEA lead conversion imported from an external source into Google Ads, that has been further qualified by the advertiser (marketing/sales team).static intREQUEST_QUOTE_VALUEA quote or price estimate request.static intSIGNUP_VALUESignup user action.static intSTORE_SALE_VALUEA sale occurring in a physical store.static intSTORE_VISIT_VALUEA visit to a physical store location.static intSUBMIT_LEAD_FORM_VALUEA submission of a form on an advertiser site indicating business interest.static intSUBSCRIBE_PAID_VALUEThe start of a paid subscription for a product or service.static intUNKNOWN_VALUEUsed for return value only.static intUNSPECIFIED_VALUENot specified.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ConversionActionCategoryEnum.ConversionActionCategoryforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<ConversionActionCategoryEnum.ConversionActionCategory>internalGetValueMap()static ConversionActionCategoryEnum.ConversionActionCategoryvalueOf(int value)Deprecated.static ConversionActionCategoryEnum.ConversionActionCategoryvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ConversionActionCategoryEnum.ConversionActionCategoryvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConversionActionCategoryEnum.ConversionActionCategory[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final ConversionActionCategoryEnum.ConversionActionCategory UNSPECIFIED
Not specified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final ConversionActionCategoryEnum.ConversionActionCategory UNKNOWN
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1;
-
DEFAULT
public static final ConversionActionCategoryEnum.ConversionActionCategory DEFAULT
Default category.
DEFAULT = 2;
-
PAGE_VIEW
public static final ConversionActionCategoryEnum.ConversionActionCategory PAGE_VIEW
User visiting a page.
PAGE_VIEW = 3;
-
PURCHASE
public static final ConversionActionCategoryEnum.ConversionActionCategory PURCHASE
Purchase, sales, or "order placed" event.
PURCHASE = 4;
-
SIGNUP
public static final ConversionActionCategoryEnum.ConversionActionCategory SIGNUP
Signup user action.
SIGNUP = 5;
-
DOWNLOAD
public static final ConversionActionCategoryEnum.ConversionActionCategory DOWNLOAD
Software download action (as for an app).
DOWNLOAD = 7;
-
ADD_TO_CART
public static final ConversionActionCategoryEnum.ConversionActionCategory ADD_TO_CART
The addition of items to a shopping cart or bag on an advertiser site.
ADD_TO_CART = 8;
-
BEGIN_CHECKOUT
public static final ConversionActionCategoryEnum.ConversionActionCategory BEGIN_CHECKOUT
When someone enters the checkout flow on an advertiser site.
BEGIN_CHECKOUT = 9;
-
SUBSCRIBE_PAID
public static final ConversionActionCategoryEnum.ConversionActionCategory SUBSCRIBE_PAID
The start of a paid subscription for a product or service.
SUBSCRIBE_PAID = 10;
-
PHONE_CALL_LEAD
public static final ConversionActionCategoryEnum.ConversionActionCategory PHONE_CALL_LEAD
A call to indicate interest in an advertiser's offering.
PHONE_CALL_LEAD = 11;
-
IMPORTED_LEAD
public static final ConversionActionCategoryEnum.ConversionActionCategory IMPORTED_LEAD
A lead conversion imported from an external source into Google Ads.
IMPORTED_LEAD = 12;
-
SUBMIT_LEAD_FORM
public static final ConversionActionCategoryEnum.ConversionActionCategory SUBMIT_LEAD_FORM
A submission of a form on an advertiser site indicating business interest.
SUBMIT_LEAD_FORM = 13;
-
BOOK_APPOINTMENT
public static final ConversionActionCategoryEnum.ConversionActionCategory BOOK_APPOINTMENT
A booking of an appointment with an advertiser's business.
BOOK_APPOINTMENT = 14;
-
REQUEST_QUOTE
public static final ConversionActionCategoryEnum.ConversionActionCategory REQUEST_QUOTE
A quote or price estimate request.
REQUEST_QUOTE = 15;
-
GET_DIRECTIONS
public static final ConversionActionCategoryEnum.ConversionActionCategory GET_DIRECTIONS
A search for an advertiser's business location with intention to visit.
GET_DIRECTIONS = 16;
-
OUTBOUND_CLICK
public static final ConversionActionCategoryEnum.ConversionActionCategory OUTBOUND_CLICK
A click to an advertiser's partner's site.
OUTBOUND_CLICK = 17;
-
CONTACT
public static final ConversionActionCategoryEnum.ConversionActionCategory CONTACT
A call, SMS, email, chat or other type of contact to an advertiser.
CONTACT = 18;
-
ENGAGEMENT
public static final ConversionActionCategoryEnum.ConversionActionCategory 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
public static final ConversionActionCategoryEnum.ConversionActionCategory STORE_VISIT
A visit to a physical store location.
STORE_VISIT = 20;
-
STORE_SALE
public static final ConversionActionCategoryEnum.ConversionActionCategory STORE_SALE
A sale occurring in a physical store.
STORE_SALE = 21;
-
QUALIFIED_LEAD
public static final ConversionActionCategoryEnum.ConversionActionCategory 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
public static final ConversionActionCategoryEnum.ConversionActionCategory CONVERTED_LEAD
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;
-
UNRECOGNIZED
public static final ConversionActionCategoryEnum.ConversionActionCategory UNRECOGNIZED
-
-
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 namejava.lang.NullPointerException- 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 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 namejava.lang.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:
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 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 namejava.lang.NullPointerException- if the argument is null
-
-