Use this service in conjunction with user list
criteria to display ads to users that have previously expressed interest
in your website. This style of advertising is called
remarketing.
A remarketing user list contains the list of users that have triggered a specific conversion event on your website.
A logical user list contains the set of users constructed by logically combining existing user lists.
External remarketing user lists expose user lists created using the DoubleClick platform and are only available for certain advertisers.
- Production WSDL
-
https://adwords.google.com/api/adwords/cm/v201209/UserListService?wsdl - Namespace
-
https://adwords.google.com/api/adwords/cm/v201209 - Operations
- Errors
get
Returns the list of user lists that meet the selector criteria.
Parameters
| Field | Type | Description |
|---|---|---|
| serviceSelector |
Selector
|
The selector specifying the UserLists to return. |
Response
| Field | Type | Description |
|---|---|---|
| rval |
UserListPage
|
A list of UserList entities which meet the selector criteria. |
mutate
Adds and updates user lists.
Note:
UserListOperation does not support the
REMOVE operator. To disable a user list, set its
UserListMembershipStatus to CLOSED.
Parameters
| Field | Type | Description |
|---|---|---|
| operations |
UserListOperation[]
|
The operations to apply. |
Response
| Field | Type | Description |
|---|---|---|
| rval |
UserListReturnValue
|
The mutated UserList entities. |
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
|
| DatabaseError | Errors that are thrown due to a database access problem. Enumerations
|
| DistinctError | Errors related to distinct ids or content. Enumerations
|
| InternalApiError | Indicates that a server-side error has occured. InternalApiErrors
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
|
| 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
|
| UserListError | Represents possible error codes in UserListService. Enumerations
|