uploadConversionAdjustments for uploadCallConversions method.

2023-09-26 Thread Alexis S
Hello! Have successfully done an uploadConversionAdjustments for the uploadClickConversions method, and now need to do the same but for the uploadCallConversions method and it returns an error if used callerId instead of gclid. How can solve that? This is the way I did it for

Retrieve upload conversion report from API

2023-07-20 Thread Alexis S
Hello! I did an upload conversion to the Google Uploads API to this endpoint: https://googleads.googleapis.com/v12/customers/[CUSTOMER_ID]:uploadClickConversions The upload was executed but I lost the report that was created and if I execute it again I get an error that the upload has already

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

2023-03-07 Thread Alexis S
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",

Re: Error in uploadCallConversions with conversionAction

2023-03-07 Thread Alexis S
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"

Re: Error in uploadCallConversions with conversionAction

2023-03-06 Thread Alexis S
Related to the conversion id API call, we want to confirm that the url customers/{customer_id}/conversionActions/{ConversionType.conversion_type_id}, need to be populated with this values { "results": [ { "conversionAction": { "resourceName":

Error in uploadCallConversions with conversionAction

2023-03-06 Thread Alexis S
Good afternoon We are querying the Google Ads API and calling the uploadCallConversions method like this: https://googleads.googleapis.com/v13/customers/MYCUSTOMERID:uploadCallConversions { "conversions": [ { "callerId": "+01234567890", "callStartDateTime": "2023-03-05 09:55:00

Error in uploadCallConversions with conversionAction

2023-03-06 Thread Alexis S
Good afternoon We are querying the Google Ads API and calling the uploadCallConversions method like this: https://googleads.googleapis.com/v13/customers/MYCUSTOMERID:uploadCallConversions { "conversions": [ { "callerId": "+01234567890", "callStartDateTime":

Google Ads API for offline convertions

2023-03-03 Thread Alexis S
Good afternoon In order to provide information relative to offline convertions, we interact with the Google Ads Convertions web interace, uploading a CSV file. [image: uploading-conversions-60da093e70fa2.png] Now, we are looking options in order to automate the process doing some test