Enum Class UserListCustomerTypeErrorEnum.UserListCustomerTypeError

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

public static enum UserListCustomerTypeErrorEnum.UserListCustomerTypeError extends Enum<UserListCustomerTypeErrorEnum.UserListCustomerTypeError> implements com.google.protobuf.ProtocolMessageEnum
 Enum describing possible user list customer type errors.
 
Protobuf enum google.ads.googleads.v18.errors.UserListCustomerTypeErrorEnum.UserListCustomerTypeError
  • Enum Constant Details

    • UNSPECIFIED

       Enum unspecified.
       
      UNSPECIFIED = 0;
    • UNKNOWN

       The received error code is not known in this version.
       
      UNKNOWN = 1;
    • CONFLICTING_CUSTOMER_TYPES

      public static final UserListCustomerTypeErrorEnum.UserListCustomerTypeError CONFLICTING_CUSTOMER_TYPES
       Cannot add the conflicting customer types to the same user list.
       Conflicting labels:
       1. Purchasers - Converted Leads
       2. Purchasers - Qualified Leads
       3. Purchasers - Cart Abandoners
       4. Qualified Leads - Converted Leads
       5. Disengaged customers - Converted Leads
       6. Disengaged customers - Qualified Leads
       7. Disengaged customers- Cart Abandoners
       
      CONFLICTING_CUSTOMER_TYPES = 2;
    • NO_ACCESS_TO_USER_LIST

      public static final UserListCustomerTypeErrorEnum.UserListCustomerTypeError NO_ACCESS_TO_USER_LIST
       The account does not have access to the user list.
       
      NO_ACCESS_TO_USER_LIST = 3;
    • USERLIST_NOT_ELIGIBLE

      public static final UserListCustomerTypeErrorEnum.UserListCustomerTypeError USERLIST_NOT_ELIGIBLE
       The given user list is not eligible for applying customer types.
       The user list must belong to one of the following types: CRM_BASED,
       RULE_BASED, ADVERTISER_DATA_MODEL_BASED, GCN.
       
      USERLIST_NOT_ELIGIBLE = 4;
    • CONVERSION_TRACKING_NOT_ENABLED_OR_NOT_MCC_MANAGER_ACCOUNT

      public static final UserListCustomerTypeErrorEnum.UserListCustomerTypeError CONVERSION_TRACKING_NOT_ENABLED_OR_NOT_MCC_MANAGER_ACCOUNT
       To edit the user list customer type, conversion tracking must be
       enabled in your account. If cross-tracking is enabled, your account must
       be a MCC manager account to modify user list customer types. More info at
       https://support.google.com/google-ads/answer/3030657
       
      CONVERSION_TRACKING_NOT_ENABLED_OR_NOT_MCC_MANAGER_ACCOUNT = 5;
    • TOO_MANY_USER_LISTS_FOR_THE_CUSTOMER_TYPE

      public static final UserListCustomerTypeErrorEnum.UserListCustomerTypeError TOO_MANY_USER_LISTS_FOR_THE_CUSTOMER_TYPE
       Too many user lists for the customer type.
       
      TOO_MANY_USER_LISTS_FOR_THE_CUSTOMER_TYPE = 6;
    • UNRECOGNIZED

  • Field Details

    • UNSPECIFIED_VALUE

      public static final int UNSPECIFIED_VALUE
       Enum unspecified.
       
      UNSPECIFIED = 0;
      See Also:
    • UNKNOWN_VALUE

      public static final int UNKNOWN_VALUE
       The received error code is not known in this version.
       
      UNKNOWN = 1;
      See Also:
    • CONFLICTING_CUSTOMER_TYPES_VALUE

      public static final int CONFLICTING_CUSTOMER_TYPES_VALUE
       Cannot add the conflicting customer types to the same user list.
       Conflicting labels:
       1. Purchasers - Converted Leads
       2. Purchasers - Qualified Leads
       3. Purchasers - Cart Abandoners
       4. Qualified Leads - Converted Leads
       5. Disengaged customers - Converted Leads
       6. Disengaged customers - Qualified Leads
       7. Disengaged customers- Cart Abandoners
       
      CONFLICTING_CUSTOMER_TYPES = 2;
      See Also:
    • NO_ACCESS_TO_USER_LIST_VALUE

      public static final int NO_ACCESS_TO_USER_LIST_VALUE
       The account does not have access to the user list.
       
      NO_ACCESS_TO_USER_LIST = 3;
      See Also:
    • USERLIST_NOT_ELIGIBLE_VALUE

      public static final int USERLIST_NOT_ELIGIBLE_VALUE
       The given user list is not eligible for applying customer types.
       The user list must belong to one of the following types: CRM_BASED,
       RULE_BASED, ADVERTISER_DATA_MODEL_BASED, GCN.
       
      USERLIST_NOT_ELIGIBLE = 4;
      See Also:
    • CONVERSION_TRACKING_NOT_ENABLED_OR_NOT_MCC_MANAGER_ACCOUNT_VALUE

      public static final int CONVERSION_TRACKING_NOT_ENABLED_OR_NOT_MCC_MANAGER_ACCOUNT_VALUE
       To edit the user list customer type, conversion tracking must be
       enabled in your account. If cross-tracking is enabled, your account must
       be a MCC manager account to modify user list customer types. More info at
       https://support.google.com/google-ads/answer/3030657
       
      CONVERSION_TRACKING_NOT_ENABLED_OR_NOT_MCC_MANAGER_ACCOUNT = 5;
      See Also:
    • TOO_MANY_USER_LISTS_FOR_THE_CUSTOMER_TYPE_VALUE

      public static final int TOO_MANY_USER_LISTS_FOR_THE_CUSTOMER_TYPE_VALUE
       Too many user lists for the customer type.
       
      TOO_MANY_USER_LISTS_FOR_THE_CUSTOMER_TYPE = 6;
      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 UserListCustomerTypeErrorEnum.UserListCustomerTypeError 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<UserListCustomerTypeErrorEnum.UserListCustomerTypeError> 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 UserListCustomerTypeErrorEnum.UserListCustomerTypeError 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