Enum ProcessingErrorReason
The processing error reason. New reasons may be added in the future.
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public enum ProcessingErrorReason
Fields
| Name | Description |
|---|---|
| AwsAuthFailed | The system failed to authenticate with AWS. |
| ClickNotFound | A corresponding click can't be found that matches the provided attributes. |
| ConversionPrecedesClick | The event timestamp on the event was earlier than the associated click. |
| 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. |
| EventIdDecodeError | The event ID (dclid or impression ID) cannot be decoded. |
| 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. |
| InvalidAdIdentifiers | There are ad identifiers that are invalid. |
| InvalidClick | The event can't be attributed to a click (GCLID). This may be because the click did not come from a Google Ads campaign, for example. |
| 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. |
| InvalidMobileIdFormat | The mobile ID format is invalid. |
| InvalidOperatingAccountForClick | The click from the event isn't associated with the
[ |
| 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. |
| MatchIdNotFound | The match ID can not be found. |
| NoConsent | Advertiser did not give 3P consent for the Ads core platform services. |
| OnePerClickConversionActionNotPermittedWithBraid | One-per-click conversion actions cannot be used with BRAIDs. |
| OriginalConversionsNotFound | The original conversions can't be found. |
| ProcessingErrorOperatingAccountMismatchForAdIdentifier | The user attempted to ingest events with an ad identifier that isn't from the operating account's ads. |
| TooRecentClick | The click occurred too recently. |
| 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. |
| UserIdNotFound | The user ID cannot be found. |
| UserIdNotFoundForDclid | The user ID can not be found for the DCLID. |
| UserIdNotFoundForGclid | The user ID can not be found for the GCLID. |
| UserIdNotFoundForImpressionId | The user ID cannot be found for the given impression ID. |
| UserIdNotFoundForMatchId | The user ID can not be found for the match ID. |
| 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. |