Enum ConversionUploadErrorEnum.ConversionUploadError
- java.lang.Object
-
- java.lang.Enum<ConversionUploadErrorEnum.ConversionUploadError>
-
- com.google.ads.googleads.v10.errors.ConversionUploadErrorEnum.ConversionUploadError
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<ConversionUploadErrorEnum.ConversionUploadError>
- Enclosing class:
- ConversionUploadErrorEnum
public static enum ConversionUploadErrorEnum.ConversionUploadError extends java.lang.Enum<ConversionUploadErrorEnum.ConversionUploadError> implements com.google.protobuf.ProtocolMessageEnum
Enum describing possible conversion upload errors.
Protobuf enumgoogle.ads.googleads.v10.errors.ConversionUploadErrorEnum.ConversionUploadError
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CALL_CONVERSION_ALREADY_EXISTSA conversion with this timestamp already exists for this call.CALL_NOT_FOUNDThe call or the click leading to the call was not found.CLICK_CONVERSION_ALREADY_EXISTSA conversion with this timestamp already exists for this click.CLICK_NOT_FOUNDNo click was found for the provided user identifiers that could be applied to the specified conversion action.CONVERSION_NOT_COMPLIANT_WITH_ATT_POLICYThe conversion can't be uploaded because the conversion source didn't comply with the App Tracking Transparency (ATT) policy or the person who converted didn't consent to tracking.CONVERSION_PRECEDES_CALLThe specified conversion_date_time is before the call_start_date_time.CONVERSION_PRECEDES_EVENTThe specified conversion_date_time is before the event time associated with the given identifier or iOS URL parameter.CONVERSION_TRACKING_NOT_ENABLED_AT_CALL_TIMEThe click associated with the call does not contain conversion tracking information.CONVERSION_TRACKING_NOT_ENABLED_AT_IMPRESSION_TIMEThe click associated with the given identifier does not contain conversion tracking information.CUSTOM_VARIABLE_NOT_ENABLEDThe custom variable is not enabled.CUSTOM_VARIABLE_VALUE_CONTAINS_PIIThe value of the custom variable contains private customer data, such as email addresses or phone numbers.DUPLICATE_CALL_CONVERSION_IN_REQUESTThis conversion has the same call and timestamp as another conversion in the request.DUPLICATE_CLICK_CONVERSION_IN_REQUESTThis conversion has the same click and timestamp as another conversion in the request.DUPLICATE_ORDER_IDThe request contained two or more conversions with the same order id and conversion action combination.EVENT_NOT_FOUNDThe click associated with the given identifier or iOS URL parameter could not be found in the system.EXPIRED_CALLThe click that initiated the call is too old for this conversion to be imported.EXPIRED_EVENTThe click associated with the given identifier or iOS URL parameter is either too old to be imported or occurred outside of the click through lookback window for the specified conversion action.EXTERNAL_ATTRIBUTION_DATA_NOT_SET_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTIONThe specified conversion action uses an external attribution model, but external_attribution_data or one of its contained fields was not set.EXTERNAL_ATTRIBUTION_DATA_SET_FOR_NON_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTIONThe specified conversion action does not use an external attribution model, but external_attribution_data was set.EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION_NOT_PERMITTED_WITH_USER_IDENTIFIERConversion actions which use an external attribution model cannot be used with UserIdentifier.EXTERNALLY_ATTRIBUTED_CONVERSION_TYPE_NOT_PERMITTED_WITH_BRAIDConversion types which use an external attribution model cannot be used with gbraid or wbraid.GBRAID_WBRAID_BOTH_SETgbraid and wbraid are both set in the request.INVALID_CONVERSION_ACTIONNo upload eligible conversion action that matches the provided information can be found for the customer.INVALID_CUSTOMER_FOR_CALLThe click associated with the given call isn't from the account where conversion tracking is set up.INVALID_CUSTOMER_FOR_CLICKThe click associated with the given identifier or iOS URL parameter isn't from the account where conversion tracking is set up.INVALID_USER_IDENTIFIERThe provided user identifier is not a SHA-256 hash.ONE_PER_CLICK_CONVERSION_ACTION_NOT_PERMITTED_WITH_BRAIDConversion actions which use the one-per-click counting type cannot be used with gbraid or wbraid.ORDER_ID_ALREADY_IN_USEA conversion with the same order id and conversion action combination already exists in our system.ORDER_ID_NOT_PERMITTED_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTIONOrder IDs are not supported for conversion actions which use an external attribution model.TOO_MANY_CONVERSIONS_IN_REQUESTThe request contained more than 2000 conversions.TOO_RECENT_CALLThe call occurred too recently.TOO_RECENT_CONVERSION_ACTIONThe specified conversion action was created too recently.TOO_RECENT_EVENTThe click associated with the given identifier or iOS URL parameter occurred too recently.UNAUTHORIZED_CUSTOMERThe click associated with the given identifier or iOS URL parameter is owned by a customer account that the uploading customer does not manage.UNKNOWNThe received error code is not known in this version.UNPARSEABLE_CALLERS_PHONE_NUMBERThe caller's phone number cannot be parsed.UNPARSEABLE_GBRAIDThe specified gbraid could not be decoded.UNPARSEABLE_GCLIDThe specified gclid could not be decoded.UNPARSEABLE_WBRAIDThe specified wbraid could not be decoded.UNRECOGNIZEDUNSPECIFIEDEnum unspecified.UNSUPPORTED_USER_IDENTIFIERThe provided user identifier is not supported.
-
Field Summary
Fields Modifier and Type Field Description static intCALL_CONVERSION_ALREADY_EXISTS_VALUEA conversion with this timestamp already exists for this call.static intCALL_NOT_FOUND_VALUEThe call or the click leading to the call was not found.static intCLICK_CONVERSION_ALREADY_EXISTS_VALUEA conversion with this timestamp already exists for this click.static intCLICK_NOT_FOUND_VALUENo click was found for the provided user identifiers that could be applied to the specified conversion action.static intCONVERSION_NOT_COMPLIANT_WITH_ATT_POLICY_VALUEThe conversion can't be uploaded because the conversion source didn't comply with the App Tracking Transparency (ATT) policy or the person who converted didn't consent to tracking.static intCONVERSION_PRECEDES_CALL_VALUEThe specified conversion_date_time is before the call_start_date_time.static intCONVERSION_PRECEDES_EVENT_VALUEThe specified conversion_date_time is before the event time associated with the given identifier or iOS URL parameter.static intCONVERSION_TRACKING_NOT_ENABLED_AT_CALL_TIME_VALUEThe click associated with the call does not contain conversion tracking information.static intCONVERSION_TRACKING_NOT_ENABLED_AT_IMPRESSION_TIME_VALUEThe click associated with the given identifier does not contain conversion tracking information.static intCUSTOM_VARIABLE_NOT_ENABLED_VALUEThe custom variable is not enabled.static intCUSTOM_VARIABLE_VALUE_CONTAINS_PII_VALUEThe value of the custom variable contains private customer data, such as email addresses or phone numbers.static intDUPLICATE_CALL_CONVERSION_IN_REQUEST_VALUEThis conversion has the same call and timestamp as another conversion in the request.static intDUPLICATE_CLICK_CONVERSION_IN_REQUEST_VALUEThis conversion has the same click and timestamp as another conversion in the request.static intDUPLICATE_ORDER_ID_VALUEThe request contained two or more conversions with the same order id and conversion action combination.static intEVENT_NOT_FOUND_VALUEThe click associated with the given identifier or iOS URL parameter could not be found in the system.static intEXPIRED_CALL_VALUEThe click that initiated the call is too old for this conversion to be imported.static intEXPIRED_EVENT_VALUEThe click associated with the given identifier or iOS URL parameter is either too old to be imported or occurred outside of the click through lookback window for the specified conversion action.static intEXTERNAL_ATTRIBUTION_DATA_NOT_SET_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION_VALUEThe specified conversion action uses an external attribution model, but external_attribution_data or one of its contained fields was not set.static intEXTERNAL_ATTRIBUTION_DATA_SET_FOR_NON_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION_VALUEThe specified conversion action does not use an external attribution model, but external_attribution_data was set.static intEXTERNALLY_ATTRIBUTED_CONVERSION_ACTION_NOT_PERMITTED_WITH_USER_IDENTIFIER_VALUEConversion actions which use an external attribution model cannot be used with UserIdentifier.static intEXTERNALLY_ATTRIBUTED_CONVERSION_TYPE_NOT_PERMITTED_WITH_BRAID_VALUEConversion types which use an external attribution model cannot be used with gbraid or wbraid.static intGBRAID_WBRAID_BOTH_SET_VALUEgbraid and wbraid are both set in the request.static intINVALID_CONVERSION_ACTION_VALUENo upload eligible conversion action that matches the provided information can be found for the customer.static intINVALID_CUSTOMER_FOR_CALL_VALUEThe click associated with the given call isn't from the account where conversion tracking is set up.static intINVALID_CUSTOMER_FOR_CLICK_VALUEThe click associated with the given identifier or iOS URL parameter isn't from the account where conversion tracking is set up.static intINVALID_USER_IDENTIFIER_VALUEThe provided user identifier is not a SHA-256 hash.static intONE_PER_CLICK_CONVERSION_ACTION_NOT_PERMITTED_WITH_BRAID_VALUEConversion actions which use the one-per-click counting type cannot be used with gbraid or wbraid.static intORDER_ID_ALREADY_IN_USE_VALUEA conversion with the same order id and conversion action combination already exists in our system.static intORDER_ID_NOT_PERMITTED_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION_VALUEOrder IDs are not supported for conversion actions which use an external attribution model.static intTOO_MANY_CONVERSIONS_IN_REQUEST_VALUEThe request contained more than 2000 conversions.static intTOO_RECENT_CALL_VALUEThe call occurred too recently.static intTOO_RECENT_CONVERSION_ACTION_VALUEThe specified conversion action was created too recently.static intTOO_RECENT_EVENT_VALUEThe click associated with the given identifier or iOS URL parameter occurred too recently.static intUNAUTHORIZED_CUSTOMER_VALUEThe click associated with the given identifier or iOS URL parameter is owned by a customer account that the uploading customer does not manage.static intUNKNOWN_VALUEThe received error code is not known in this version.static intUNPARSEABLE_CALLERS_PHONE_NUMBER_VALUEThe caller's phone number cannot be parsed.static intUNPARSEABLE_GBRAID_VALUEThe specified gbraid could not be decoded.static intUNPARSEABLE_GCLID_VALUEThe specified gclid could not be decoded.static intUNPARSEABLE_WBRAID_VALUEThe specified wbraid could not be decoded.static intUNSPECIFIED_VALUEEnum unspecified.static intUNSUPPORTED_USER_IDENTIFIER_VALUEThe provided user identifier is not supported.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ConversionUploadErrorEnum.ConversionUploadErrorforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<ConversionUploadErrorEnum.ConversionUploadError>internalGetValueMap()static ConversionUploadErrorEnum.ConversionUploadErrorvalueOf(int value)Deprecated.static ConversionUploadErrorEnum.ConversionUploadErrorvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ConversionUploadErrorEnum.ConversionUploadErrorvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConversionUploadErrorEnum.ConversionUploadError[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final ConversionUploadErrorEnum.ConversionUploadError UNSPECIFIED
Enum unspecified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final ConversionUploadErrorEnum.ConversionUploadError UNKNOWN
The received error code is not known in this version.
UNKNOWN = 1;
-
TOO_MANY_CONVERSIONS_IN_REQUEST
public static final ConversionUploadErrorEnum.ConversionUploadError TOO_MANY_CONVERSIONS_IN_REQUEST
The request contained more than 2000 conversions.
TOO_MANY_CONVERSIONS_IN_REQUEST = 2;
-
UNPARSEABLE_GCLID
public static final ConversionUploadErrorEnum.ConversionUploadError UNPARSEABLE_GCLID
The specified gclid could not be decoded.
UNPARSEABLE_GCLID = 3;
-
CONVERSION_PRECEDES_EVENT
public static final ConversionUploadErrorEnum.ConversionUploadError CONVERSION_PRECEDES_EVENT
The specified conversion_date_time is before the event time associated with the given identifier or iOS URL parameter.
CONVERSION_PRECEDES_EVENT = 42;
-
EXPIRED_EVENT
public static final ConversionUploadErrorEnum.ConversionUploadError EXPIRED_EVENT
The click associated with the given identifier or iOS URL parameter is either too old to be imported or occurred outside of the click through lookback window for the specified conversion action.
EXPIRED_EVENT = 43;
-
TOO_RECENT_EVENT
public static final ConversionUploadErrorEnum.ConversionUploadError TOO_RECENT_EVENT
The click associated with the given identifier or iOS URL parameter occurred too recently. Please try uploading again after 6 hours have passed since the click occurred.
TOO_RECENT_EVENT = 44;
-
EVENT_NOT_FOUND
public static final ConversionUploadErrorEnum.ConversionUploadError EVENT_NOT_FOUND
The click associated with the given identifier or iOS URL parameter could not be found in the system. This can happen if the identifier or iOS URL parameter are collected for non Google Ads clicks.
EVENT_NOT_FOUND = 45;
-
UNAUTHORIZED_CUSTOMER
public static final ConversionUploadErrorEnum.ConversionUploadError UNAUTHORIZED_CUSTOMER
The click associated with the given identifier or iOS URL parameter is owned by a customer account that the uploading customer does not manage.
UNAUTHORIZED_CUSTOMER = 8;
-
INVALID_CONVERSION_ACTION
public static final ConversionUploadErrorEnum.ConversionUploadError INVALID_CONVERSION_ACTION
No upload eligible conversion action that matches the provided information can be found for the customer.
INVALID_CONVERSION_ACTION = 9;
-
TOO_RECENT_CONVERSION_ACTION
public static final ConversionUploadErrorEnum.ConversionUploadError TOO_RECENT_CONVERSION_ACTION
The specified conversion action was created too recently. Please try the upload again after 4-6 hours have passed since the conversion action was created.
TOO_RECENT_CONVERSION_ACTION = 10;
-
CONVERSION_TRACKING_NOT_ENABLED_AT_IMPRESSION_TIME
public static final ConversionUploadErrorEnum.ConversionUploadError CONVERSION_TRACKING_NOT_ENABLED_AT_IMPRESSION_TIME
The click associated with the given identifier does not contain conversion tracking information.
CONVERSION_TRACKING_NOT_ENABLED_AT_IMPRESSION_TIME = 11;
-
EXTERNAL_ATTRIBUTION_DATA_SET_FOR_NON_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION
public static final ConversionUploadErrorEnum.ConversionUploadError EXTERNAL_ATTRIBUTION_DATA_SET_FOR_NON_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION
The specified conversion action does not use an external attribution model, but external_attribution_data was set.
EXTERNAL_ATTRIBUTION_DATA_SET_FOR_NON_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION = 12;
-
EXTERNAL_ATTRIBUTION_DATA_NOT_SET_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION
public static final ConversionUploadErrorEnum.ConversionUploadError EXTERNAL_ATTRIBUTION_DATA_NOT_SET_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION
The specified conversion action uses an external attribution model, but external_attribution_data or one of its contained fields was not set. Both external_attribution_credit and external_attribution_model must be set for externally attributed conversion actions.
EXTERNAL_ATTRIBUTION_DATA_NOT_SET_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION = 13;
-
ORDER_ID_NOT_PERMITTED_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION
public static final ConversionUploadErrorEnum.ConversionUploadError ORDER_ID_NOT_PERMITTED_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION
Order IDs are not supported for conversion actions which use an external attribution model.
ORDER_ID_NOT_PERMITTED_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION = 14;
-
ORDER_ID_ALREADY_IN_USE
public static final ConversionUploadErrorEnum.ConversionUploadError ORDER_ID_ALREADY_IN_USE
A conversion with the same order id and conversion action combination already exists in our system.
ORDER_ID_ALREADY_IN_USE = 15;
-
DUPLICATE_ORDER_ID
public static final ConversionUploadErrorEnum.ConversionUploadError DUPLICATE_ORDER_ID
The request contained two or more conversions with the same order id and conversion action combination.
DUPLICATE_ORDER_ID = 16;
-
TOO_RECENT_CALL
public static final ConversionUploadErrorEnum.ConversionUploadError TOO_RECENT_CALL
The call occurred too recently. Please try uploading again after 12 hours have passed since the call occurred.
TOO_RECENT_CALL = 17;
-
EXPIRED_CALL
public static final ConversionUploadErrorEnum.ConversionUploadError EXPIRED_CALL
The click that initiated the call is too old for this conversion to be imported.
EXPIRED_CALL = 18;
-
CALL_NOT_FOUND
public static final ConversionUploadErrorEnum.ConversionUploadError CALL_NOT_FOUND
The call or the click leading to the call was not found.
CALL_NOT_FOUND = 19;
-
CONVERSION_PRECEDES_CALL
public static final ConversionUploadErrorEnum.ConversionUploadError CONVERSION_PRECEDES_CALL
The specified conversion_date_time is before the call_start_date_time.
CONVERSION_PRECEDES_CALL = 20;
-
CONVERSION_TRACKING_NOT_ENABLED_AT_CALL_TIME
public static final ConversionUploadErrorEnum.ConversionUploadError CONVERSION_TRACKING_NOT_ENABLED_AT_CALL_TIME
The click associated with the call does not contain conversion tracking information.
CONVERSION_TRACKING_NOT_ENABLED_AT_CALL_TIME = 21;
-
UNPARSEABLE_CALLERS_PHONE_NUMBER
public static final ConversionUploadErrorEnum.ConversionUploadError UNPARSEABLE_CALLERS_PHONE_NUMBER
The caller's phone number cannot be parsed. It should be formatted either as E.164 "+16502531234", International "+64 3-331 6005" or US national number "6502531234".
UNPARSEABLE_CALLERS_PHONE_NUMBER = 22;
-
CLICK_CONVERSION_ALREADY_EXISTS
public static final ConversionUploadErrorEnum.ConversionUploadError CLICK_CONVERSION_ALREADY_EXISTS
A conversion with this timestamp already exists for this click. To upload another conversion, please use a different timestamp.
CLICK_CONVERSION_ALREADY_EXISTS = 23;
-
CALL_CONVERSION_ALREADY_EXISTS
public static final ConversionUploadErrorEnum.ConversionUploadError CALL_CONVERSION_ALREADY_EXISTS
A conversion with this timestamp already exists for this call. To upload another conversion, please use a different timestamp.
CALL_CONVERSION_ALREADY_EXISTS = 24;
-
DUPLICATE_CLICK_CONVERSION_IN_REQUEST
public static final ConversionUploadErrorEnum.ConversionUploadError DUPLICATE_CLICK_CONVERSION_IN_REQUEST
This conversion has the same click and timestamp as another conversion in the request. To upload another conversion for this click, please use a different timestamp.
DUPLICATE_CLICK_CONVERSION_IN_REQUEST = 25;
-
DUPLICATE_CALL_CONVERSION_IN_REQUEST
public static final ConversionUploadErrorEnum.ConversionUploadError DUPLICATE_CALL_CONVERSION_IN_REQUEST
This conversion has the same call and timestamp as another conversion in the request. To upload another conversion for this call, please use a different timestamp.
DUPLICATE_CALL_CONVERSION_IN_REQUEST = 26;
-
CUSTOM_VARIABLE_NOT_ENABLED
public static final ConversionUploadErrorEnum.ConversionUploadError CUSTOM_VARIABLE_NOT_ENABLED
The custom variable is not enabled.
CUSTOM_VARIABLE_NOT_ENABLED = 28;
-
CUSTOM_VARIABLE_VALUE_CONTAINS_PII
public static final ConversionUploadErrorEnum.ConversionUploadError CUSTOM_VARIABLE_VALUE_CONTAINS_PII
The value of the custom variable contains private customer data, such as email addresses or phone numbers.
CUSTOM_VARIABLE_VALUE_CONTAINS_PII = 29;
-
INVALID_CUSTOMER_FOR_CLICK
public static final ConversionUploadErrorEnum.ConversionUploadError INVALID_CUSTOMER_FOR_CLICK
The click associated with the given identifier or iOS URL parameter isn't from the account where conversion tracking is set up.
INVALID_CUSTOMER_FOR_CLICK = 30;
-
INVALID_CUSTOMER_FOR_CALL
public static final ConversionUploadErrorEnum.ConversionUploadError INVALID_CUSTOMER_FOR_CALL
The click associated with the given call isn't from the account where conversion tracking is set up.
INVALID_CUSTOMER_FOR_CALL = 31;
-
CONVERSION_NOT_COMPLIANT_WITH_ATT_POLICY
public static final ConversionUploadErrorEnum.ConversionUploadError CONVERSION_NOT_COMPLIANT_WITH_ATT_POLICY
The conversion can't be uploaded because the conversion source didn't comply with the App Tracking Transparency (ATT) policy or the person who converted didn't consent to tracking.
CONVERSION_NOT_COMPLIANT_WITH_ATT_POLICY = 32;
-
CLICK_NOT_FOUND
public static final ConversionUploadErrorEnum.ConversionUploadError CLICK_NOT_FOUND
No click was found for the provided user identifiers that could be applied to the specified conversion action.
CLICK_NOT_FOUND = 33;
-
INVALID_USER_IDENTIFIER
public static final ConversionUploadErrorEnum.ConversionUploadError INVALID_USER_IDENTIFIER
The provided user identifier is not a SHA-256 hash. It is either unhashed or hashed using a different hash function.
INVALID_USER_IDENTIFIER = 34;
-
EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION_NOT_PERMITTED_WITH_USER_IDENTIFIER
public static final ConversionUploadErrorEnum.ConversionUploadError EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION_NOT_PERMITTED_WITH_USER_IDENTIFIER
Conversion actions which use an external attribution model cannot be used with UserIdentifier.
EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION_NOT_PERMITTED_WITH_USER_IDENTIFIER = 35;
-
UNSUPPORTED_USER_IDENTIFIER
public static final ConversionUploadErrorEnum.ConversionUploadError UNSUPPORTED_USER_IDENTIFIER
The provided user identifier is not supported. ConversionUploadService only supports hashed_email and hashed_phone_number.
UNSUPPORTED_USER_IDENTIFIER = 36;
-
GBRAID_WBRAID_BOTH_SET
public static final ConversionUploadErrorEnum.ConversionUploadError GBRAID_WBRAID_BOTH_SET
gbraid and wbraid are both set in the request. Only one is allowed.
GBRAID_WBRAID_BOTH_SET = 38;
-
UNPARSEABLE_WBRAID
public static final ConversionUploadErrorEnum.ConversionUploadError UNPARSEABLE_WBRAID
The specified wbraid could not be decoded.
UNPARSEABLE_WBRAID = 39;
-
UNPARSEABLE_GBRAID
public static final ConversionUploadErrorEnum.ConversionUploadError UNPARSEABLE_GBRAID
The specified gbraid could not be decoded.
UNPARSEABLE_GBRAID = 40;
-
EXTERNALLY_ATTRIBUTED_CONVERSION_TYPE_NOT_PERMITTED_WITH_BRAID
public static final ConversionUploadErrorEnum.ConversionUploadError EXTERNALLY_ATTRIBUTED_CONVERSION_TYPE_NOT_PERMITTED_WITH_BRAID
Conversion types which use an external attribution model cannot be used with gbraid or wbraid.
EXTERNALLY_ATTRIBUTED_CONVERSION_TYPE_NOT_PERMITTED_WITH_BRAID = 41;
-
ONE_PER_CLICK_CONVERSION_ACTION_NOT_PERMITTED_WITH_BRAID
public static final ConversionUploadErrorEnum.ConversionUploadError ONE_PER_CLICK_CONVERSION_ACTION_NOT_PERMITTED_WITH_BRAID
Conversion actions which use the one-per-click counting type cannot be used with gbraid or wbraid.
ONE_PER_CLICK_CONVERSION_ACTION_NOT_PERMITTED_WITH_BRAID = 46;
-
UNRECOGNIZED
public static final ConversionUploadErrorEnum.ConversionUploadError UNRECOGNIZED
-
-
Field Detail
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUE
Enum unspecified.
UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUE
The received error code is not known in this version.
UNKNOWN = 1;- See Also:
- Constant Field Values
-
TOO_MANY_CONVERSIONS_IN_REQUEST_VALUE
public static final int TOO_MANY_CONVERSIONS_IN_REQUEST_VALUE
The request contained more than 2000 conversions.
TOO_MANY_CONVERSIONS_IN_REQUEST = 2;- See Also:
- Constant Field Values
-
UNPARSEABLE_GCLID_VALUE
public static final int UNPARSEABLE_GCLID_VALUE
The specified gclid could not be decoded.
UNPARSEABLE_GCLID = 3;- See Also:
- Constant Field Values
-
CONVERSION_PRECEDES_EVENT_VALUE
public static final int CONVERSION_PRECEDES_EVENT_VALUE
The specified conversion_date_time is before the event time associated with the given identifier or iOS URL parameter.
CONVERSION_PRECEDES_EVENT = 42;- See Also:
- Constant Field Values
-
EXPIRED_EVENT_VALUE
public static final int EXPIRED_EVENT_VALUE
The click associated with the given identifier or iOS URL parameter is either too old to be imported or occurred outside of the click through lookback window for the specified conversion action.
EXPIRED_EVENT = 43;- See Also:
- Constant Field Values
-
TOO_RECENT_EVENT_VALUE
public static final int TOO_RECENT_EVENT_VALUE
The click associated with the given identifier or iOS URL parameter occurred too recently. Please try uploading again after 6 hours have passed since the click occurred.
TOO_RECENT_EVENT = 44;- See Also:
- Constant Field Values
-
EVENT_NOT_FOUND_VALUE
public static final int EVENT_NOT_FOUND_VALUE
The click associated with the given identifier or iOS URL parameter could not be found in the system. This can happen if the identifier or iOS URL parameter are collected for non Google Ads clicks.
EVENT_NOT_FOUND = 45;- See Also:
- Constant Field Values
-
UNAUTHORIZED_CUSTOMER_VALUE
public static final int UNAUTHORIZED_CUSTOMER_VALUE
The click associated with the given identifier or iOS URL parameter is owned by a customer account that the uploading customer does not manage.
UNAUTHORIZED_CUSTOMER = 8;- See Also:
- Constant Field Values
-
INVALID_CONVERSION_ACTION_VALUE
public static final int INVALID_CONVERSION_ACTION_VALUE
No upload eligible conversion action that matches the provided information can be found for the customer.
INVALID_CONVERSION_ACTION = 9;- See Also:
- Constant Field Values
-
TOO_RECENT_CONVERSION_ACTION_VALUE
public static final int TOO_RECENT_CONVERSION_ACTION_VALUE
The specified conversion action was created too recently. Please try the upload again after 4-6 hours have passed since the conversion action was created.
TOO_RECENT_CONVERSION_ACTION = 10;- See Also:
- Constant Field Values
-
CONVERSION_TRACKING_NOT_ENABLED_AT_IMPRESSION_TIME_VALUE
public static final int CONVERSION_TRACKING_NOT_ENABLED_AT_IMPRESSION_TIME_VALUE
The click associated with the given identifier does not contain conversion tracking information.
CONVERSION_TRACKING_NOT_ENABLED_AT_IMPRESSION_TIME = 11;- See Also:
- Constant Field Values
-
EXTERNAL_ATTRIBUTION_DATA_SET_FOR_NON_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION_VALUE
public static final int EXTERNAL_ATTRIBUTION_DATA_SET_FOR_NON_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION_VALUE
The specified conversion action does not use an external attribution model, but external_attribution_data was set.
EXTERNAL_ATTRIBUTION_DATA_SET_FOR_NON_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION = 12;- See Also:
- Constant Field Values
-
EXTERNAL_ATTRIBUTION_DATA_NOT_SET_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION_VALUE
public static final int EXTERNAL_ATTRIBUTION_DATA_NOT_SET_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION_VALUE
The specified conversion action uses an external attribution model, but external_attribution_data or one of its contained fields was not set. Both external_attribution_credit and external_attribution_model must be set for externally attributed conversion actions.
EXTERNAL_ATTRIBUTION_DATA_NOT_SET_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION = 13;- See Also:
- Constant Field Values
-
ORDER_ID_NOT_PERMITTED_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION_VALUE
public static final int ORDER_ID_NOT_PERMITTED_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION_VALUE
Order IDs are not supported for conversion actions which use an external attribution model.
ORDER_ID_NOT_PERMITTED_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION = 14;- See Also:
- Constant Field Values
-
ORDER_ID_ALREADY_IN_USE_VALUE
public static final int ORDER_ID_ALREADY_IN_USE_VALUE
A conversion with the same order id and conversion action combination already exists in our system.
ORDER_ID_ALREADY_IN_USE = 15;- See Also:
- Constant Field Values
-
DUPLICATE_ORDER_ID_VALUE
public static final int DUPLICATE_ORDER_ID_VALUE
The request contained two or more conversions with the same order id and conversion action combination.
DUPLICATE_ORDER_ID = 16;- See Also:
- Constant Field Values
-
TOO_RECENT_CALL_VALUE
public static final int TOO_RECENT_CALL_VALUE
The call occurred too recently. Please try uploading again after 12 hours have passed since the call occurred.
TOO_RECENT_CALL = 17;- See Also:
- Constant Field Values
-
EXPIRED_CALL_VALUE
public static final int EXPIRED_CALL_VALUE
The click that initiated the call is too old for this conversion to be imported.
EXPIRED_CALL = 18;- See Also:
- Constant Field Values
-
CALL_NOT_FOUND_VALUE
public static final int CALL_NOT_FOUND_VALUE
The call or the click leading to the call was not found.
CALL_NOT_FOUND = 19;- See Also:
- Constant Field Values
-
CONVERSION_PRECEDES_CALL_VALUE
public static final int CONVERSION_PRECEDES_CALL_VALUE
The specified conversion_date_time is before the call_start_date_time.
CONVERSION_PRECEDES_CALL = 20;- See Also:
- Constant Field Values
-
CONVERSION_TRACKING_NOT_ENABLED_AT_CALL_TIME_VALUE
public static final int CONVERSION_TRACKING_NOT_ENABLED_AT_CALL_TIME_VALUE
The click associated with the call does not contain conversion tracking information.
CONVERSION_TRACKING_NOT_ENABLED_AT_CALL_TIME = 21;- See Also:
- Constant Field Values
-
UNPARSEABLE_CALLERS_PHONE_NUMBER_VALUE
public static final int UNPARSEABLE_CALLERS_PHONE_NUMBER_VALUE
The caller's phone number cannot be parsed. It should be formatted either as E.164 "+16502531234", International "+64 3-331 6005" or US national number "6502531234".
UNPARSEABLE_CALLERS_PHONE_NUMBER = 22;- See Also:
- Constant Field Values
-
CLICK_CONVERSION_ALREADY_EXISTS_VALUE
public static final int CLICK_CONVERSION_ALREADY_EXISTS_VALUE
A conversion with this timestamp already exists for this click. To upload another conversion, please use a different timestamp.
CLICK_CONVERSION_ALREADY_EXISTS = 23;- See Also:
- Constant Field Values
-
CALL_CONVERSION_ALREADY_EXISTS_VALUE
public static final int CALL_CONVERSION_ALREADY_EXISTS_VALUE
A conversion with this timestamp already exists for this call. To upload another conversion, please use a different timestamp.
CALL_CONVERSION_ALREADY_EXISTS = 24;- See Also:
- Constant Field Values
-
DUPLICATE_CLICK_CONVERSION_IN_REQUEST_VALUE
public static final int DUPLICATE_CLICK_CONVERSION_IN_REQUEST_VALUE
This conversion has the same click and timestamp as another conversion in the request. To upload another conversion for this click, please use a different timestamp.
DUPLICATE_CLICK_CONVERSION_IN_REQUEST = 25;- See Also:
- Constant Field Values
-
DUPLICATE_CALL_CONVERSION_IN_REQUEST_VALUE
public static final int DUPLICATE_CALL_CONVERSION_IN_REQUEST_VALUE
This conversion has the same call and timestamp as another conversion in the request. To upload another conversion for this call, please use a different timestamp.
DUPLICATE_CALL_CONVERSION_IN_REQUEST = 26;- See Also:
- Constant Field Values
-
CUSTOM_VARIABLE_NOT_ENABLED_VALUE
public static final int CUSTOM_VARIABLE_NOT_ENABLED_VALUE
The custom variable is not enabled.
CUSTOM_VARIABLE_NOT_ENABLED = 28;- See Also:
- Constant Field Values
-
CUSTOM_VARIABLE_VALUE_CONTAINS_PII_VALUE
public static final int CUSTOM_VARIABLE_VALUE_CONTAINS_PII_VALUE
The value of the custom variable contains private customer data, such as email addresses or phone numbers.
CUSTOM_VARIABLE_VALUE_CONTAINS_PII = 29;- See Also:
- Constant Field Values
-
INVALID_CUSTOMER_FOR_CLICK_VALUE
public static final int INVALID_CUSTOMER_FOR_CLICK_VALUE
The click associated with the given identifier or iOS URL parameter isn't from the account where conversion tracking is set up.
INVALID_CUSTOMER_FOR_CLICK = 30;- See Also:
- Constant Field Values
-
INVALID_CUSTOMER_FOR_CALL_VALUE
public static final int INVALID_CUSTOMER_FOR_CALL_VALUE
The click associated with the given call isn't from the account where conversion tracking is set up.
INVALID_CUSTOMER_FOR_CALL = 31;- See Also:
- Constant Field Values
-
CONVERSION_NOT_COMPLIANT_WITH_ATT_POLICY_VALUE
public static final int CONVERSION_NOT_COMPLIANT_WITH_ATT_POLICY_VALUE
The conversion can't be uploaded because the conversion source didn't comply with the App Tracking Transparency (ATT) policy or the person who converted didn't consent to tracking.
CONVERSION_NOT_COMPLIANT_WITH_ATT_POLICY = 32;- See Also:
- Constant Field Values
-
CLICK_NOT_FOUND_VALUE
public static final int CLICK_NOT_FOUND_VALUE
No click was found for the provided user identifiers that could be applied to the specified conversion action.
CLICK_NOT_FOUND = 33;- See Also:
- Constant Field Values
-
INVALID_USER_IDENTIFIER_VALUE
public static final int INVALID_USER_IDENTIFIER_VALUE
The provided user identifier is not a SHA-256 hash. It is either unhashed or hashed using a different hash function.
INVALID_USER_IDENTIFIER = 34;- See Also:
- Constant Field Values
-
EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION_NOT_PERMITTED_WITH_USER_IDENTIFIER_VALUE
public static final int EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION_NOT_PERMITTED_WITH_USER_IDENTIFIER_VALUE
Conversion actions which use an external attribution model cannot be used with UserIdentifier.
EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION_NOT_PERMITTED_WITH_USER_IDENTIFIER = 35;- See Also:
- Constant Field Values
-
UNSUPPORTED_USER_IDENTIFIER_VALUE
public static final int UNSUPPORTED_USER_IDENTIFIER_VALUE
The provided user identifier is not supported. ConversionUploadService only supports hashed_email and hashed_phone_number.
UNSUPPORTED_USER_IDENTIFIER = 36;- See Also:
- Constant Field Values
-
GBRAID_WBRAID_BOTH_SET_VALUE
public static final int GBRAID_WBRAID_BOTH_SET_VALUE
gbraid and wbraid are both set in the request. Only one is allowed.
GBRAID_WBRAID_BOTH_SET = 38;- See Also:
- Constant Field Values
-
UNPARSEABLE_WBRAID_VALUE
public static final int UNPARSEABLE_WBRAID_VALUE
The specified wbraid could not be decoded.
UNPARSEABLE_WBRAID = 39;- See Also:
- Constant Field Values
-
UNPARSEABLE_GBRAID_VALUE
public static final int UNPARSEABLE_GBRAID_VALUE
The specified gbraid could not be decoded.
UNPARSEABLE_GBRAID = 40;- See Also:
- Constant Field Values
-
EXTERNALLY_ATTRIBUTED_CONVERSION_TYPE_NOT_PERMITTED_WITH_BRAID_VALUE
public static final int EXTERNALLY_ATTRIBUTED_CONVERSION_TYPE_NOT_PERMITTED_WITH_BRAID_VALUE
Conversion types which use an external attribution model cannot be used with gbraid or wbraid.
EXTERNALLY_ATTRIBUTED_CONVERSION_TYPE_NOT_PERMITTED_WITH_BRAID = 41;- See Also:
- Constant Field Values
-
ONE_PER_CLICK_CONVERSION_ACTION_NOT_PERMITTED_WITH_BRAID_VALUE
public static final int ONE_PER_CLICK_CONVERSION_ACTION_NOT_PERMITTED_WITH_BRAID_VALUE
Conversion actions which use the one-per-click counting type cannot be used with gbraid or wbraid.
ONE_PER_CLICK_CONVERSION_ACTION_NOT_PERMITTED_WITH_BRAID = 46;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static ConversionUploadErrorEnum.ConversionUploadError[] 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 (ConversionUploadErrorEnum.ConversionUploadError c : ConversionUploadErrorEnum.ConversionUploadError.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ConversionUploadErrorEnum.ConversionUploadError 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 namejava.lang.NullPointerException- 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 public static ConversionUploadErrorEnum.ConversionUploadError 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 namejava.lang.NullPointerException- if the argument is null
-
forNumber
public static ConversionUploadErrorEnum.ConversionUploadError forNumber(int value)
- 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<ConversionUploadErrorEnum.ConversionUploadError> 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 ConversionUploadErrorEnum.ConversionUploadError 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 namejava.lang.NullPointerException- if the argument is null
-
-