Offline conversion upload test account

2020-07-06 Thread Michel Baretti
Hi, I am trying to use the Google Ads Api, with a test account. I am receiving this error. *The click or call is owned by a customer account that the uploading customer does not manage.* How do I generate a gclid for a test account?? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Setting up Google ADS API for the offline conversion upload service

2020-07-21 Thread Michel Baretti
Hi, I am receiving the same error. Is there any problem with this service? El viernes, 17 de julio de 2020 a las 20:52:16 UTC+2, adsapiforumadvisor escribió: > Hi Pablo, > > Thank you for reaching out. You would need to upload the click conversion > to the account that contains the conversion

Re: Setting up Google ADS API for the offline conversion upload service

2020-07-21 Thread Michel Baretti
In this page, in the URL, there is a parameter ctId. You can check if correct, calling the conversionActionServiceClient.getConversionAction El martes, 21 de julio de 2020 a las 15:41:08 UTC+2, reket...@gmail.com escribió: > Hi there, > > Apparently I am using conversion_id and not conversion_

Re: Setting up Google ADS API for the offline conversion upload service

2020-07-21 Thread Michel Baretti
is, where can I find information about this parameters in > the URL? > ocid > ctId > euid > u > uscid > c > authuser=0 > subid > > Best, > > Pablo > > > > > > El martes, 21 de julio de 2020, 15:48:48 (UTC+2), Michel Baretti escribió: >

Re: Setting up Google ADS API for the offline conversion upload service

2020-07-22 Thread Michel Baretti
Hi Xiaoming, Again, I take the number from de URL, and use the service conversionActionServiceClient.getConversionAction and works. It's returns the conversion action. There isn't the conversion action id who the Google Ads API requires in the Google Ads account -> TOOLS & SETTINGS -> Conversi

Re: Setting up Google ADS API for the offline conversion upload service

2020-07-22 Thread Michel Baretti
Hi, but I do not understand. I did a customerServiceClient.getCustomer. I can recover the ConversionTrackingId, its the same the tab Tag setup, in TOOLS & SETTINGS -> Conversion. But the crossAccountConversionTrackingId it's null. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: Setting up Google ADS API for the offline conversion upload service

2020-07-22 Thread Michel Baretti
onActionResourceName)) .. .build(); conversionUploadServiceClient.uploadClickConversions(Long.toString( ? ),ImmutableList.of(clickConversion),true,false); El miércoles, 22 de julio de 2020 a las 14:50:52 UTC+2, Michel Baretti escribió: > Hi, but I do no

Re: Setting up Google ADS API for the offline conversion upload service

2020-07-22 Thread Michel Baretti
Hi, I have not been able to retrieve the crossAccountConversionTrackingId. I fetch the customer resource. In all my customers the crossAccountConversionTrackingId is null. How can I generate the crossAccountConversionTrackingId?