AdWords API
Feedback on this document

type ConversionTrackingError (v201302)

An error that can occur during calls to the ConversionTypeService.


Namespace
https://adwords.google.com/api/adwords/cm/v201302
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.
ConversionTrackingError
reason ConversionTrackingError.Reason
Enumerations
ANALYTICS_NOT_ALLOWED
This user is not whitelisted for the import of Analytics goals and profiles, and yet requested to mutate an Analytics conversion type.
CANNOT_ADD_CONVERSION_TYPE_SUBCLASS
Cannot execute an ADD operation on this subclass of ConversionType (currently, only instances of AdWordsConversionType may be added).
CANNOT_CHANGE_APP_CONVERSION_TYPE
AppConversions cannot change app conversion types once it has been set.
CANNOT_CHANGE_APP_PLATFORM
AppConversions cannot change app platforms once it has been set.
CANNNOT_CHANGE_CONVERSION_SUBCLASS
Cannot change between subclasses of ConversionType
CANNOT_SET_HIDDEN_STATUS
If a conversion type's status is initially non-hidden, it may not be changed to Hidden; nor may hidden conversion types be created through the API. Hidden conversion types are typically created by backend processes.
CONVERSION_TYPE_NOT_FOUND
An attempt to access a conversion type failed because no conversion type with this ID exists for this account.
DOMAIN_EXCEPTION
An exception occurred in the domain layer during an attempt to process a ConversionTypeOperation.
DUPLICATE_APP_ID
The user specified two identical app ids when attempting to create or rename a conversion type.
DUPLICATE_NAME
The user specified two identical names when attempting to create or rename multiple conversion types.
EMAIL_FAILED
An error occurred while sending email.
EXCEEDED_CONVERSION_TYPE_LIMIT
The maximum number of active conversion types for this account has been exceeded.
ID_IS_NULL
The user requested to modify an existing conversion type, but did not supply an ID.
INVALID_APP_ID
App ids must adhere to valid Java package naming requirements.
INVALID_COLOR
The user entered an invalid background color. The background color must be a valid HTML hex color code, such as "99ccff".
INVALID_CONVERSION
The conversion given is invalid
INVALID_DATE_RANGE
The date range specified in the stats selector is invalid.
INVALID_EMAIL_ADDRESS
The email address of the sender or the recipient of a snippet email was invalid.
MUST_SET_APP_PLATFORM_AND_APP_CONVERSION_TYPE_TOGETHER
The AppPlatform and AppConversionType must be set at the same time. It is an error to set just one or the other.
NAME_ALREADY_EXISTS
The user attempted to create a new conversion type, or to rename an existing conversion type, whose new name matches one of the other conversion types for his account.
NO_RECIPIENTS
The user asked to send a notification email, but specified no recipients.
NO_SNIPPET
The requested conversion type has no snippet, and thus its snippet email cannot be sent.
REMARKETING_TYPE_NOT_ALLOWED
This user is not whitelisted user targeting and requested to mutate an Analytics conversion type.
TOO_MANY_WEBPAGES
The requested date range contains too many webpages to be processed.
UNKNOWN_SORTING_TYPE
An unknown sorting type was specified in the selector.

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.