curl --location 
'https://googleads.googleapis.com/v21/customers/customer-id/localServices:appendLeadConversation'
 
\
--header 'developer-token: my developer-token' \
--header 'Authorization: Bearer my-token' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'login-customer-id: mcc-id' \
--data '{
  "conversations": [
    {
      "localServicesLead": 
"customers/customer-id/localServicesLeads/lead-id",
      "text": "I have availability today (Tuesday) at 12:30 PM, 1:00 PM, 
1:30 PM, 2:00 PM, 2:30 PM, 3:30 PM, 4:00 PM, or 4:30 PM EDT. Would any of 
these times work for you?"
    }
  ]
}'

{
    "responses": [
        {
            "partialFailureError": {
                "code": 13,
                "message": "An internal error occurred.",
                "details": [
                    {
                        "@type": 
"type.googleapis.com/google.ads.googleads.v22.errors.GoogleAdsFailure",
                        "errors": [
                            {
                                "errorCode": {
                                    "internalError": "INTERNAL_ERROR"
                                },
                                "message": "An internal error occurred."
                            }
                        ]
                    }
                ]
            }
        }
    ]
}


facing issue since yesterday and also sometime empty reply given to lead as 
message,
kindly debug and fix the issue because we are missing live leads because of 
this issue.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"(Deprecated) 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 visit 
https://groups.google.com/d/msgid/adwords-api/3ee9eb68-9b60-421b-b6ca-50af13f62da2n%40googlegroups.com.

Reply via email to