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/v201809/ConversionTrackerService?wsdl
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201809
- Operations
- Errors
-
- AppPostbackUrlError
- AuthenticationError
- AuthorizationError
- ClientTermsError
- ConversionTrackingError
- DatabaseError
- DateError
- DistinctError
- IdError
- InternalApiError
- NotEmptyError
- OperationAccessDenied
- OperatorError
- QueryError
- QuotaCheckError
- RangeError
- RateExceededError
- ReadOnlyError
- RejectedError
- RequestError
- RequiredError
- SelectorError
- SizeLimitError
- StringFormatError
- 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
|
|
The selector specifying the ConversionTrackers to return. |
Response
Field | Type | Description |
---|---|---|
rval
|
|
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. In order to 'disable' a conversion type, send a
SET
operation for the conversion tracker with the status
property set to DISABLED
You can mutate any ConversionTracker that belongs to your account. You may not mutate a ConversionTracker that belongs to some other account. You may not directly mutate a system-defined ConversionTracker, but you can create a mutable copy of it in your account by sending a mutate request with an ADD operation specifying an originalConversionTypeId matching a system-defined conversion tracker's ID. That new ADDed ConversionTracker will inherit the statistics and properties of the system-defined type, but will be editable as usual.
Parameters
Field | Type | Description |
---|---|---|
operations
|
|
A list of mutate operations to perform. |
Response
Field | Type | Description |
---|---|---|
rval
|
|
The list of the conversion trackers as they appear after mutation, in the same order as they appeared in the list of operations. |
query
Returns a list of conversion trackers that match the query.
Parameters
Field | Type | Description |
---|---|---|
query
|
|
The SQL-like AWQL query string. |
Response
Field | Type | Description |
---|---|---|
rval
|
|
A list of conversion trackers. |
Errors
Error | Reasons |
---|---|
AppPostbackUrlError
|
Errors returned when App Postback Url is invalid.
Enumerations
|
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
|
OperationAccessDenied
|
Operation not permitted due to the invoked service's access policy.
Enumerations
|
OperatorError
|
Errors due to the use of unsupported operations.
Enumerations
|
QueryError
|
A QueryError represents possible errors for query parsing and execution.
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
|
RejectedError
|
Indicates that a field was rejected due to compatibility issues.
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
|
StringFormatError
|
A list of error code for reporting invalid content of input strings.
Enumerations
|
StringLengthError
|
Errors associated with the length of the given string being
out of bounds.
Enumerations
|