public enum OfflineConversionErrorReason extends Enum<OfflineConversionErrorReason>
Java class for OfflineConversionError.Reason.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="OfflineConversionError.Reason">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="UNPARSEABLE_GCLID"/>
<enumeration value="CONVERSION_PRECEDES_CLICK"/>
<enumeration value="FUTURE_CONVERSION_TIME"/>
<enumeration value="EXPIRED_CLICK"/>
<enumeration value="TOO_RECENT_CLICK"/>
<enumeration value="INVALID_CLICK"/>
<enumeration value="UNAUTHORIZED_USER"/>
<enumeration value="INVALID_CONVERSION_TYPE"/>
<enumeration value="TOO_RECENT_CONVERSION_TYPE"/>
<enumeration value="CLICK_MISSING_CONVERSION_LABEL"/>
<enumeration value="ATTRIBUTED_CREDIT_SET_FOR_NON_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION"/>
<enumeration value="ATTRIBUTION_MODEL_SET_FOR_NON_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION"/>
<enumeration value="ATTRIBUTED_CREDIT_NOT_SET_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION"/>
<enumeration value="ATTRIBUTED_CREDIT_ZERO_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION"/>
<enumeration value="ATTRIBUTION_MODEL_NOT_SET_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION"/>
<enumeration value="ORDER_ID_NOT_PERMITTED_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION"/>
<enumeration value="UNKNOWN"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ATTRIBUTED_CREDIT_NOT_SET_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION
This conversion action is using an external attribution model, but the attributed credit is
not set.
|
ATTRIBUTED_CREDIT_SET_FOR_NON_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION
This conversion action is not configured to use an external attribution model, but the
attributed credit is set to a non-zero value.
|
ATTRIBUTED_CREDIT_ZERO_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION
This conversion action is using an external attribution model, but the attributed credit is
set to 0.
|
ATTRIBUTION_MODEL_NOT_SET_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION
This conversion action is using an external attribution model, but the attribution model name
is not set.
|
ATTRIBUTION_MODEL_SET_FOR_NON_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION
This conversion action is not configured to use an external attribution model, but the
attribution model name is set.
|
CLICK_MISSING_CONVERSION_LABEL
Cannot process clicks that occurred when none of the effective conversion types in the
account were enabled, to generate conversions.
|
CONVERSION_PRECEDES_CLICK
This conversion is reported to have happened before the click.
|
EXPIRED_CLICK
This click is either too old to be imported or occurred before the conversion window for the
specified combination of conversion date and conversion name (default is 90 days).
|
FUTURE_CONVERSION_TIME
You cannot set a future conversion time.
|
INVALID_CLICK
This click does not exist in the system.
|
INVALID_CONVERSION_TYPE
This customer does not have an import conversion with a name that matches the label
of this conversion.
|
ORDER_ID_NOT_PERMITTED_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION
This conversion action is using an external attribution model, which does not accept order
ids.
|
TOO_RECENT_CLICK
This click occurred less than 24 hours ago, please try again after a day or so.
|
TOO_RECENT_CONVERSION_TYPE
This conversion action was created too recently.
|
UNAUTHORIZED_USER
This customer is trying to upload conversions for a different customer that it does not
manage.
|
UNKNOWN
Used for return value only.
|
UNPARSEABLE_GCLID
This google click ID could not be decoded.
|
| Modifier and Type | Method and Description |
|---|---|
static OfflineConversionErrorReason |
fromValue(String v) |
String |
value() |
static OfflineConversionErrorReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OfflineConversionErrorReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OfflineConversionErrorReason UNPARSEABLE_GCLID
public static final OfflineConversionErrorReason CONVERSION_PRECEDES_CLICK
public static final OfflineConversionErrorReason FUTURE_CONVERSION_TIME
public static final OfflineConversionErrorReason EXPIRED_CLICK
public static final OfflineConversionErrorReason TOO_RECENT_CLICK
public static final OfflineConversionErrorReason INVALID_CLICK
public static final OfflineConversionErrorReason UNAUTHORIZED_USER
public static final OfflineConversionErrorReason INVALID_CONVERSION_TYPE
public static final OfflineConversionErrorReason TOO_RECENT_CONVERSION_TYPE
public static final OfflineConversionErrorReason CLICK_MISSING_CONVERSION_LABEL
public static final OfflineConversionErrorReason ATTRIBUTED_CREDIT_SET_FOR_NON_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION
public static final OfflineConversionErrorReason ATTRIBUTION_MODEL_SET_FOR_NON_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION
public static final OfflineConversionErrorReason ATTRIBUTED_CREDIT_NOT_SET_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION
public static final OfflineConversionErrorReason ATTRIBUTED_CREDIT_ZERO_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION
public static final OfflineConversionErrorReason ATTRIBUTION_MODEL_NOT_SET_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION
public static final OfflineConversionErrorReason ORDER_ID_NOT_PERMITTED_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION
public static final OfflineConversionErrorReason UNKNOWN
public static OfflineConversionErrorReason[] values()
for (OfflineConversionErrorReason c : OfflineConversionErrorReason.values()) System.out.println(c);
public static OfflineConversionErrorReason valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static OfflineConversionErrorReason fromValue(String v)
Copyright © 2023. All rights reserved.