Enum ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError

    • 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
      • TOO_RECENT_CONVERSION_ACTION_VALUE

        public static final int TOO_RECENT_CONVERSION_ACTION_VALUE
         Can't import events to a conversion action that was just created. Try
         importing again in 6 hours.
         
        TOO_RECENT_CONVERSION_ACTION = 2;
        See Also:
        Constant Field Values
      • INVALID_CONVERSION_ACTION_VALUE

        public static final int INVALID_CONVERSION_ACTION_VALUE
         Make sure you specify an active conversion action that can be adjusted.
         
        INVALID_CONVERSION_ACTION = 3;
        See Also:
        Constant Field Values
      • CONVERSION_ALREADY_RETRACTED_VALUE

        public static final int CONVERSION_ALREADY_RETRACTED_VALUE
         The conversion was already retracted. This adjustment was not processed.
         
        CONVERSION_ALREADY_RETRACTED = 4;
        See Also:
        Constant Field Values
      • CONVERSION_NOT_FOUND_VALUE

        public static final int CONVERSION_NOT_FOUND_VALUE
         The conversion for this conversion action and conversion identifier can't
         be found. Make sure your conversion identifiers are associated with the
         correct conversion action and try again.
         
        CONVERSION_NOT_FOUND = 5;
        See Also:
        Constant Field Values
      • CONVERSION_EXPIRED_VALUE

        public static final int CONVERSION_EXPIRED_VALUE
         Adjustment can't be made to a conversion that occurred more than 54 days
         ago.
         
        CONVERSION_EXPIRED = 6;
        See Also:
        Constant Field Values
      • ADJUSTMENT_PRECEDES_CONVERSION_VALUE

        public static final int ADJUSTMENT_PRECEDES_CONVERSION_VALUE
         Adjustment has an `adjustment_date_time` that occurred before the
         associated conversion. Make sure your `adjustment_date_time` is correct
         and try again.
         
        ADJUSTMENT_PRECEDES_CONVERSION = 7;
        See Also:
        Constant Field Values
      • MORE_RECENT_RESTATEMENT_FOUND_VALUE

        public static final int MORE_RECENT_RESTATEMENT_FOUND_VALUE
         More recent adjustment `adjustment_date_time` has already been reported
         for the associated conversion.  Make sure your adjustment
         `adjustment_date_time` is correct and try again.
         
        MORE_RECENT_RESTATEMENT_FOUND = 8;
        See Also:
        Constant Field Values
      • TOO_RECENT_CONVERSION_VALUE

        public static final int TOO_RECENT_CONVERSION_VALUE
         Adjustment can't be recorded because the conversion occurred too
         recently. Try adjusting a conversion that occurred at least 24 hours ago.
         
        TOO_RECENT_CONVERSION = 9;
        See Also:
        Constant Field Values
      • CANNOT_RESTATE_CONVERSION_ACTION_THAT_ALWAYS_USES_DEFAULT_CONVERSION_VALUE_VALUE

        public static final int CANNOT_RESTATE_CONVERSION_ACTION_THAT_ALWAYS_USES_DEFAULT_CONVERSION_VALUE_VALUE
         Can't make an adjustment to a conversion that is set up to use the
         default value. Check your conversion action value setting and try again.
         
        CANNOT_RESTATE_CONVERSION_ACTION_THAT_ALWAYS_USES_DEFAULT_CONVERSION_VALUE = 10;
        See Also:
        Constant Field Values
      • TOO_MANY_ADJUSTMENTS_IN_REQUEST_VALUE

        public static final int TOO_MANY_ADJUSTMENTS_IN_REQUEST_VALUE
         Try uploading fewer than 2001 adjustments in a single API request.
         
        TOO_MANY_ADJUSTMENTS_IN_REQUEST = 11;
        See Also:
        Constant Field Values
      • TOO_MANY_ADJUSTMENTS_VALUE

        public static final int TOO_MANY_ADJUSTMENTS_VALUE
         The conversion has already been adjusted the maximum number of times.
         Make sure you're only making necessary adjustment to existing conversion.
         
        TOO_MANY_ADJUSTMENTS = 12;
        See Also:
        Constant Field Values
      • RESTATEMENT_ALREADY_EXISTS_VALUE

        public static final int RESTATEMENT_ALREADY_EXISTS_VALUE
         The conversion has prior a restatement with the same
         `adjustment_date_time`. Make sure your adjustment has the correct and
         unique `adjustment_date_time` and try again.
         
        RESTATEMENT_ALREADY_EXISTS = 13;
        See Also:
        Constant Field Values
      • DUPLICATE_ADJUSTMENT_IN_REQUEST_VALUE

        public static final int DUPLICATE_ADJUSTMENT_IN_REQUEST_VALUE
         Imported adjustment has a duplicate conversion adjustment with same
         `adjustment_date_time`. Make sure your adjustment has the correct
         `adjustment_date_time` and try again.
         
        DUPLICATE_ADJUSTMENT_IN_REQUEST = 14;
        See Also:
        Constant Field Values
      • CUSTOMER_NOT_ACCEPTED_CUSTOMER_DATA_TERMS_VALUE

        public static final int CUSTOMER_NOT_ACCEPTED_CUSTOMER_DATA_TERMS_VALUE
         Make sure you agree to the customer data processing terms in conversion
         settings and try again.
         
        CUSTOMER_NOT_ACCEPTED_CUSTOMER_DATA_TERMS = 15;
        See Also:
        Constant Field Values
      • CONVERSION_ACTION_NOT_ELIGIBLE_FOR_ENHANCEMENT_VALUE

        public static final int CONVERSION_ACTION_NOT_ELIGIBLE_FOR_ENHANCEMENT_VALUE
         Can't use enhanced conversions with the specified conversion action.
         
        CONVERSION_ACTION_NOT_ELIGIBLE_FOR_ENHANCEMENT = 16;
        See Also:
        Constant Field Values
      • INVALID_USER_IDENTIFIER_VALUE

        public static final int INVALID_USER_IDENTIFIER_VALUE
         Make sure you hash user provided data using SHA-256 and ensure you are
         normalizing according to the guidelines.
         
        INVALID_USER_IDENTIFIER = 17;
        See Also:
        Constant Field Values
      • UNSUPPORTED_USER_IDENTIFIER_VALUE

        public static final int UNSUPPORTED_USER_IDENTIFIER_VALUE
         Use user provided data such as emails or phone numbers hashed using
         SHA-256 and try again.
         
        UNSUPPORTED_USER_IDENTIFIER = 18;
        See Also:
        Constant Field Values
      • GCLID_DATE_TIME_PAIR_AND_ORDER_ID_BOTH_SET_VALUE

        public static final int GCLID_DATE_TIME_PAIR_AND_ORDER_ID_BOTH_SET_VALUE
         Cannot set both gclid_date_time_pair and order_id. Use only 1 type and
         try again.
         
        GCLID_DATE_TIME_PAIR_AND_ORDER_ID_BOTH_SET = 20;
        See Also:
        Constant Field Values
      • CONVERSION_ALREADY_ENHANCED_VALUE

        public static final int CONVERSION_ALREADY_ENHANCED_VALUE
         Conversion already has enhancements with the same Order ID and conversion
         action. Make sure your data is correctly configured and try again.
         
        CONVERSION_ALREADY_ENHANCED = 21;
        See Also:
        Constant Field Values
      • DUPLICATE_ENHANCEMENT_IN_REQUEST_VALUE

        public static final int DUPLICATE_ENHANCEMENT_IN_REQUEST_VALUE
         Multiple enhancements have the same conversion action and Order ID.  Make
         sure your data is correctly configured and try again.
         
        DUPLICATE_ENHANCEMENT_IN_REQUEST = 22;
        See Also:
        Constant Field Values
      • CUSTOMER_DATA_POLICY_PROHIBITS_ENHANCEMENT_VALUE

        public static final int CUSTOMER_DATA_POLICY_PROHIBITS_ENHANCEMENT_VALUE
         Enhanced conversions can't be used for this account because of Google
         customer data policies. Contact your Google representative.
         
        CUSTOMER_DATA_POLICY_PROHIBITS_ENHANCEMENT = 23;
        See Also:
        Constant Field Values
      • MISSING_ORDER_ID_FOR_WEBPAGE_VALUE

        public static final int MISSING_ORDER_ID_FOR_WEBPAGE_VALUE
         Adjustment for website conversion requires Order ID (ie, transaction ID).
         Make sure your website tags capture Order IDs and you send the same Order
         IDs with your adjustment.
         
        MISSING_ORDER_ID_FOR_WEBPAGE = 24;
        See Also:
        Constant Field Values
      • ORDER_ID_CONTAINS_PII_VALUE

        public static final int ORDER_ID_CONTAINS_PII_VALUE
         Can't use adjustment with Order IDs containing personally-identifiable
         information (PII).
         
        ORDER_ID_CONTAINS_PII = 25;
        See Also:
        Constant Field Values
    • Method Detail

      • values

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

        public static ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError 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 ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError 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 ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError 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