Google Ads Data Manager V1 Client - Class ProcessingErrorReason (0.1.0)

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 \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PROCESSING_ERROR_REASON_UNSPECIFIED

Value: 0

The processing error reason is unknown.

Generated from protobuf enum PROCESSING_ERROR_REASON_UNSPECIFIED = 0;

PROCESSING_ERROR_REASON_INVALID_CUSTOM_VARIABLE

Value: 1

The custom variable is invalid.

Generated from protobuf enum PROCESSING_ERROR_REASON_INVALID_CUSTOM_VARIABLE = 1;

PROCESSING_ERROR_REASON_CUSTOM_VARIABLE_NOT_ENABLED

Value: 2

The 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: 3

The conversion is older than max supported age.

Generated from protobuf enum PROCESSING_ERROR_REASON_EVENT_TOO_OLD = 3;

Value: 4

The 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;

Value: 5

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

Generated from protobuf enum PROCESSING_ERROR_REASON_NO_CONSENT = 5;

Value: 6

The 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: 7

A 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: 8

A 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: 9

The gbraid could not be decoded.

Generated from protobuf enum PROCESSING_ERROR_REASON_INVALID_GBRAID = 9;

PROCESSING_ERROR_REASON_INVALID_GCLID

Value: 10

The google click ID could not be decoded.

Generated from protobuf enum PROCESSING_ERROR_REASON_INVALID_GCLID = 10;

PROCESSING_ERROR_REASON_INVALID_MERCHANT_ID

Value: 11

Merchant id contains non-digit characters.

Generated from protobuf enum PROCESSING_ERROR_REASON_INVALID_MERCHANT_ID = 11;

PROCESSING_ERROR_REASON_INVALID_WBRAID

Value: 12

The wbraid could not be decoded.

Generated from protobuf enum PROCESSING_ERROR_REASON_INVALID_WBRAID = 12;

PROCESSING_ERROR_REASON_INTERNAL_ERROR

Value: 13

Internal error.

Generated from protobuf enum PROCESSING_ERROR_REASON_INTERNAL_ERROR = 13;

PROCESSING_ERROR_REASON_DESTINATION_ACCOUNT_ENHANCED_CONVERSIONS_TERMS_NOT_SIGNED

Value: 14

Enhanced 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: 15

The event is invalid.

Generated from protobuf enum PROCESSING_ERROR_REASON_INVALID_EVENT = 15;

PROCESSING_ERROR_REASON_INSUFFICIENT_MATCHED_TRANSACTIONS

Value: 16

The 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: 17

The transactions are less than the minimum threshold.

Generated from protobuf enum PROCESSING_ERROR_REASON_INSUFFICIENT_TRANSACTIONS = 17;

PROCESSING_ERROR_REASON_INVALID_FORMAT

Value: 18

The event has format error.

Generated from protobuf enum PROCESSING_ERROR_REASON_INVALID_FORMAT = 18;

PROCESSING_ERROR_REASON_DECRYPTION_ERROR

Value: 19

The event has a decryption error.

Generated from protobuf enum PROCESSING_ERROR_REASON_DECRYPTION_ERROR = 19;

PROCESSING_ERROR_REASON_DEK_DECRYPTION_ERROR

Value: 20

The DEK failed to be decrypted.

Generated from protobuf enum PROCESSING_ERROR_REASON_DEK_DECRYPTION_ERROR = 20;

PROCESSING_ERROR_REASON_INVALID_WIP

Value: 21

The 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: 22

The 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: 23

The 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: 24

The 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: 27

The 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: 25

Failed 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: 26

The 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;