Message: "The call or the click leading to the call was not found."

269 views
Skip to first unread message

Alexis S

unread,
Mar 7, 2023, 10:01:03 AM3/7/23
to Google Ads API and AdWords API Forum
Good morning!

I am making the following query to the API https://googleads.googleapis.com/v13/customers/MY_CUSTOMER_ID:uploadCallConversions

{
    "conversions": [
        {
            "callerId": "+01234567890",
            "callStartDateTime": "2023-03-03 09:50:00-05:00",
            "conversionAction": "customers/MY_CUSTOMER_ID/conversionActions/CONVERSION_ACTION_ID",
            "conversionDateTime": "2023-03-03 09:55:00-05:00",
            "conversionValue": 80.50,
            "currencyCode": "USD"
        }
    ],
    "partialFailure": true,
    "validateOnly": true
}

and answer me the following message

{
    "partialFailureError": {
        "code": 3,
        "message": "The call or the click leading to the call was not found., at conversions[0].caller_id",
        "details": [
            {
                "@type": "type.googleapis.com/google.ads.googleads.v13.errors.GoogleAdsFailure",
                "errors": [
                    {
                        "errorCode": {
                            "conversionUploadError": "CALL_NOT_FOUND"
                        },
                        "message": "The call or the click leading to the call was not found.",
                        "trigger": {
                            "stringValue": "+01234567890"
                        },
                        "location": {
                            "fieldPathElements": [
                                {
                                    "fieldName": "conversions",
                                    "index": 0
                                },
                                {
                                    "fieldName": "caller_id"
                                }
                            ]
                        }
                    }
                ]
            }
        ]
    }
}

The dates are what I'm actually sending. Is it because I am giving a past date? Do I need to submit a clickID instead of a phone number? Or what is my mistake?

Thanks!

Google Ads API Forum Advisor

unread,
Mar 7, 2023, 3:39:38 PM3/7/23
to alesc...@gmail.com, adwor...@googlegroups.com

Hello Alexis,

Welcome to Google Ads API support team. Thank you for reaching out to us.

The CALL_NOT_FOUND error indicates that the system may not have recognized the call you are attempting to upload. That being said, could you provide more details on how or where you initially acquired the caller_id (ex. +12672695033) you used when uploading?

Moreover, for us to narrow down the issue and provide precise guidance, kindly share to us the complete request and response logs with request ID and request header generated on your end along with the screenshot of the equivalent data from UI.

Note that these logs can be requested or provided to the developer handling the Google Ads API transactions when logging of the API requests has been enabled. You may check here and click your client library for the specific guideline to enable it.

For REST interface requests, you can enable logging via the curl command by using the -i flag. This will cause the tool to include the HTTP response headers in the output.

You may send the requested details privately via "Reply To Author" option. If that option is not available, send it directly to googleadsa...@google.com alias instead.

Regards,

Google Logo Google Ads API Team


ref:_00D1U1174p._5004Q2jWtQa:ref
Reply all
Reply to author
Forward
0 new messages