Enum ProcessingErrorReason
The processing error reason.
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public enum ProcessingErrorReason
Fields
| Name | Description |
|---|---|
| CustomVariableNotEnabled | The status of the custom variable is not enabled. |
| DecryptionError | The event has a decryption error. |
| DekDecryptionError | The DEK failed to be decrypted. |
| DeniedConsent | The ad user data is denied, either by the user or in the advertiser default settings. |
| DestinationAccountEnhancedConversionsTermsNotSigned | Enhanced conversions terms are not signed in the destination account. |
| DuplicateGclid | A conversion with the same GCLID and conversion time already exists in the system. |
| DuplicateTransactionId | A conversion with the same order id and conversion action combination was already uploaded. |
| EventTooOld | The conversion is older than max supported age. |
| InsufficientMatchedTransactions | The matched transactions are less than the minimum threshold. |
| InsufficientTransactions | The transactions are less than the minimum threshold. |
| InternalError | Internal error. |
| InvalidCustomVariable | The custom variable is invalid. |
| InvalidEvent | The event is invalid. |
| InvalidFormat | The event has format error. |
| InvalidGbraid | The gbraid could not be decoded. |
| InvalidGclid | The google click ID could not be decoded. |
| InvalidKek | The KEK cannot decrypt data because it is the wrong KEK, or it does not exist. |
| InvalidMerchantId | Merchant id contains non-digit characters. |
| InvalidWbraid | The wbraid could not be decoded. |
| InvalidWip | The WIP is formatted incorrectly or the WIP does not exist. |
| KekPermissionDenied | The system did not have the permissions needed to access the KEK. |
| NoConsent | Advertiser did not give 3P consent for the Ads core platform services. |
| ProcessingErrorOperatingAccountMismatchForAdIdentifier | The user attempted to ingest events with an ad identifier that isn't from the operating account's ads. |
| UnknownConsent | The overall consent (determined from row level consent, request level consent, and account settings) could not be determined for this user |
| Unspecified | The processing error reason is unknown. |
| UserIdentifierDecryptionError | Failed to decrypt the [UserIdentifier][google.ads.datamanager.v1.UserIdentifier] data using the DEK. |
| WipAuthFailed | The WIP could not be used because it was rejected by its attestation condition. |