Enum ProcessingErrorReason (0.1.0)

public enum ProcessingErrorReason extends Enum<ProcessingErrorReason> implements ProtocolMessageEnum

The processing error reason.

Protobuf enum google.ads.datamanager.v1.ProcessingErrorReason

Implements

ProtocolMessageEnum

Static Fields

Name Description
PROCESSING_ERROR_OPERATING_ACCOUNT_MISMATCH_FOR_AD_IDENTIFIER

The user attempted to ingest events with an ad identifier that isn't from the operating account's ads.

PROCESSING_ERROR_OPERATING_ACCOUNT_MISMATCH_FOR_AD_IDENTIFIER = 26;

PROCESSING_ERROR_OPERATING_ACCOUNT_MISMATCH_FOR_AD_IDENTIFIER_VALUE

The user attempted to ingest events with an ad identifier that isn't from the operating account's ads.

PROCESSING_ERROR_OPERATING_ACCOUNT_MISMATCH_FOR_AD_IDENTIFIER = 26;

PROCESSING_ERROR_REASON_AWS_AUTH_FAILED

The system failed to authenticate with AWS.

PROCESSING_ERROR_REASON_AWS_AUTH_FAILED = 27;

PROCESSING_ERROR_REASON_AWS_AUTH_FAILED_VALUE

The system failed to authenticate with AWS.

PROCESSING_ERROR_REASON_AWS_AUTH_FAILED = 27;

PROCESSING_ERROR_REASON_CUSTOM_VARIABLE_NOT_ENABLED

The status of the custom variable is not enabled.

PROCESSING_ERROR_REASON_CUSTOM_VARIABLE_NOT_ENABLED = 2;

PROCESSING_ERROR_REASON_CUSTOM_VARIABLE_NOT_ENABLED_VALUE

The status of the custom variable is not enabled.

PROCESSING_ERROR_REASON_CUSTOM_VARIABLE_NOT_ENABLED = 2;

PROCESSING_ERROR_REASON_DECRYPTION_ERROR

The event has a decryption error.

PROCESSING_ERROR_REASON_DECRYPTION_ERROR = 19;

PROCESSING_ERROR_REASON_DECRYPTION_ERROR_VALUE

The event has a decryption error.

PROCESSING_ERROR_REASON_DECRYPTION_ERROR = 19;

PROCESSING_ERROR_REASON_DEK_DECRYPTION_ERROR

The DEK failed to be decrypted.

PROCESSING_ERROR_REASON_DEK_DECRYPTION_ERROR = 20;

PROCESSING_ERROR_REASON_DEK_DECRYPTION_ERROR_VALUE

The DEK failed to be decrypted.

PROCESSING_ERROR_REASON_DEK_DECRYPTION_ERROR = 20;

The ad user data is denied, either by the user or in the advertiser default settings.

PROCESSING_ERROR_REASON_DENIED_CONSENT = 4;

The ad user data is denied, either by the user or in the advertiser default settings.

PROCESSING_ERROR_REASON_DENIED_CONSENT = 4;

PROCESSING_ERROR_REASON_DESTINATION_ACCOUNT_ENHANCED_CONVERSIONS_TERMS_NOT_SIGNED

Enhanced conversions terms are not signed in the destination account.

PROCESSING_ERROR_REASON_DESTINATION_ACCOUNT_ENHANCED_CONVERSIONS_TERMS_NOT_SIGNED = 14;

PROCESSING_ERROR_REASON_DESTINATION_ACCOUNT_ENHANCED_CONVERSIONS_TERMS_NOT_SIGNED_VALUE

Enhanced conversions terms are not signed in the destination account.

PROCESSING_ERROR_REASON_DESTINATION_ACCOUNT_ENHANCED_CONVERSIONS_TERMS_NOT_SIGNED = 14;

PROCESSING_ERROR_REASON_DUPLICATE_GCLID

A conversion with the same GCLID and conversion time already exists in the system.

PROCESSING_ERROR_REASON_DUPLICATE_GCLID = 7;

PROCESSING_ERROR_REASON_DUPLICATE_GCLID_VALUE

A conversion with the same GCLID and conversion time already exists in the system.

