Hide

type OfflineConversionError (v201502)

Errors that the OfflineConversionFeedService can throw.


Namespace
https://adwords.google.com/api/adwords/cm/v201502
Fields
Field Type Description
ApiError (inherited)
fieldPath xsd:string The OGNL field path to identify cause of error.
trigger xsd:string The data that caused the error.
errorString xsd:string A simple string representation of the error and reason.
ApiError.Type xsd:string Indicates that this instance is a subtype of ApiError. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.
OfflineConversionError
reason OfflineConversionError.Reason
Enumerations
UNPARSEABLE_GCLID
This google click ID could not be decoded.
CONVERSION_PRECEDES_CLICK
This conversion is reported to have happened before the click.
FUTURE_CONVERSION_TIME
You cannot set a future conversion time.
EXPIRED_CLICK
This click is either too old to be imported or occurred before the conversion window for the specified combination of conversion date and conversion name (default is 90 days).
TOO_RECENT_CLICK
This click occurred less than 24 hours ago, please try again after a day or so.
INVALID_CLICK
This click does not exist in the system. This can occur if google click ids are collected for non AdWords clicks (e.g. dart search).
UNAUTHORIZED_USER
This customer is trying to upload conversions for a different customer that it does not manage.
INVALID_CONVERSION_TYPE
This customer does not have an import conversion with a name that matches the label of this conversion.
CLICK_MISSING_CONVERSION_LABEL
Cannot process clicks that occurred when none of the effective conversion types in the account were enabled, to generate conversions.
UNKNOWN
Used for return value only. An enumeration could not be processed, typically due to incompatibility with your WSDL version.

Send feedback about...

AdWords API