public enum OfflineCallConversionErrorReason extends Enum<OfflineCallConversionErrorReason>
Java class for OfflineCallConversionError.Reason.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="OfflineCallConversionError.Reason">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="CONVERSION_PRECEDES_CALL"/>
<enumeration value="FUTURE_CALL_START_TIME"/>
<enumeration value="FUTURE_CONVERSION_TIME"/>
<enumeration value="EXPIRED_CALL"/>
<enumeration value="TOO_RECENT_CALL"/>
<enumeration value="UNPARSEABLE_CALLERS_PHONE_NUMBER"/>
<enumeration value="INVALID_CALL"/>
<enumeration value="UNAUTHORIZED_USER"/>
<enumeration value="INVALID_CONVERSION_TYPE"/>
<enumeration value="TOO_RECENT_CONVERSION_TYPE"/>
<enumeration value="CONVERSION_TRACKING_NOT_ENABLED_AT_CALL_TIME"/>
<enumeration value="DESKTOP_CALL_NOT_SUPPORTED"/>
<enumeration value="INTERNAL_ERROR"/>
<enumeration value="UNKNOWN"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CONVERSION_PRECEDES_CALL
The conversion time cannot precede the call time.
|
CONVERSION_TRACKING_NOT_ENABLED_AT_CALL_TIME
Unable to upload.
|
DESKTOP_CALL_NOT_SUPPORTED
We can't count calls from ads made by computer or tablet users as conversions.
|
EXPIRED_CALL
The click that initiated the call is too old for this conversion to be imported.
|
FUTURE_CALL_START_TIME
You cannot set a future call start time.
|
FUTURE_CONVERSION_TIME
You cannot set a future conversion time.
|
INTERNAL_ERROR
An internal server error occurred, please try again.
|
INVALID_CALL
We are unable to import a conversion for this call, since either this call or the click
leading to the call was not found in our system.
|
INVALID_CONVERSION_TYPE
We cannot find an import conversion type with this name in the target account.
|
TOO_RECENT_CALL
We are still processing this call's information, please re-upload this conversion in 4-6
hours.
|
TOO_RECENT_CONVERSION_TYPE
This conversion action was created too recently.
|
UNAUTHORIZED_USER
This call belongs to an account that you are not authorized to access.
|
UNKNOWN
Used for return value only.
|
UNPARSEABLE_CALLERS_PHONE_NUMBER
The caller?s phone number cannot be parsed.
|
| Modifier and Type | Method and Description |
|---|---|
static OfflineCallConversionErrorReason |
fromValue(String v) |
String |
value() |
static OfflineCallConversionErrorReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OfflineCallConversionErrorReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OfflineCallConversionErrorReason CONVERSION_PRECEDES_CALL
public static final OfflineCallConversionErrorReason FUTURE_CALL_START_TIME
public static final OfflineCallConversionErrorReason FUTURE_CONVERSION_TIME
public static final OfflineCallConversionErrorReason EXPIRED_CALL
public static final OfflineCallConversionErrorReason TOO_RECENT_CALL
public static final OfflineCallConversionErrorReason UNPARSEABLE_CALLERS_PHONE_NUMBER
public static final OfflineCallConversionErrorReason INVALID_CALL
public static final OfflineCallConversionErrorReason UNAUTHORIZED_USER
public static final OfflineCallConversionErrorReason INVALID_CONVERSION_TYPE
public static final OfflineCallConversionErrorReason TOO_RECENT_CONVERSION_TYPE
public static final OfflineCallConversionErrorReason CONVERSION_TRACKING_NOT_ENABLED_AT_CALL_TIME
public static final OfflineCallConversionErrorReason DESKTOP_CALL_NOT_SUPPORTED
public static final OfflineCallConversionErrorReason INTERNAL_ERROR
public static final OfflineCallConversionErrorReason UNKNOWN
public static OfflineCallConversionErrorReason[] values()
for (OfflineCallConversionErrorReason c : OfflineCallConversionErrorReason.values()) System.out.println(c);
public static OfflineCallConversionErrorReason 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 OfflineCallConversionErrorReason fromValue(String v)
Copyright © 2023. All rights reserved.