Enum CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
- java.lang.Object
-
- java.lang.Enum<CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason>
-
- com.google.ads.googleads.v10.enums.CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason>
- Enclosing class:
- CustomerPayPerConversionEligibilityFailureReasonEnum
public static enum CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason extends java.lang.Enum<CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason> implements com.google.protobuf.ProtocolMessageEnum
Enum describing possible reasons a customer is not eligible to use PaymentMode.CONVERSIONS.
Protobuf enumgoogle.ads.googleads.v10.enums.CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ANALYSIS_NOT_COMPLETECustomer's eligibility has not yet been calculated by the Google Ads backend.AVERAGE_DAILY_SPEND_TOO_HIGHCustomer's average daily spend is too high.CONVERSION_LAG_TOO_HIGHCustomer's conversion lag is too high.HAS_CAMPAIGN_WITH_SHARED_BUDGETCustomer uses shared budgets.HAS_UPLOAD_CLICKS_CONVERSIONCustomer has conversions with ConversionActionType.UPLOAD_CLICKS.NOT_ENOUGH_CONVERSIONSCustomer does not have enough conversions.OTHERCustomer is not eligible due to other reasons.UNKNOWNUsed for return value only.UNRECOGNIZEDUNSPECIFIEDNot specified.
-
Field Summary
Fields Modifier and Type Field Description static intANALYSIS_NOT_COMPLETE_VALUECustomer's eligibility has not yet been calculated by the Google Ads backend.static intAVERAGE_DAILY_SPEND_TOO_HIGH_VALUECustomer's average daily spend is too high.static intCONVERSION_LAG_TOO_HIGH_VALUECustomer's conversion lag is too high.static intHAS_CAMPAIGN_WITH_SHARED_BUDGET_VALUECustomer uses shared budgets.static intHAS_UPLOAD_CLICKS_CONVERSION_VALUECustomer has conversions with ConversionActionType.UPLOAD_CLICKS.static intNOT_ENOUGH_CONVERSIONS_VALUECustomer does not have enough conversions.static intOTHER_VALUECustomer is not eligible due to other reasons.static intUNKNOWN_VALUEUsed for return value only.static intUNSPECIFIED_VALUENot specified.
-
Method Summary
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason UNSPECIFIED
Not specified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason UNKNOWN
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1;
-
NOT_ENOUGH_CONVERSIONS
public static final CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason NOT_ENOUGH_CONVERSIONS
Customer does not have enough conversions.
NOT_ENOUGH_CONVERSIONS = 2;
-
CONVERSION_LAG_TOO_HIGH
public static final CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason CONVERSION_LAG_TOO_HIGH
Customer's conversion lag is too high.
CONVERSION_LAG_TOO_HIGH = 3;
-
HAS_CAMPAIGN_WITH_SHARED_BUDGET
public static final CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason HAS_CAMPAIGN_WITH_SHARED_BUDGET
Customer uses shared budgets.
HAS_CAMPAIGN_WITH_SHARED_BUDGET = 4;
-
HAS_UPLOAD_CLICKS_CONVERSION
public static final CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason HAS_UPLOAD_CLICKS_CONVERSION
Customer has conversions with ConversionActionType.UPLOAD_CLICKS.
HAS_UPLOAD_CLICKS_CONVERSION = 5;
-
AVERAGE_DAILY_SPEND_TOO_HIGH
public static final CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason AVERAGE_DAILY_SPEND_TOO_HIGH
Customer's average daily spend is too high.
AVERAGE_DAILY_SPEND_TOO_HIGH = 6;
-
ANALYSIS_NOT_COMPLETE
public static final CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason ANALYSIS_NOT_COMPLETE
Customer's eligibility has not yet been calculated by the Google Ads backend. Check back soon.
ANALYSIS_NOT_COMPLETE = 7;
-
OTHER
public static final CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason OTHER
Customer is not eligible due to other reasons.
OTHER = 8;
-
UNRECOGNIZED
public static final CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason 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
-
NOT_ENOUGH_CONVERSIONS_VALUE
public static final int NOT_ENOUGH_CONVERSIONS_VALUE
Customer does not have enough conversions.
NOT_ENOUGH_CONVERSIONS = 2;- See Also:
- Constant Field Values
-
CONVERSION_LAG_TOO_HIGH_VALUE
public static final int CONVERSION_LAG_TOO_HIGH_VALUE
Customer's conversion lag is too high.
CONVERSION_LAG_TOO_HIGH = 3;- See Also:
- Constant Field Values
-
HAS_CAMPAIGN_WITH_SHARED_BUDGET_VALUE
public static final int HAS_CAMPAIGN_WITH_SHARED_BUDGET_VALUE
Customer uses shared budgets.
HAS_CAMPAIGN_WITH_SHARED_BUDGET = 4;- See Also:
- Constant Field Values
-
HAS_UPLOAD_CLICKS_CONVERSION_VALUE
public static final int HAS_UPLOAD_CLICKS_CONVERSION_VALUE
Customer has conversions with ConversionActionType.UPLOAD_CLICKS.
HAS_UPLOAD_CLICKS_CONVERSION = 5;- See Also:
- Constant Field Values
-
AVERAGE_DAILY_SPEND_TOO_HIGH_VALUE
public static final int AVERAGE_DAILY_SPEND_TOO_HIGH_VALUE
Customer's average daily spend is too high.
AVERAGE_DAILY_SPEND_TOO_HIGH = 6;- See Also:
- Constant Field Values
-
ANALYSIS_NOT_COMPLETE_VALUE
public static final int ANALYSIS_NOT_COMPLETE_VALUE
Customer's eligibility has not yet been calculated by the Google Ads backend. Check back soon.
ANALYSIS_NOT_COMPLETE = 7;- See Also:
- Constant Field Values
-
OTHER_VALUE
public static final int OTHER_VALUE
Customer is not eligible due to other reasons.
OTHER = 8;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason[] 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 (CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason c : CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason 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 CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason 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 CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason 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<CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason> 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 CustomerPayPerConversionEligibilityFailureReasonEnum.CustomerPayPerConversionEligibilityFailureReason 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
-
-