Reference documentation and code samples for the Google Ads Data Manager V1 Client class ProcessingErrorReason.
The processing error reason.
Protobuf type google.ads.datamanager.v1.ProcessingErrorReason
Namespace
Google \ Ads \ DataManager \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
PROCESSING_ERROR_REASON_UNSPECIFIED
Value: 0The processing error reason is unknown.
Generated from protobuf enum PROCESSING_ERROR_REASON_UNSPECIFIED = 0;
PROCESSING_ERROR_REASON_INVALID_CUSTOM_VARIABLE
Value: 1The custom variable is invalid.
Generated from protobuf enum PROCESSING_ERROR_REASON_INVALID_CUSTOM_VARIABLE = 1;
PROCESSING_ERROR_REASON_CUSTOM_VARIABLE_NOT_ENABLED
Value: 2The status of the custom variable is not enabled.
Generated from protobuf enum PROCESSING_ERROR_REASON_CUSTOM_VARIABLE_NOT_ENABLED = 2;
PROCESSING_ERROR_REASON_EVENT_TOO_OLD
Value: 3The conversion is older than max supported age.
Generated from protobuf enum PROCESSING_ERROR_REASON_EVENT_TOO_OLD = 3;
PROCESSING_ERROR_REASON_DENIED_CONSENT
Value: 4The ad user data is denied, either by the user or in the advertiser default settings.
Generated from protobuf enum PROCESSING_ERROR_REASON_DENIED_CONSENT = 4;
PROCESSING_ERROR_REASON_NO_CONSENT
Value: 5Advertiser did not give 3P consent for the Ads core platform services.
Generated from protobuf enum PROCESSING_ERROR_REASON_NO_CONSENT = 5;
PROCESSING_ERROR_REASON_UNKNOWN_CONSENT
Value: 6The overall consent (determined from row level consent, request level consent, and account settings) could not be determined for this user
Generated from protobuf enum PROCESSING_ERROR_REASON_UNKNOWN_CONSENT = 6;
PROCESSING_ERROR_REASON_DUPLICATE_GCLID
Value: 7A conversion with the same GCLID and conversion time already exists in the system.
Generated from protobuf enum PROCESSING_ERROR_REASON_DUPLICATE_GCLID = 7;
PROCESSING_ERROR_REASON_DUPLICATE_TRANSACTION_ID
Value: 8A conversion with the same order id and conversion action combination was already uploaded.
Generated from protobuf enum PROCESSING_ERROR_REASON_DUPLICATE_TRANSACTION_ID = 8;
PROCESSING_ERROR_REASON_INVALID_GBRAID
Value: 9The gbraid could not be decoded.
Generated from protobuf enum PROCESSING_ERROR_REASON_INVALID_GBRAID = 9;
PROCESSING_ERROR_REASON_INVALID_GCLID
Value: 10The google click ID could not be decoded.
Generated from protobuf enum PROCESSING_ERROR_REASON_INVALID_GCLID = 10;
PROCESSING_ERROR_REASON_INVALID_MERCHANT_ID
Value: 11Merchant id contains non-digit characters.
Generated from protobuf enum PROCESSING_ERROR_REASON_INVALID_MERCHANT_ID = 11;
PROCESSING_ERROR_REASON_INVALID_WBRAID
Value: 12The wbraid could not be decoded.
Generated from protobuf enum PROCESSING_ERROR_REASON_INVALID_WBRAID = 12;
PROCESSING_ERROR_REASON_INTERNAL_ERROR
Value: 13Internal error.
Generated from protobuf enum PROCESSING_ERROR_REASON_INTERNAL_ERROR = 13;
PROCESSING_ERROR_REASON_DESTINATION_ACCOUNT_ENHANCED_CONVERSIONS_TERMS_NOT_SIGNED
Value: 14Enhanced conversions terms are not signed in the destination account.
Generated from protobuf enum PROCESSING_ERROR_REASON_DESTINATION_ACCOUNT_ENHANCED_CONVERSIONS_TERMS_NOT_SIGNED = 14;
PROCESSING_ERROR_REASON_INVALID_EVENT
Value: 15The event is invalid.
Generated from protobuf enum PROCESSING_ERROR_REASON_INVALID_EVENT = 15;
PROCESSING_ERROR_REASON_INSUFFICIENT_MATCHED_TRANSACTIONS
Value: 16The matched transactions are less than the minimum threshold.
Generated from protobuf enum PROCESSING_ERROR_REASON_INSUFFICIENT_MATCHED_TRANSACTIONS = 16;
PROCESSING_ERROR_REASON_INSUFFICIENT_TRANSACTIONS
Value: 17The transactions are less than the minimum threshold.
Generated from protobuf enum PROCESSING_ERROR_REASON_INSUFFICIENT_TRANSACTIONS = 17;
PROCESSING_ERROR_REASON_INVALID_FORMAT
Value: 18The event has format error.
Generated from protobuf enum PROCESSING_ERROR_REASON_INVALID_FORMAT = 18;
PROCESSING_ERROR_REASON_DECRYPTION_ERROR
Value: 19The event has a decryption error.
Generated from protobuf enum PROCESSING_ERROR_REASON_DECRYPTION_ERROR = 19;
PROCESSING_ERROR_REASON_DEK_DECRYPTION_ERROR
Value: 20The DEK failed to be decrypted.
Generated from protobuf enum PROCESSING_ERROR_REASON_DEK_DECRYPTION_ERROR = 20;
PROCESSING_ERROR_REASON_INVALID_WIP
Value: 21The WIP is formatted incorrectly or the WIP does not exist.
Generated from protobuf enum PROCESSING_ERROR_REASON_INVALID_WIP = 21;
PROCESSING_ERROR_REASON_INVALID_KEK
Value: 22The KEK cannot decrypt data because it is the wrong KEK, or it does not exist.
Generated from protobuf enum PROCESSING_ERROR_REASON_INVALID_KEK = 22;
PROCESSING_ERROR_REASON_WIP_AUTH_FAILED
Value: 23The WIP could not be used because it was rejected by its attestation condition.
Generated from protobuf enum PROCESSING_ERROR_REASON_WIP_AUTH_FAILED = 23;
PROCESSING_ERROR_REASON_KEK_PERMISSION_DENIED
Value: 24The system did not have the permissions needed to access the KEK.
Generated from protobuf enum PROCESSING_ERROR_REASON_KEK_PERMISSION_DENIED = 24;
PROCESSING_ERROR_REASON_AWS_AUTH_FAILED
Value: 27The system failed to authenticate with AWS.
Generated from protobuf enum PROCESSING_ERROR_REASON_AWS_AUTH_FAILED = 27;
PROCESSING_ERROR_REASON_USER_IDENTIFIER_DECRYPTION_ERROR
Value: 25Failed to decrypt the UserIdentifier data using the DEK.
Generated from protobuf enum PROCESSING_ERROR_REASON_USER_IDENTIFIER_DECRYPTION_ERROR = 25;
PROCESSING_ERROR_OPERATING_ACCOUNT_MISMATCH_FOR_AD_IDENTIFIER
Value: 26The user attempted to ingest events with an ad identifier that isn't from the operating account's ads.
Generated from protobuf enum PROCESSING_ERROR_OPERATING_ACCOUNT_MISMATCH_FOR_AD_IDENTIFIER = 26;