Service to access basic details about any customer.
- Production WSDL
-
https://adwords.google.com/api/adwords/mcm/v201809/CustomerService?wsdl
- Namespace
-
https://adwords.google.com/api/adwords/mcm/v201809
- Operations
- Errors
-
- AuthenticationError
- AuthorizationError
- ClientTermsError
- CustomerError
- DatabaseError
- DistinctError
- IdError
- InternalApiError
- NotEmptyError
- NullError
- OperationAccessDenied
- OperatorError
- QuotaCheckError
- RangeError
- RateExceededError
- ReadOnlyError
- RejectedError
- RequestError
- RequiredError
- SizeLimitError
- StringFormatError
- StringLengthError
- UrlError
getCustomers
Returns details of all the customers directly accessible by the user authenticating the call.
Note: This method will return only test accounts if the developer token used has not been approved.
Starting with v201607, if clientCustomerId
is specified in the request
header, only details of that customer will be returned. To do this
for prior versions, use the get()
method instead.
Parameters
Field | Type | Description |
---|
Response
Field | Type | Description |
---|---|---|
rval
|
|
getServiceLinks
Retrieves the list of service links for the authorized customer. See ServiceType for information on the various linking types supported.
Parameters
Field | Type | Description |
---|---|---|
selector
|
|
describing which links to retrieve |
Response
Field | Type | Description |
---|---|---|
rval
|
|
mutate
Update the authorized customer.
While there are a limited set of properties available to update,
please read this help center
article on auto-tagging before updating customer.autoTaggingEnabled
.
Parameters
Field | Type | Description |
---|---|---|
customer
|
|
the requested updated value for the customer. |
Response
Field | Type | Description |
---|---|---|
rval
|
|
mutateServiceLinks
Modifies links to other services for the authorized customer. See ServiceType for information on the various linking types supported.
Parameters
Field | Type | Description |
---|---|---|
operations
|
|
to perform |
Response
Field | Type | Description |
---|---|---|
rval
|
|
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
|
CustomerError
|
Possible error codes in CustomerService.
Enumerations
|
DatabaseError
|
Errors that are thrown due to a database access problem.
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
|
NullError
|
Errors associated with violation of a NOT NULL 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
|
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
|
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
|
UrlError
|
Url Validation errors.
Enumerations
|