PROCESSING_ERROR_REASON_DUPLICATE_GCLID = 7;

PROCESSING_ERROR_REASON_DUPLICATE_TRANSACTION_ID

A conversion with the same order id and conversion action combination was already uploaded.

PROCESSING_ERROR_REASON_DUPLICATE_TRANSACTION_ID = 8;

PROCESSING_ERROR_REASON_DUPLICATE_TRANSACTION_ID_VALUE

A conversion with the same order id and conversion action combination was already uploaded.

PROCESSING_ERROR_REASON_DUPLICATE_TRANSACTION_ID = 8;

PROCESSING_ERROR_REASON_EVENT_TOO_OLD

The conversion is older than max supported age.

PROCESSING_ERROR_REASON_EVENT_TOO_OLD = 3;

PROCESSING_ERROR_REASON_EVENT_TOO_OLD_VALUE

The conversion is older than max supported age.

PROCESSING_ERROR_REASON_EVENT_TOO_OLD = 3;

PROCESSING_ERROR_REASON_INSUFFICIENT_MATCHED_TRANSACTIONS

The matched transactions are less than the minimum threshold.

PROCESSING_ERROR_REASON_INSUFFICIENT_MATCHED_TRANSACTIONS = 16;

PROCESSING_ERROR_REASON_INSUFFICIENT_MATCHED_TRANSACTIONS_VALUE

The matched transactions are less than the minimum threshold.

PROCESSING_ERROR_REASON_INSUFFICIENT_MATCHED_TRANSACTIONS = 16;

PROCESSING_ERROR_REASON_INSUFFICIENT_TRANSACTIONS

The transactions are less than the minimum threshold.

PROCESSING_ERROR_REASON_INSUFFICIENT_TRANSACTIONS = 17;

PROCESSING_ERROR_REASON_INSUFFICIENT_TRANSACTIONS_VALUE

The transactions are less than the minimum threshold.

PROCESSING_ERROR_REASON_INSUFFICIENT_TRANSACTIONS = 17;

PROCESSING_ERROR_REASON_INTERNAL_ERROR

Internal error.

PROCESSING_ERROR_REASON_INTERNAL_ERROR = 13;

PROCESSING_ERROR_REASON_INTERNAL_ERROR_VALUE

Internal error.

PROCESSING_ERROR_REASON_INTERNAL_ERROR = 13;

PROCESSING_ERROR_REASON_INVALID_CUSTOM_VARIABLE

The custom variable is invalid.

PROCESSING_ERROR_REASON_INVALID_CUSTOM_VARIABLE = 1;

PROCESSING_ERROR_REASON_INVALID_CUSTOM_VARIABLE_VALUE

The custom variable is invalid.

PROCESSING_ERROR_REASON_INVALID_CUSTOM_VARIABLE = 1;

PROCESSING_ERROR_REASON_INVALID_EVENT

The event is invalid.

PROCESSING_ERROR_REASON_INVALID_EVENT = 15;

PROCESSING_ERROR_REASON_INVALID_EVENT_VALUE

The event is invalid.

PROCESSING_ERROR_REASON_INVALID_EVENT = 15;

PROCESSING_ERROR_REASON_INVALID_FORMAT

The event has format error.

PROCESSING_ERROR_REASON_INVALID_FORMAT = 18;

PROCESSING_ERROR_REASON_INVALID_FORMAT_VALUE

The event has format error.

PROCESSING_ERROR_REASON_INVALID_FORMAT = 18;

PROCESSING_ERROR_REASON_INVALID_GBRAID

The gbraid could not be decoded.

PROCESSING_ERROR_REASON_INVALID_GBRAID = 9;

PROCESSING_ERROR_REASON_INVALID_GBRAID_VALUE

The gbraid could not be decoded.

PROCESSING_ERROR_REASON_INVALID_GBRAID = 9;

PROCESSING_ERROR_REASON_INVALID_GCLID

The google click ID could not be decoded.

PROCESSING_ERROR_REASON_INVALID_GCLID = 10;

PROCESSING_ERROR_REASON_INVALID_GCLID_VALUE

The google click ID could not be decoded.

