Use this service to manage conversion trackers. A conversion tracker provides a snippet of code which records every time a user visits a page that contains it. The data this provides can be used to gauge the effectiveness of your ads and keywords.
- Production WSDL
-
https://adwords.google.com/api/adwords/cm/v201306/ConversionTrackerService?wsdl
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201306
- Operations
- Errors
-
- AuthenticationError
- AuthorizationError
- ClientTermsError
- ConversionTrackingError
- DatabaseError
- DateError
- DistinctError
- IdError
- InternalApiError
- NotEmptyError
- NotWhitelistedError
- OperationAccessDenied
- OperatorError
- QuotaCheckError
- RangeError
- RateExceededError
- ReadOnlyError
- RequestError
- RequiredError
- SelectorError
- SizeLimitError
- StringLengthError
get
Returns a list of the conversion trackers that match the selector. The actual objects contained in the page's list of entries will be specific subclasses of the abstract ConversionTracker class.
Parameters
Field | Type | Description |
---|---|---|
serviceSelector |
Selector
|
The selector specifying the ConversionTrackers to return. |
Response
Field | Type | Description |
---|---|---|
rval |
ConversionTrackerPage
|
List of conversion trackers specified by the selector. |
mutate
Applies the list of mutate operations such as adding or updating conversion trackers.
Note:
ConversionTrackerOperation does not support the
REMOVE
operator.
Parameters
Field | Type | Description |
---|---|---|
operations |
ConversionTrackerOperation[]
|
A list of mutate operations to perform. |
Response
Field | Type | Description |
---|---|---|
rval |
ConversionTrackerReturnValue
|
The list of the conversion trackers as they appear after mutation, in the same order as they appeared in the list of operations. |
Errors
Error | Reasons |
---|---|
AuthenticationError | Errors returned when Authentication failed. Enumerations
|
AuthorizationError | Errors encountered when trying to authorize a user. Enumerations
|
ClientTermsError | Error due to user not accepting the AdWords terms of service. Enumerations
|
ConversionTrackingError | An error that can occur during calls to the ConversionTypeService. Enumerations
|
DatabaseError | Errors that are thrown due to a database access problem. Enumerations
|
DateError | Errors associated with invalid dates and date ranges. Enumerations
|
DistinctError | Errors related to distinct ids or content. Enumerations
|
IdError | Errors associated with the ids. Enumerations
|
InternalApiError | Indicates that a server-side error has occured. InternalApiError s
are generally not the result of an invalid request or message sent by the
client.Enumerations
|
NotEmptyError | Errors corresponding with violation of a NOT EMPTY check. Enumerations
|
NotWhitelistedError | Indicates that the customer is not whitelisted for accessing the API. Enumerations
|
OperationAccessDenied | Operation not permitted due to the invoked service's access policy. Enumerations
|
OperatorError | Errors due to the use of unsupported operations. Enumerations
|
QuotaCheckError | Encapsulates the errors thrown during developer quota checks. Enumerations
|
RangeError | A list of all errors associated with the Range constraint. Enumerations
|
RateExceededError | Signals that a call failed because a measured rate exceeded. Enumerations
|
ReadOnlyError | Errors from attempting to write to read-only fields. Enumerations
|
RequestError | Encapsulates the generic errors thrown when there's an error with user
request. Enumerations
|
RequiredError | Errors due to missing required field. Enumerations
|
SelectorError | Represents possible error codes for Selector. Enumerations
|
SizeLimitError | Indicates that the number of entries in the request or response exceeds the system limit. Enumerations
|
StringLengthError | Errors associated with the length of the given string being
out of bounds. Enumerations
|