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

Reference documentation and code samples for the Google Ads Data Manager V1 Client class ProcessingErrorReason.

The processing error reason.

New reasons may be added in the future.

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;

PROCESSING_ERROR_REASON_ONE_PER_CLICK_CONVERSION_ACTION_NOT_PERMITTED_WITH_BRAID

Value: 28

One-per-click conversion actions cannot be used with BRAIDs.

Generated from protobuf enum PROCESSING_ERROR_REASON_ONE_PER_CLICK_CONVERSION_ACTION_NOT_PERMITTED_WITH_BRAID = 28;

PROCESSING_ERROR_REASON_MATCH_ID_NOT_FOUND

Value: 29

The match ID can not be found.

Generated from protobuf enum PROCESSING_ERROR_REASON_MATCH_ID_NOT_FOUND = 29;

PROCESSING_ERROR_REASON_USER_ID_NOT_FOUND_FOR_MATCH_ID

Value: 30

The user ID can not be found for the match ID.

Generated from protobuf enum PROCESSING_ERROR_REASON_USER_ID_NOT_FOUND_FOR_MATCH_ID = 30;

PROCESSING_ERROR_REASON_USER_ID_NOT_FOUND_FOR_GCLID

Value: 31

The user ID can not be found for the GCLID.

Generated from protobuf enum PROCESSING_ERROR_REASON_USER_ID_NOT_FOUND_FOR_GCLID = 31;

PROCESSING_ERROR_REASON_USER_ID_NOT_FOUND_FOR_DCLID

Value: 32

The user ID can not be found for the DCLID.

Generated from protobuf enum PROCESSING_ERROR_REASON_USER_ID_NOT_FOUND_FOR_DCLID = 32;

PROCESSING_ERROR_REASON_INVALID_AD_IDENTIFIERS

Value: 33

There are ad identifiers that are invalid.

Generated from protobuf enum PROCESSING_ERROR_REASON_INVALID_AD_IDENTIFIERS = 33;

PROCESSING_ERROR_REASON_INVALID_MOBILE_ID_FORMAT

Value: 34

The mobile ID format is invalid.

Generated from protobuf enum PROCESSING_ERROR_REASON_INVALID_MOBILE_ID_FORMAT = 34;

PROCESSING_ERROR_REASON_ORIGINAL_CONVERSIONS_NOT_FOUND

Value: 35

The original conversions can't be found.

Generated from protobuf enum PROCESSING_ERROR_REASON_ORIGINAL_CONVERSIONS_NOT_FOUND = 35;

PROCESSING_ERROR_REASON_EVENT_ID_DECODE_ERROR

Value: 36

The event ID (dclid or impression ID) cannot be decoded.

Generated from protobuf enum PROCESSING_ERROR_REASON_EVENT_ID_DECODE_ERROR = 36;

PROCESSING_ERROR_REASON_USER_ID_NOT_FOUND_FOR_IMPRESSION_ID

Value: 37

The user ID cannot be found for the given impression ID.

Generated from protobuf enum PROCESSING_ERROR_REASON_USER_ID_NOT_FOUND_FOR_IMPRESSION_ID = 37;

PROCESSING_ERROR_REASON_USER_ID_NOT_FOUND

Value: 38

The user ID cannot be found.

Generated from protobuf enum PROCESSING_ERROR_REASON_USER_ID_NOT_FOUND = 38;

PROCESSING_ERROR_REASON_CONVERSION_PRECEDES_CLICK

Value: 39

The event timestamp on the event was earlier than the associated click.

Generated from protobuf enum PROCESSING_ERROR_REASON_CONVERSION_PRECEDES_CLICK = 39;

PROCESSING_ERROR_REASON_TOO_RECENT_CLICK

Value: 40

The click occurred too recently.

Generated from protobuf enum PROCESSING_ERROR_REASON_TOO_RECENT_CLICK = 40;

PROCESSING_ERROR_REASON_INVALID_CLICK

Value: 41

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.

Generated from protobuf enum PROCESSING_ERROR_REASON_INVALID_CLICK = 41;

PROCESSING_ERROR_REASON_INVALID_OPERATING_ACCOUNT_FOR_CLICK

Value: 42

The click from the event isn't associated with the operating_account of the destination.

Generated from protobuf enum PROCESSING_ERROR_REASON_INVALID_OPERATING_ACCOUNT_FOR_CLICK = 42;

PROCESSING_ERROR_REASON_CLICK_NOT_FOUND

Value: 43

A corresponding click can't be found that matches the provided attributes.

Generated from protobuf enum PROCESSING_ERROR_REASON_CLICK_NOT_FOUND = 43;