Enum CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError

    • Enum Constant Detail

      • CUSTOMER_ACQUISITION_INVALID_VALUE

        public static final CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError CUSTOMER_ACQUISITION_INVALID_VALUE
         CustomerLifecycleGoal.customer_acquisition_goal_value_settings.value must
         be no less than 0.01.
         
        CUSTOMER_ACQUISITION_INVALID_VALUE = 3;
      • CUSTOMER_ACQUISITION_INVALID_HIGH_LIFETIME_VALUE

        public static final CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError CUSTOMER_ACQUISITION_INVALID_HIGH_LIFETIME_VALUE
         CustomerLifecycleGoal.customer_acquisition_goal_value_settings.high_lifetime_value
         must be no less than 0.01. Also, to set this field,
         CustomerLifecycleGoal.customer_acquisition_goal_value_settings.value must
         also be present, and high_lifetime_value must be greater than value.
         
        CUSTOMER_ACQUISITION_INVALID_HIGH_LIFETIME_VALUE = 4;
      • CUSTOMER_ACQUISITION_VALUE_CANNOT_BE_CLEARED

        public static final CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError CUSTOMER_ACQUISITION_VALUE_CANNOT_BE_CLEARED
         CustomerLifecycleGoal.customer_acquisition_goal_value_settings.value
         cannot be cleared. This value would have no effect as long as none of
         your campaigns adopt the customer acquisitiong goal.
         
        CUSTOMER_ACQUISITION_VALUE_CANNOT_BE_CLEARED = 5;
      • CUSTOMER_ACQUISITION_HIGH_LIFETIME_VALUE_CANNOT_BE_CLEARED

        public static final CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError CUSTOMER_ACQUISITION_HIGH_LIFETIME_VALUE_CANNOT_BE_CLEARED
         CustomerLifecycleGoal.customer_acquisition_goal_value_settings.high_lifetime_value
         cannot be cleared. This value would have no effect as long as none of
         your campaigns adopt the high value optimization of customer acquisitiong
         goal.
         
        CUSTOMER_ACQUISITION_HIGH_LIFETIME_VALUE_CANNOT_BE_CLEARED = 6;
      • INVALID_EXISTING_USER_LIST

        public static final CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError INVALID_EXISTING_USER_LIST
         Found invalid value in
         CustomerLifecycleGoal.lifecycle_goal_customer_definition_settings.existing_user_lists.
         The userlist must be accessible, active and belong to one of the
         following types: CRM_BASED, RULE_BASED, REMARKETING.
         
        INVALID_EXISTING_USER_LIST = 7;
      • INVALID_HIGH_LIFETIME_VALUE_USER_LIST

        public static final CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError INVALID_HIGH_LIFETIME_VALUE_USER_LIST
         Found invalid value in
         CustomerLifecycleGoal.lifecycle_goal_customer_definition_settings.high_lifetime_value_user_lists.
         The userlist must be accessible, active and belong to one of the
         following types: CRM_BASED, RULE_BASED, REMARKETING.
         
        INVALID_HIGH_LIFETIME_VALUE_USER_LIST = 8;
    • Field Detail

      • UNSPECIFIED_VALUE

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

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

        public static final int CUSTOMER_ACQUISITION_VALUE_MISSING_VALUE
         CustomerLifecycleGoal.customer_acquisition_goal_value_settings.value must
         be set.
         
        CUSTOMER_ACQUISITION_VALUE_MISSING = 2;
        See Also:
        Constant Field Values
      • CUSTOMER_ACQUISITION_INVALID_VALUE_VALUE

        public static final int CUSTOMER_ACQUISITION_INVALID_VALUE_VALUE
         CustomerLifecycleGoal.customer_acquisition_goal_value_settings.value must
         be no less than 0.01.
         
        CUSTOMER_ACQUISITION_INVALID_VALUE = 3;
        See Also:
        Constant Field Values
      • CUSTOMER_ACQUISITION_INVALID_HIGH_LIFETIME_VALUE_VALUE

        public static final int CUSTOMER_ACQUISITION_INVALID_HIGH_LIFETIME_VALUE_VALUE
         CustomerLifecycleGoal.customer_acquisition_goal_value_settings.high_lifetime_value
         must be no less than 0.01. Also, to set this field,
         CustomerLifecycleGoal.customer_acquisition_goal_value_settings.value must
         also be present, and high_lifetime_value must be greater than value.
         
        CUSTOMER_ACQUISITION_INVALID_HIGH_LIFETIME_VALUE = 4;
        See Also:
        Constant Field Values
      • CUSTOMER_ACQUISITION_VALUE_CANNOT_BE_CLEARED_VALUE

        public static final int CUSTOMER_ACQUISITION_VALUE_CANNOT_BE_CLEARED_VALUE
         CustomerLifecycleGoal.customer_acquisition_goal_value_settings.value
         cannot be cleared. This value would have no effect as long as none of
         your campaigns adopt the customer acquisitiong goal.
         
        CUSTOMER_ACQUISITION_VALUE_CANNOT_BE_CLEARED = 5;
        See Also:
        Constant Field Values
      • CUSTOMER_ACQUISITION_HIGH_LIFETIME_VALUE_CANNOT_BE_CLEARED_VALUE

        public static final int CUSTOMER_ACQUISITION_HIGH_LIFETIME_VALUE_CANNOT_BE_CLEARED_VALUE
         CustomerLifecycleGoal.customer_acquisition_goal_value_settings.high_lifetime_value
         cannot be cleared. This value would have no effect as long as none of
         your campaigns adopt the high value optimization of customer acquisitiong
         goal.
         
        CUSTOMER_ACQUISITION_HIGH_LIFETIME_VALUE_CANNOT_BE_CLEARED = 6;
        See Also:
        Constant Field Values
      • INVALID_EXISTING_USER_LIST_VALUE

        public static final int INVALID_EXISTING_USER_LIST_VALUE
         Found invalid value in
         CustomerLifecycleGoal.lifecycle_goal_customer_definition_settings.existing_user_lists.
         The userlist must be accessible, active and belong to one of the
         following types: CRM_BASED, RULE_BASED, REMARKETING.
         
        INVALID_EXISTING_USER_LIST = 7;
        See Also:
        Constant Field Values
      • INVALID_HIGH_LIFETIME_VALUE_USER_LIST_VALUE

        public static final int INVALID_HIGH_LIFETIME_VALUE_USER_LIST_VALUE
         Found invalid value in
         CustomerLifecycleGoal.lifecycle_goal_customer_definition_settings.high_lifetime_value_user_lists.
         The userlist must be accessible, active and belong to one of the
         following types: CRM_BASED, RULE_BASED, REMARKETING.
         
        INVALID_HIGH_LIFETIME_VALUE_USER_LIST = 8;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError[] 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 (CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError c : CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError 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 name
        java.lang.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
        public static CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError 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 name
        java.lang.NullPointerException - if the argument is null
      • 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 CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError 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 name
        java.lang.NullPointerException - if the argument is null