Enum googapis::google::ads::googleads::v7::errors::conversion_upload_error_enum::ConversionUploadError[][src]

#[repr(i32)]
pub enum ConversionUploadError {
Show 25 variants Unspecified, Unknown, TooManyConversionsInRequest, UnparseableGclid, ConversionPrecedesGclid, ExpiredGclid, TooRecentGclid, GclidNotFound, UnauthorizedCustomer, InvalidConversionAction, TooRecentConversionAction, ConversionTrackingNotEnabledAtImpressionTime, ExternalAttributionDataSetForNonExternallyAttributedConversionAction, ExternalAttributionDataNotSetForExternallyAttributedConversionAction, OrderIdNotPermittedForExternallyAttributedConversionAction, OrderIdAlreadyInUse, DuplicateOrderId, TooRecentCall, ExpiredCall, CallNotFound, ConversionPrecedesCall, ConversionTrackingNotEnabledAtCallTime, UnparseableCallersPhoneNumber, CustomVariableNotEnabled, CustomVariableValueContainsPii,
}
Expand description

Enum describing possible conversion upload errors.

Variants

Unspecified

Enum unspecified.

Unknown

The received error code is not known in this version.

TooManyConversionsInRequest

The request contained more than 2000 conversions.

UnparseableGclid

The specified gclid could not be decoded.

ConversionPrecedesGclid

The specified conversion_date_time is before the event time associated with the given gclid.

ExpiredGclid

The click associated with the given gclid is either too old to be imported or occurred outside of the click through lookback window for the specified conversion action.

TooRecentGclid

The click associated with the given gclid occurred too recently. Please try uploading again after 6 hours have passed since the click occurred.

GclidNotFound

The click associated with the given gclid could not be found in the system. This can happen if Google Click IDs are collected for non Google Ads clicks.

UnauthorizedCustomer

The click associated with the given gclid is owned by a customer account that the uploading customer does not manage.

InvalidConversionAction

No upload eligible conversion action that matches the provided information can be found for the customer.

TooRecentConversionAction

The specified conversion action was created too recently. Please try the upload again after 4-6 hours have passed since the conversion action was created.

ConversionTrackingNotEnabledAtImpressionTime

The click associated with the given gclid does not contain conversion tracking information.

ExternalAttributionDataSetForNonExternallyAttributedConversionAction

The specified conversion action does not use an external attribution model, but external_attribution_data was set.

ExternalAttributionDataNotSetForExternallyAttributedConversionAction

The specified conversion action uses an external attribution model, but external_attribution_data or one of its contained fields was not set. Both external_attribution_credit and external_attribution_model must be set for externally attributed conversion actions.

OrderIdNotPermittedForExternallyAttributedConversionAction

Order IDs are not supported for conversion actions which use an external attribution model.

OrderIdAlreadyInUse

A conversion with the same order id and conversion action combination already exists in our system.

DuplicateOrderId

The request contained two or more conversions with the same order id and conversion action combination.

TooRecentCall

The call occurred too recently. Please try uploading again after 12 hours have passed since the call occurred.

ExpiredCall

The click that initiated the call is too old for this conversion to be imported.

CallNotFound

The call or the click leading to the call was not found.

ConversionPrecedesCall

The specified conversion_date_time is before the call_start_date_time.

ConversionTrackingNotEnabledAtCallTime

The click associated with the call does not contain conversion tracking information.

UnparseableCallersPhoneNumber

The caller’s phone number cannot be parsed. It should be formatted either as E.164 “+16502531234”, International “+64 3-331 6005” or US national number “6502531234”.

CustomVariableNotEnabled

The custom variable is not enabled.

CustomVariableValueContainsPii

The value of the custom variable contains private customer data, such as email addresses or phone numbers.

Implementations

Returns true if value is a variant of ConversionUploadError.

Converts an i32 to a ConversionUploadError, or None if value is not a valid variant.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Performs the conversion.

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

Restrict a value to a certain interval. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Compare self to key and return true if they are equal.

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Wrap the input message T in a tonic::Request

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more