Enum Class ConversionActionErrorEnum.ConversionActionError
java.lang.Object
java.lang.Enum<ConversionActionErrorEnum.ConversionActionError>
com.google.ads.googleads.v18.errors.ConversionActionErrorEnum.ConversionActionError
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<ConversionActionErrorEnum.ConversionActionError>,Constable
- Enclosing class:
- ConversionActionErrorEnum
public static enum ConversionActionErrorEnum.ConversionActionError
extends Enum<ConversionActionErrorEnum.ConversionActionError>
implements com.google.protobuf.ProtocolMessageEnum
Enum describing possible conversion action errors.Protobuf enum
google.ads.googleads.v18.errors.ConversionActionErrorEnum.ConversionActionError-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAndroid first open action conflicts with Google play codeless download action tracking the same app.Rule-based attribution models are deprecated and not allowed to be set by conversion action.Creation of this conversion action type isn't supported by Google Ads API.The attribution model cannot be set to DATA_DRIVEN because the data-driven model is expired.The attribution model cannot be set to DATA_DRIVEN because the data-driven model is stale.The attribution model cannot be set to DATA_DRIVEN because the data-driven model is unavailable or the conversion action was newly added.The attribution model cannot be set to DATA_DRIVEN because a data-driven model has never been generated.Another conversion action with the specified app id already exists.The specified conversion action name already exists.Android first open action conflicts with Google play codeless download action tracking the same app.The received error code is not known in this version.Enum unspecified.Update of this conversion action isn't supported by Google Ads API. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAndroid first open action conflicts with Google play codeless download action tracking the same app.static final intRule-based attribution models are deprecated and not allowed to be set by conversion action.static final intCreation of this conversion action type isn't supported by Google Ads API.static final intThe attribution model cannot be set to DATA_DRIVEN because the data-driven model is expired.static final intThe attribution model cannot be set to DATA_DRIVEN because the data-driven model is stale.static final intThe attribution model cannot be set to DATA_DRIVEN because the data-driven model is unavailable or the conversion action was newly added.static final intThe attribution model cannot be set to DATA_DRIVEN because a data-driven model has never been generated.static final intAnother conversion action with the specified app id already exists.static final intThe specified conversion action name already exists.static final intAndroid first open action conflicts with Google play codeless download action tracking the same app.static final intThe received error code is not known in this version.static final intEnum unspecified.static final intUpdate of this conversion action isn't supported by Google Ads API. -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<ConversionActionErrorEnum.ConversionActionError>valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNSPECIFIED
Enum unspecified.
UNSPECIFIED = 0; -
UNKNOWN
The received error code is not known in this version.
UNKNOWN = 1; -
DUPLICATE_NAME
The specified conversion action name already exists.
DUPLICATE_NAME = 2; -
DUPLICATE_APP_ID
Another conversion action with the specified app id already exists.
DUPLICATE_APP_ID = 3; -
TWO_CONVERSION_ACTIONS_BIDDING_ON_SAME_APP_DOWNLOAD
public static final ConversionActionErrorEnum.ConversionActionError TWO_CONVERSION_ACTIONS_BIDDING_ON_SAME_APP_DOWNLOADAndroid first open action conflicts with Google play codeless download action tracking the same app.
TWO_CONVERSION_ACTIONS_BIDDING_ON_SAME_APP_DOWNLOAD = 4; -
BIDDING_ON_SAME_APP_DOWNLOAD_AS_GLOBAL_ACTION
public static final ConversionActionErrorEnum.ConversionActionError BIDDING_ON_SAME_APP_DOWNLOAD_AS_GLOBAL_ACTIONAndroid first open action conflicts with Google play codeless download action tracking the same app.
BIDDING_ON_SAME_APP_DOWNLOAD_AS_GLOBAL_ACTION = 5; -
DATA_DRIVEN_MODEL_WAS_NEVER_GENERATED
public static final ConversionActionErrorEnum.ConversionActionError DATA_DRIVEN_MODEL_WAS_NEVER_GENERATEDThe attribution model cannot be set to DATA_DRIVEN because a data-driven model has never been generated.
DATA_DRIVEN_MODEL_WAS_NEVER_GENERATED = 6; -
DATA_DRIVEN_MODEL_EXPIRED
The attribution model cannot be set to DATA_DRIVEN because the data-driven model is expired.
DATA_DRIVEN_MODEL_EXPIRED = 7; -
DATA_DRIVEN_MODEL_STALE
The attribution model cannot be set to DATA_DRIVEN because the data-driven model is stale.
DATA_DRIVEN_MODEL_STALE = 8; -
DATA_DRIVEN_MODEL_UNKNOWN
The attribution model cannot be set to DATA_DRIVEN because the data-driven model is unavailable or the conversion action was newly added.
DATA_DRIVEN_MODEL_UNKNOWN = 9; -
CREATION_NOT_SUPPORTED
Creation of this conversion action type isn't supported by Google Ads API.
CREATION_NOT_SUPPORTED = 10; -
UPDATE_NOT_SUPPORTED
Update of this conversion action isn't supported by Google Ads API.
UPDATE_NOT_SUPPORTED = 11; -
CANNOT_SET_RULE_BASED_ATTRIBUTION_MODELS
public static final ConversionActionErrorEnum.ConversionActionError CANNOT_SET_RULE_BASED_ATTRIBUTION_MODELSRule-based attribution models are deprecated and not allowed to be set by conversion action.
CANNOT_SET_RULE_BASED_ATTRIBUTION_MODELS = 12; -
UNRECOGNIZED
-
-
Field Details
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUEEnum unspecified.
UNSPECIFIED = 0;- See Also:
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUEThe received error code is not known in this version.
UNKNOWN = 1;- See Also:
-
DUPLICATE_NAME_VALUE
public static final int DUPLICATE_NAME_VALUEThe specified conversion action name already exists.
DUPLICATE_NAME = 2;- See Also:
-
DUPLICATE_APP_ID_VALUE
public static final int DUPLICATE_APP_ID_VALUEAnother conversion action with the specified app id already exists.
DUPLICATE_APP_ID = 3;- See Also:
-
TWO_CONVERSION_ACTIONS_BIDDING_ON_SAME_APP_DOWNLOAD_VALUE
public static final int TWO_CONVERSION_ACTIONS_BIDDING_ON_SAME_APP_DOWNLOAD_VALUEAndroid first open action conflicts with Google play codeless download action tracking the same app.
TWO_CONVERSION_ACTIONS_BIDDING_ON_SAME_APP_DOWNLOAD = 4;- See Also:
-
BIDDING_ON_SAME_APP_DOWNLOAD_AS_GLOBAL_ACTION_VALUE
public static final int BIDDING_ON_SAME_APP_DOWNLOAD_AS_GLOBAL_ACTION_VALUEAndroid first open action conflicts with Google play codeless download action tracking the same app.
BIDDING_ON_SAME_APP_DOWNLOAD_AS_GLOBAL_ACTION = 5;- See Also:
-
DATA_DRIVEN_MODEL_WAS_NEVER_GENERATED_VALUE
public static final int DATA_DRIVEN_MODEL_WAS_NEVER_GENERATED_VALUEThe attribution model cannot be set to DATA_DRIVEN because a data-driven model has never been generated.
DATA_DRIVEN_MODEL_WAS_NEVER_GENERATED = 6;- See Also:
-
DATA_DRIVEN_MODEL_EXPIRED_VALUE
public static final int DATA_DRIVEN_MODEL_EXPIRED_VALUEThe attribution model cannot be set to DATA_DRIVEN because the data-driven model is expired.
DATA_DRIVEN_MODEL_EXPIRED = 7;- See Also:
-
DATA_DRIVEN_MODEL_STALE_VALUE
public static final int DATA_DRIVEN_MODEL_STALE_VALUEThe attribution model cannot be set to DATA_DRIVEN because the data-driven model is stale.
DATA_DRIVEN_MODEL_STALE = 8;- See Also:
-
DATA_DRIVEN_MODEL_UNKNOWN_VALUE
public static final int DATA_DRIVEN_MODEL_UNKNOWN_VALUEThe attribution model cannot be set to DATA_DRIVEN because the data-driven model is unavailable or the conversion action was newly added.
DATA_DRIVEN_MODEL_UNKNOWN = 9;- See Also:
-
CREATION_NOT_SUPPORTED_VALUE
public static final int CREATION_NOT_SUPPORTED_VALUECreation of this conversion action type isn't supported by Google Ads API.
CREATION_NOT_SUPPORTED = 10;- See Also:
-
UPDATE_NOT_SUPPORTED_VALUE
public static final int UPDATE_NOT_SUPPORTED_VALUEUpdate of this conversion action isn't supported by Google Ads API.
UPDATE_NOT_SUPPORTED = 11;- See Also:
-
CANNOT_SET_RULE_BASED_ATTRIBUTION_MODELS_VALUE
public static final int CANNOT_SET_RULE_BASED_ATTRIBUTION_MODELS_VALUERule-based attribution models are deprecated and not allowed to be set by conversion action.
CANNOT_SET_RULE_BASED_ATTRIBUTION_MODELS = 12;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<ConversionActionErrorEnum.ConversionActionError> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static ConversionActionErrorEnum.ConversionActionError valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-