We are getting INVALID_CONVERSION_ACTION when attempting to upload click 
conversions to some of the conversion actions in a MCC account with 
cross-account conversion tracking enabled. Most of the conversion actions 
work fine, but two always generate the INVALID_CONVERSION_ACTION error. All 
conversions are UPLOAD_CLICKS type. Below is the response log from one such 
request with private information removed.


POST /v10/customers/[MCC ID]/:uploadClickConversions HTTP/1.1
Host: googleads.googleapis.com
Accept: */*
Authorization: Bearer [token]
Content-Type: application/json
developer-token: [token]
login-customer-id:[MCC ID]
Content-Length: 2305
Expect: 100-continue

HTTP/1.1 200 OK
Request-Id: [REQUEST ID]
Content-Type: application/json; charset=UTF-8
Vary: X-Origin
Vary: Referer
Date: Sun, 24 Apr 2022 15:49:54 GMT
Server: ESF
Cache-Control: private
X-XSS-Protection: 0
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-Q050=":443"; 
ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; 
ma=2592000,quic=":443"; ma=2592000; v="46,43"
Accept-Ranges: none
Vary: Origin,Accept-Encoding
Transfer-Encoding: chunked

{
  "partialFailureError": {
    "code": 3,
    "message": "Multiple errors in ‘details’. First error: This customer 
does not have an import conversion action that matches the conversion 
action provided., at conversions[1].conversion_action",
    "details": [
      {
        "@type": 
"type.googleapis.com/google.ads.googleads.v10.errors.GoogleAdsFailure",
        "errors": [
          {
            "errorCode": {
              "conversionUploadError": "INVALID_CONVERSION_ACTION"
            },
            "message": "This customer does not have an import conversion 
action that matches the conversion action provided.",
            "trigger": {
              "stringValue": "customers/[MCC 
ID]/conversionActions/[CONVERSION ACTION ID]"
            },
            "location": {
              "fieldPathElements": [
                {
                  "fieldName": "conversions",
                  "index": 1
                },
                {
                  "fieldName": "conversion_action"
                }
              ]
            }
          },
          {
            "errorCode": {
              "conversionUploadError": "INVALID_CONVERSION_ACTION"
            },
            "message": "This customer does not have an import conversion 
action that matches the conversion action provided.",
            "trigger": {
              "stringValue": "customers/[MCC 
ID]/conversionActions/[CONVERSION ACTION ID]"
            },
            "location": {
              "fieldPathElements": [
                {
                  "fieldName": "conversions",
                  "index": 2
                },
                {
                  "fieldName": "conversion_action"
                }
              ]
            }
          },
          {
            "errorCode": {
              "conversionUploadError": "INVALID_CONVERSION_ACTION"
            },
            "message": "This customer does not have an import conversion 
action that matches the conversion action provided.",
            "trigger": {
              "stringValue": "customers/[MCC 
ID]/conversionActions/[CONVERSION ACTION ID]"
            },
            "location": {
              "fieldPathElements": [
                {
                  "fieldName": "conversions",
                  "index": 3
                },
                {
                  "fieldName": "conversion_action"
                }
              ]
            }
          },
          {
            "errorCode": {
              "conversionUploadError": "INVALID_CONVERSION_ACTION"
            },
            "message": "This customer does not have an import conversion 
action that matches the conversion action provided.",
            "trigger": {
              "stringValue": "customers/[MCC 
ID]/conversionActions/[CONVERSION ACTION ID]"
            },
            "location": {
              "fieldPathElements": [
                {
                  "fieldName": "conversions",
                  "index": 4
                },
                {
                  "fieldName": "conversion_action"
                }
              ]
            }
          },
          {
            "errorCode": {
              "conversionUploadError": "INVALID_CONVERSION_ACTION"
            },
            "message": "This customer does not have an import conversion 
action that matches the conversion action provided.",
            "trigger": {
              "stringValue": "customers/[MCC 
ID]/conversionActions/[CONVERSION ACTION ID]"
            },
            "location": {
              "fieldPathElements": [
                {
                  "fieldName": "conversions",
                  "index": 5
                },
                {
                  "fieldName": "conversion_action"
                }
              ]
            }
          },
          {
            "errorCode": {
              "conversionUploadError": "INVALID_CONVERSION_ACTION"
            },
            "message": "This customer does not have an import conversion 
action that matches the conversion action provided.",
            "trigger": {
              "stringValue": "customers/[MCC 
ID]/conversionActions/[CONVERSION ACTION ID]"
            },
            "location": {
              "fieldPathElements": [
                {
                  "fieldName": "conversions",
                  "index": 6
                },
                {
                  "fieldName": "conversion_action"
                }
              ]
            }
          },
          {
            "errorCode": {
              "conversionUploadError": "INVALID_CONVERSION_ACTION"
            },
            "message": "This customer does not have an import conversion 
action that matches the conversion action provided.",
            "trigger": {
              "stringValue": "customers/[MCC 
ID]/conversionActions/[CONVERSION ACTION ID]"
            },
            "location": {
              "fieldPathElements": [
                {
                  "fieldName": "conversions",
                  "index": 7
                },
                {
                  "fieldName": "conversion_action"
                }
              ]
            }
          },
          {
            "errorCode": {
              "conversionUploadError": "INVALID_CONVERSION_ACTION"
            },
            "message": "This customer does not have an import conversion 
action that matches the conversion action provided.",
            "trigger": {
              "stringValue": "customers/[MCC 
ID]/conversionActions/[CONVERSION ACTION ID]"
            },
            "location": {
              "fieldPathElements": [
                {
                  "fieldName": "conversions",
                  "index": 8
                },
                {
                  "fieldName": "conversion_action"
                }
              ]
            }
          },
          {
            "errorCode": {
              "conversionUploadError": "INVALID_CONVERSION_ACTION"
            },
            "message": "This customer does not have an import conversion 
action that matches the conversion action provided.",
            "trigger": {
              "stringValue": "customers/[MCC 
ID]/conversionActions/[CONVERSION ACTION ID]"
            },
            "location": {
              "fieldPathElements": [
                {
                  "fieldName": "conversions",
                  "index": 9
                },
                {
                  "fieldName": "conversion_action"
                }
              ]
            }
          }
        ]
      }
    ]
  }
}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/3c61736d-adcf-452c-a7e3-da05d4e54b34n%40googlegroups.com.
  • IN... outleads
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to