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!
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/24203e75-8d7b-4e3c-b288-094244559398n%40googlegroups.com.