We are getting the above-referenced error when attempting to upload 
conversions to an account that's managed by a MCC account. We're using the 
MCC for the login-customer-id field and the ads account everywhere else. 
The account managing conversions seems to be the child ads account (not the 
MCC).

An example is request ID WzkP8QkfUSRuISwTFri24A with the following header 
and payload:

POST /v13/customers/{child account id}/:uploadClickConversions HTTP/1.1
Host: googleads.googleapis.com
Accept: */*
Authorization: Bearer {auth token}
Content-Type: application/json
developer-token: {dev token}
login-customer-id: {mcc account id}

{"partialFailure":true,"customer_id":"{child account 
id}","conversions":[{"gclid":"EAIaIQobChMI64SS2K_A_wIVFI_ICh31mgpTEAAYASAAEgKpSPD_BwE","conversion_date_time":"2023-06-19
 
13:12:37-00:00","conversion_action":"customers\/{child account 
id}\/conversionActions\/1034469558"},{"gclid":"EAIaIQobChMI64SS2K_A_wIVFI_ICh31mgpTEAAYASAAEgKpSPD_BwE","conversion_date_time":"2023-06-19
 
13:12:37-00:00","conversion_action":"customers\/{child account 
id}\/conversionActions\/1034469033"}]}


Here is the response received:

{
  "partialFailureError": {
    "code": 3,
    "message": "Multiple errors in ‘details’. First error: The click from 
the imported event is associated with a different Google Ads account. Make 
sure you're importing to the correct account., at conversions[0].gclid",
    "details": [
      {
        "@type": 
"type.googleapis.com/google.ads.googleads.v13.errors.GoogleAdsFailure",
        "errors": [
          {
            "errorCode": {
              "conversionUploadError": "INVALID_CUSTOMER_FOR_CLICK"
            },
            "message": "The click from the imported event is associated 
with a different Google Ads account. Make sure you're importing to the 
correct account.",
            "trigger": {
              "stringValue": 
"EAIaIQobChMI64SS2K_A_wIVFI_ICh31mgpTEAAYASAAEgKpSPD_BwE"
            },
            "location": {
              "fieldPathElements": [
                {
                  "fieldName": "conversions",
                  "index": 0
                },
                {
                  "fieldName": "gclid"
                }
              ]
            }
          },
          {
            "errorCode": {
              "conversionUploadError": "INVALID_CUSTOMER_FOR_CLICK"
            },
            "message": "The click from the imported event is associated 
with a different Google Ads account. Make sure you're importing to the 
correct account.",
            "trigger": {
              "stringValue": 
"EAIaIQobChMI64SS2K_A_wIVFI_ICh31mgpTEAAYASAAEgKpSPD_BwE"
            },
            "location": {
              "fieldPathElements": [
                {
                  "fieldName": "conversions",
                  "index": 1
                },
                {
                  "fieldName": "gclid"
                }
              ]
            }
          }
        ]
      }
    ]
  },
  "results": [
    {},
    {}
  ]
}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d3c6cff1-9c70-4fba-b89c-3d9e9d2c9818n%40googlegroups.com.

Reply via email to