Good afternoon.
We uploaded a call conversion using the Google Ads API and the Upload Call Conversion method (https://googleads.googleapis.com/v13/customers/[MY_CUSTOMER_ID]:uploadCallConversions), the upload was successful but when checking the interface from Google Ads is pending and waiting for us to apply the action. What we need to know is if we can apply the change directly when we upload from the query to the API without entering the interface. We've been looking in the documentation but haven't found anything yet.
The API query:
{
"conversions": [
{
"callerId": "+01234567890",
"callStartDateTime": "2023-03-14 20:45:00-05:00",
"conversionAction": "customers/[MY_CUSTOMER_ID]/conversionActions/[MY_CONVERSION_ID]",
"conversionDateTime": "2023-03-09 23:50:00-05:00",
"conversionValue": 90.25,
"currencyCode": "USD"
}
],
"partialFailure": true,
"validateOnly": false
}
Thank you so much!