PROCESSING_ERROR_REASON_INVALID_GCLID = 10;

PROCESSING_ERROR_REASON_INVALID_KEK

The KEK cannot decrypt data because it is the wrong KEK, or it does not exist.

PROCESSING_ERROR_REASON_INVALID_KEK = 22;

PROCESSING_ERROR_REASON_INVALID_KEK_VALUE

The KEK cannot decrypt data because it is the wrong KEK, or it does not exist.

PROCESSING_ERROR_REASON_INVALID_KEK = 22;

PROCESSING_ERROR_REASON_INVALID_MERCHANT_ID

Merchant id contains non-digit characters.

PROCESSING_ERROR_REASON_INVALID_MERCHANT_ID = 11;

PROCESSING_ERROR_REASON_INVALID_MERCHANT_ID_VALUE

Merchant id contains non-digit characters.

PROCESSING_ERROR_REASON_INVALID_MERCHANT_ID = 11;

PROCESSING_ERROR_REASON_INVALID_WBRAID

The wbraid could not be decoded.

PROCESSING_ERROR_REASON_INVALID_WBRAID = 12;

PROCESSING_ERROR_REASON_INVALID_WBRAID_VALUE

The wbraid could not be decoded.

PROCESSING_ERROR_REASON_INVALID_WBRAID = 12;

PROCESSING_ERROR_REASON_INVALID_WIP

The WIP is formatted incorrectly or the WIP does not exist.

PROCESSING_ERROR_REASON_INVALID_WIP = 21;

PROCESSING_ERROR_REASON_INVALID_WIP_VALUE

The WIP is formatted incorrectly or the WIP does not exist.

PROCESSING_ERROR_REASON_INVALID_WIP = 21;

PROCESSING_ERROR_REASON_KEK_PERMISSION_DENIED

The system did not have the permissions needed to access the KEK.

PROCESSING_ERROR_REASON_KEK_PERMISSION_DENIED = 24;

PROCESSING_ERROR_REASON_KEK_PERMISSION_DENIED_VALUE

The system did not have the permissions needed to access the KEK.

PROCESSING_ERROR_REASON_KEK_PERMISSION_DENIED = 24;

Advertiser did not give 3P consent for the Ads core platform services.

PROCESSING_ERROR_REASON_NO_CONSENT = 5;

Advertiser did not give 3P consent for the Ads core platform services.

PROCESSING_ERROR_REASON_NO_CONSENT = 5;

The overall consent (determined from row level consent, request level consent, and account settings) could not be determined for this user

PROCESSING_ERROR_REASON_UNKNOWN_CONSENT = 6;

The overall consent (determined from row level consent, request level consent, and account settings) could not be determined for this user

PROCESSING_ERROR_REASON_UNKNOWN_CONSENT = 6;

PROCESSING_ERROR_REASON_UNSPECIFIED

The processing error reason is unknown.

PROCESSING_ERROR_REASON_UNSPECIFIED = 0;

PROCESSING_ERROR_REASON_UNSPECIFIED_VALUE

The processing error reason is unknown.

PROCESSING_ERROR_REASON_UNSPECIFIED = 0;

PROCESSING_ERROR_REASON_USER_IDENTIFIER_DECRYPTION_ERROR

Failed to decrypt the UserIdentifier data using the DEK.

PROCESSING_ERROR_REASON_USER_IDENTIFIER_DECRYPTION_ERROR = 25;

PROCESSING_ERROR_REASON_USER_IDENTIFIER_DECRYPTION_ERROR_VALUE

Failed to decrypt the UserIdentifier data using the DEK.

PROCESSING_ERROR_REASON_USER_IDENTIFIER_DECRYPTION_ERROR = 25;

PROCESSING_ERROR_REASON_WIP_AUTH_FAILED

The WIP could not be used because it was rejected by its attestation condition.

PROCESSING_ERROR_REASON_WIP_AUTH_FAILED = 23;

PROCESSING_ERROR_REASON_WIP_AUTH_FAILED_VALUE

The WIP could not be used because it was rejected by its attestation condition.

PROCESSING_ERROR_REASON_WIP_AUTH_FAILED = 23;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()