Hi,

I'm using the CustomerClientLinkOperation to request a new link in a 
customer account and keep running into an undocumented error:

My call looks like this:

https://googleads.googleapis.com/v6/customers/6511XXXXXX/customerClientLinks:mutate

{
"customerId": "6511XXXXXX",
"operation": {
"create": {
"clientCustomer": "customers/4291707582",
"status": "PENDING"
}
}
}


Error:

{
  "error": {
    "code": 400,
    "message": "Request contains an invalid argument.",
    "status": "INVALID_ARGUMENT",
    "details": [
      {
        "@type": 
"type.googleapis.com/google.ads.googleads.v6.errors.GoogleAdsFailure",
        "errors": [
          {
            "errorCode": {
              "managerLinkError": "*INVALID_CHANGE*"
            },
            "message": "*The change for mutate link is invalid.*",
            "location": {
              "fieldPathElements": [
                {
                  "fieldName": "operation"
                }
              ]
            }
          }
        ]
      }
    ]
  }
}

I'm authenticating with an MCC higher up the tree (of which 6511XXXXXX is a 
child), which should work.

I've tried a few permutations of this, but can't seem to resolve what's 
causing this error. I've got the same error using the PHP sdk.

Advice appreciated,  thanks!

Kevin

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/157d64dd-5e36-48c4-ac5e-faca289fef57n%40googlegroups.com.

Reply via email to