public enum ConversionTrackingErrorReason extends Enum<ConversionTrackingErrorReason>
Java class for ConversionTrackingError.Reason.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ConversionTrackingError.Reason">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="ALREADY_CREATED_CUSTOM_CONVERSION_TYPE"/>
<enumeration value="ANALYTICS_NOT_ALLOWED"/>
<enumeration value="CANNOT_ADD_CONVERSION_TYPE_SUBCLASS"/>
<enumeration value="CANNOT_ADD_EXTERNALLY_ATTRIBUTED_SALESFORCE_CONVERSION"/>
<enumeration value="CANNOT_CHANGE_APP_CONVERSION_TYPE"/>
<enumeration value="CANNOT_CHANGE_APP_PLATFORM"/>
<enumeration value="CANNNOT_CHANGE_CONVERSION_SUBCLASS"/>
<enumeration value="CANNOT_SET_HIDDEN_STATUS"/>
<enumeration value="CATEGORY_IS_UNEDITABLE"/>
<enumeration value="ATTRIBUTION_MODEL_IS_UNEDITABLE"/>
<enumeration value="ATTRIBUTION_MODEL_CANNOT_BE_UNKNOWN"/>
<enumeration value="DATA_DRIVEN_MODEL_WAS_NEVER_GENERATED"/>
<enumeration value="DATA_DRIVEN_MODEL_IS_EXPIRED"/>
<enumeration value="DATA_DRIVEN_MODEL_IS_STALE"/>
<enumeration value="DATA_DRIVEN_MODEL_IS_UNKNOWN"/>
<enumeration value="CONVERSION_TYPE_NOT_FOUND"/>
<enumeration value="CTC_LOOKBACK_WINDOW_IS_UNEDITABLE"/>
<enumeration value="DOMAIN_EXCEPTION"/>
<enumeration value="INCONSISTENT_COUNTING_TYPE"/>
<enumeration value="DUPLICATE_APP_ID"/>
<enumeration value="TWO_CONVERSION_TYPES_BIDDING_ON_SAME_APP_DOWNLOAD"/>
<enumeration value="CONVERSION_TYPE_BIDDING_ON_SAME_APP_DOWNLOAD_AS_GLOBAL_TYPE"/>
<enumeration value="DUPLICATE_NAME"/>
<enumeration value="EMAIL_FAILED"/>
<enumeration value="EXCEEDED_CONVERSION_TYPE_LIMIT"/>
<enumeration value="ID_IS_NULL"/>
<enumeration value="INVALID_APP_ID"/>
<enumeration value="CANNOT_SET_APP_ID"/>
<enumeration value="INVALID_CATEGORY"/>
<enumeration value="INVALID_COLOR"/>
<enumeration value="INVALID_DATE_RANGE"/>
<enumeration value="INVALID_EMAIL_ADDRESS"/>
<enumeration value="INVALID_ORIGINAL_CONVERSION_TYPE_ID"/>
<enumeration value="MUST_SET_APP_PLATFORM_AND_APP_CONVERSION_TYPE_TOGETHER"/>
<enumeration value="NAME_ALREADY_EXISTS"/>
<enumeration value="NO_RECIPIENTS"/>
<enumeration value="NO_SNIPPET"/>
<enumeration value="TOO_MANY_WEBPAGES"/>
<enumeration value="UNKNOWN_SORTING_TYPE"/>
<enumeration value="UNSUPPORTED_APP_CONVERSION_TYPE"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ALREADY_CREATED_CUSTOM_CONVERSION_TYPE
An attempt to make a forked conversion type from a global conversion type was made,
but there already exists a conversion type forked from this global conversion type.
|
ANALYTICS_NOT_ALLOWED
This user is not whitelisted for the import of Analytics goals and profiles, and yet
requested to mutate an Analytics conversion type.
|
ATTRIBUTION_MODEL_CANNOT_BE_UNKNOWN
The attribution model of the conversion type cannot be unknown.
|
ATTRIBUTION_MODEL_IS_UNEDITABLE
The attribution model of the conversion type is uneditable.
|
CANNNOT_CHANGE_CONVERSION_SUBCLASS
Cannot change between subclasses of ConversionType
|
CANNOT_ADD_CONVERSION_TYPE_SUBCLASS
Cannot execute an ADD operation on this subclass of ConversionType (currently, only
instances of AdWordsConversionType may be added).
|
CANNOT_ADD_EXTERNALLY_ATTRIBUTED_SALESFORCE_CONVERSION
Creating an upload conversion type with isExternallyAttributedConversion and
isSalesforceConversion both set is not allowed.
|
CANNOT_CHANGE_APP_CONVERSION_TYPE
AppConversions cannot change app conversion types once it has been set.
|
CANNOT_CHANGE_APP_PLATFORM
AppConversions cannot change app platforms once it has been set.
|
CANNOT_SET_APP_ID
App id can not be set to forked system-defined Android download conversion type.
|
CANNOT_SET_HIDDEN_STATUS
If a conversion type's status is initially non-hidden, it may not be changed to Hidden;
nor may hidden conversion types be created through the API.
|
CATEGORY_IS_UNEDITABLE
The user attempted to change the Category when it was uneditable.
|
CONVERSION_TYPE_BIDDING_ON_SAME_APP_DOWNLOAD_AS_GLOBAL_TYPE
The user is trying to enter a double bidding conflict with the global type.
|
CONVERSION_TYPE_NOT_FOUND
An attempt to access a conversion type failed because no conversion type with this ID
exists for this account.
|
CTC_LOOKBACK_WINDOW_IS_UNEDITABLE
The user attempted to change the click-through conversion (ctc) lookback window when it is
not editable.
|
DATA_DRIVEN_MODEL_IS_EXPIRED
The attribution model cannot be set to DATA_DRIVEN because the data-driven model is expired.
|
DATA_DRIVEN_MODEL_IS_STALE
The attribution model cannot be set to DATA_DRIVEN because the data-driven model is stale.
|
DATA_DRIVEN_MODEL_IS_UNKNOWN
The attribution model cannot be set to DATA_DRIVEN because the data-driven model is
unavailable or the conversion type was newly added.
|
DATA_DRIVEN_MODEL_WAS_NEVER_GENERATED
The attribution model cannot be set to DATA_DRIVEN because a data-driven model has never been
generated.
|
DOMAIN_EXCEPTION
An exception occurred in the domain layer during an attempt to process a
ConversionTypeOperation.
|
DUPLICATE_APP_ID
The user specified two identical app ids when attempting to create or modify a
conversion type.
|
DUPLICATE_NAME
The user specified two identical names when attempting to create or rename multiple
conversion types.
|
EMAIL_FAILED
An error occurred while the server was sending the email.
|
EXCEEDED_CONVERSION_TYPE_LIMIT
The maximum number of active conversion types for this account has been exceeded.
|
ID_IS_NULL
The user requested to modify an existing conversion type, but did not supply an ID.
|
INCONSISTENT_COUNTING_TYPE
An attempt was made to set a counting type inconsistent with other properties.
|
INVALID_APP_ID
App ids must adhere to valid Java package naming requirements.
|
INVALID_CATEGORY
The user attempted to set category which is not applicable to provided conversion type.
|
INVALID_COLOR
The user entered an invalid background color.
|
INVALID_DATE_RANGE
The date range specified in the stats selector is invalid.
|
INVALID_EMAIL_ADDRESS
The email address of the sender or the recipient of a snippet email was invalid.
|
INVALID_ORIGINAL_CONVERSION_TYPE_ID
Editing the settings for the system-wide default conversion trackers is not permitted in
AdWords API.
|
MUST_SET_APP_PLATFORM_AND_APP_CONVERSION_TYPE_TOGETHER
The AppPlatform and AppConversionType must be set at the same time.
|
NAME_ALREADY_EXISTS
The user attempted to create a new conversion type, or to rename an existing conversion type,
whose new name matches one of the other conversion types for his account.
|
NO_RECIPIENTS
The user asked to send a notification email, but specified no recipients.
|
NO_SNIPPET
The requested conversion type has no snippet, and thus its snippet email cannot be sent.
|
TOO_MANY_WEBPAGES
The requested date range contains too many webpages to be processed.
|
TWO_CONVERSION_TYPES_BIDDING_ON_SAME_APP_DOWNLOAD
The user is trying to enter a double bidding conflict.
|
UNKNOWN_SORTING_TYPE
An unknown sorting type was specified in the selector.
|
UNSUPPORTED_APP_CONVERSION_TYPE
AppConversionType cannot be set to DOWNLOAD when AppPlatform is ITUNES.
|
| Modifier and Type | Method and Description |
|---|---|
static ConversionTrackingErrorReason |
fromValue(String v) |
String |
value() |
static ConversionTrackingErrorReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConversionTrackingErrorReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConversionTrackingErrorReason ALREADY_CREATED_CUSTOM_CONVERSION_TYPE
public static final ConversionTrackingErrorReason ANALYTICS_NOT_ALLOWED
public static final ConversionTrackingErrorReason CANNOT_ADD_CONVERSION_TYPE_SUBCLASS
public static final ConversionTrackingErrorReason CANNOT_ADD_EXTERNALLY_ATTRIBUTED_SALESFORCE_CONVERSION
public static final ConversionTrackingErrorReason CANNOT_CHANGE_APP_CONVERSION_TYPE
public static final ConversionTrackingErrorReason CANNOT_CHANGE_APP_PLATFORM
public static final ConversionTrackingErrorReason CANNNOT_CHANGE_CONVERSION_SUBCLASS
public static final ConversionTrackingErrorReason CANNOT_SET_HIDDEN_STATUS
public static final ConversionTrackingErrorReason CATEGORY_IS_UNEDITABLE
public static final ConversionTrackingErrorReason ATTRIBUTION_MODEL_IS_UNEDITABLE
public static final ConversionTrackingErrorReason ATTRIBUTION_MODEL_CANNOT_BE_UNKNOWN
public static final ConversionTrackingErrorReason DATA_DRIVEN_MODEL_WAS_NEVER_GENERATED
public static final ConversionTrackingErrorReason DATA_DRIVEN_MODEL_IS_EXPIRED
public static final ConversionTrackingErrorReason DATA_DRIVEN_MODEL_IS_STALE
public static final ConversionTrackingErrorReason DATA_DRIVEN_MODEL_IS_UNKNOWN
public static final ConversionTrackingErrorReason CONVERSION_TYPE_NOT_FOUND
public static final ConversionTrackingErrorReason CTC_LOOKBACK_WINDOW_IS_UNEDITABLE
public static final ConversionTrackingErrorReason DOMAIN_EXCEPTION
public static final ConversionTrackingErrorReason INCONSISTENT_COUNTING_TYPE
public static final ConversionTrackingErrorReason DUPLICATE_APP_ID
public static final ConversionTrackingErrorReason TWO_CONVERSION_TYPES_BIDDING_ON_SAME_APP_DOWNLOAD
public static final ConversionTrackingErrorReason CONVERSION_TYPE_BIDDING_ON_SAME_APP_DOWNLOAD_AS_GLOBAL_TYPE
public static final ConversionTrackingErrorReason DUPLICATE_NAME
public static final ConversionTrackingErrorReason EMAIL_FAILED
public static final ConversionTrackingErrorReason EXCEEDED_CONVERSION_TYPE_LIMIT
public static final ConversionTrackingErrorReason ID_IS_NULL
public static final ConversionTrackingErrorReason INVALID_APP_ID
public static final ConversionTrackingErrorReason CANNOT_SET_APP_ID
public static final ConversionTrackingErrorReason INVALID_CATEGORY
public static final ConversionTrackingErrorReason INVALID_COLOR
public static final ConversionTrackingErrorReason INVALID_DATE_RANGE
public static final ConversionTrackingErrorReason INVALID_EMAIL_ADDRESS
public static final ConversionTrackingErrorReason INVALID_ORIGINAL_CONVERSION_TYPE_ID
public static final ConversionTrackingErrorReason MUST_SET_APP_PLATFORM_AND_APP_CONVERSION_TYPE_TOGETHER
public static final ConversionTrackingErrorReason NAME_ALREADY_EXISTS
public static final ConversionTrackingErrorReason NO_RECIPIENTS
public static final ConversionTrackingErrorReason NO_SNIPPET
public static final ConversionTrackingErrorReason TOO_MANY_WEBPAGES
public static final ConversionTrackingErrorReason UNKNOWN_SORTING_TYPE
public static final ConversionTrackingErrorReason UNSUPPORTED_APP_CONVERSION_TYPE
public static ConversionTrackingErrorReason[] values()
for (ConversionTrackingErrorReason c : ConversionTrackingErrorReason.values()) System.out.println(c);
public static ConversionTrackingErrorReason 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 ConversionTrackingErrorReason fromValue(String v)
Copyright © 2023. All rights reserved.