Updates a customer. Operation statuses are returned.
List of thrown errors: AuthenticationError AuthorizationError DatabaseError FieldMaskError HeaderError InternalError QuotaError RequestError UrlFieldError
HTTP request
POST https://googleads.googleapis.com/v17/customers/{customerId}:mutate
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
customerId |
Required. The ID of the customer being modified. |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "operation": { object ( |
Fields | |
---|---|
operation |
Required. The operation to perform on the customer |
validateOnly |
If true, the request is validated but not executed. Only errors are returned, not results. |
responseContentType |
The response content type setting. Determines whether the mutable resource or just the resource name should be returned post mutation. |
Response body
Response message for customer mutate.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"result": {
object ( |
Fields | |
---|---|
result |
Result for the mutate. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/adwords
For more information, see the OAuth 2.0 Overview.