- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- CustomerClientLinkOperation
- MutateCustomerClientLinkResult
- Try it!
Creates or updates a customer client link. Operation statuses are returned.
List of thrown errors: AuthenticationError AuthorizationError DatabaseError FieldError FieldMaskError HeaderError InternalError ManagerLinkError MutateError NewResourceCreationError QuotaError RequestError
HTTP request
POST https://googleads.googleapis.com/v16/customers/{customerId}/customerClientLinks:mutate
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
customerId |
Required. The ID of the customer whose customer link are 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 individual CustomerClientLink. |
validateOnly |
If true, the request is validated but not executed. Only errors are returned, not results. |
Response body
Response message for a CustomerClientLink mutate.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"result": {
object ( |
Fields | |
---|---|
result |
A result that identifies the resource affected by the mutate request. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/adwords
For more information, see the OAuth 2.0 Overview.
CustomerClientLinkOperation
A single operation (create, update) on a CustomerClientLink.
JSON representation |
---|
{ "updateMask": string, // Union field |
Fields | |
---|---|
updateMask |
FieldMask that determines which resource fields are modified in an update. This is a comma-separated list of fully qualified names of fields. Example: |
Union field operation . The mutate operation. operation can be only one of the following: |
|
create |
Create operation: No resource name is expected for the new link. |
update |
Update operation: The link is expected to have a valid resource name. |
MutateCustomerClientLinkResult
The result for a single customer client link mutate.
JSON representation |
---|
{ "resourceName": string } |
Fields | |
---|---|
resourceName |
Returned for successful operations. |