Re: errors with the conversionuploadservice and mcc accounts

2024-08-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, We're happy that the issue has been resolved, and we appreciate the troubleshooting steps you provided. Let us know if you have any additional questions related to the Google Ads API and we will be glad to assist you. This message is in relation to case "ref:!00D1U01174p.!5004Q02vEfEl:ref"

Re: errors with the conversionuploadservice and mcc accounts

2024-08-22 Thread Gonzalo Rubio
Hi, Most of this thread was continued in private as we shared accounts IDs, but the issue is now finally solved due to a huge help from the Google Ads Support Team :) In case it helps someone suffering from the same issue in the future, I am leaving some troubleshooting tips that helped us:

Errors with the ConversionUploadService and MCC accounts

2024-08-07 Thread Gonzalo Rubio
service("ConversionActionService")click_conversion.conversion_action = conversion_action_service.conversion_action_path(client_id, conversion_action_id)click_conversion.gclid = 'Y'click_conversion.conversion_value = 0click_conversion.conversion_date_time = ('2024-08-07

Difference with ConversionUploadService and Google Sheets Import

2024-06-07 Thread Collin Weiwadel
Hello all, We are using the Import phone call conversions option with Google Sheets on a schedule, but want to move this to an automated job usi

Re: google ads api conversionuploadservice stopped getting erros on click_conversion_already_exists

2024-05-07 Thread gcp admin
Hi all, We too have been experiencing this issue for a while now. One day we stopped receiving the CLICK_CONVERSION_ALREADY_EXISTS for conversions already uploaded. Please can you advise as to whether this is something to be concerned about? Kind regards, Ben On Monday 11 March 2024 at 18:05:3

Insufficient scope when using ConversionUploadService

2024-04-26 Thread gcp admin
Hi, I've been using the Google Ads API to manage our accounts. I've been able to do things like download reports, edit campaign / ad group criteria just fine. However, I'm currently experiencing problems when trying to upload offline conversions. Using the same credentials as I've always (succ

Re: google ads api conversionuploadservice stopped getting erros on click_conversion_already_exists

2024-03-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for getting back to us. I will check with our team regarding your issue and one of my team members will reach out to you once we have an update on this. Meanwhile, your patience is highly appreciated. This message is in relation to case "ref:!00D1U01174p.!5004Q02rzixv:ref" (ADR-

Re: google ads api conversionuploadservice stopped getting erros on click_conversion_already_exists

2024-03-11 Thread סטס רוזנצוויג
Hey i send two the same message twice , as you can see there is the same gclid + conversion_date_time , and no error for them if you need more details let me know send 1--- Request customer_id: "xxx" conversions { gclid: "Cj0KCQiArrCvBhCNARIsAOkAGcWxgBtNhAXQxFyjdrpwKmsnjl1O7-VGa8L5zfHrzWPP0T

Re: google ads api conversionuploadservice stopped getting erros on click_conversion_already_exists

2024-03-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for getting back to us. By reviewing your concern, I understand that you are not getting any error when you are uploading the already existing click conversion with the same gclid and conversion_date_time. Could you please provide us with the below information so that we can inve

Re: google ads api conversionuploadservice stopped getting erros on click_conversion_already_exists

2024-03-07 Thread סטס רוזנצוויג
thanks for response , but my problem is that i am *not *getting errors on duplicate gclid+ conversion_date_time , its always passing ( this happens since 2024-03-03 ) before that its worked normally , we didnt upgraded our infra , using V16 version On Wednesday 6 March 2024 at 18:16:33 UTC+2

Google ads Api ConversionUploadService stopped getting erros on CLICK_CONVERSION_ALREADY_EXISTS

2024-03-06 Thread סטס רוזנצוויג
Hey i am using google ads api uploading conversions to ConversionUploadService , when i am uploading the same click_id and conversion_date_time i getting error in partial_failure_error message. CLICK_CONVERSION_ALREADY_EXISTS recently i noted that on some reason stopped to receive those

Re: Example for ConversionUploadService

2022-05-01 Thread ashish delacon
was this ever resolved? Because after proper logging with slf4j I can see the error, but the problem is that it keeps on retrying, and that's why the program does not ever proceed to the next line. How can this retrying be stopped? I am trying on v10 On Saturday, June 8, 2019 at 5:16:34 AM UTC+

Re: ConversionUploadService

2020-02-18 Thread Google Ads API Forum Advisor Prod
Hello, Could you please share the complete request and response logs along with the client customer id against which you are trying to make the API call? Also, please share the email address used while generating the OAuth2 credentials and the login customer id specified in the file for me to t

Re: ConversionUploadService

2020-02-16 Thread p clara
I already have added to my App.config file, still the error persists. I am using this library https://github.com/googleads/google-ads-dotnet/blob/master/src/App.config#L78 . Thank you. On Friday, February 14, 2020 at 10:07:15 PM UTC+2, adsapiforumadvisor wrote: > > Hello, > > The error means th

Re: ConversionUploadService

2020-02-14 Thread Google Ads API Forum Advisor Prod
Hello, The error means that the login customer id (the customer id of your manager account) must be specified in your properties file while making an API call against the client customer account. Please refer to this guide for more details related to this. Let me know if you need any additional

Re: ConversionUploadService

2020-02-14 Thread p clara
Yes, the steps used are the ones mentioned in the links above. Anyhow, I tried using the installed app flow with a new generated Client ID of type Other, as mentioned in the documentation here: https://developers.google.com/adwords/api/docs/guides/authentication#installed . The last error encou

Re: ConversionUploadService

2020-02-12 Thread Google Ads API Forum Advisor Prod
Hello, Could you please confirm if you are following the steps mentioned in this guide to access the AdWords API with service accounts. If yes, please refer to this section of the guide which will help you to configure the client library for your service account. The steps for .Net client libra

Re: ConversionUploadService

2020-02-12 Thread p clara
Thank you for your response. We generated new credentials and tried to use them is both ways described above and now we have another error: “Google.Apis.Auth.OAuth2.Responses.TokenResponseException: Error:"invalid_grant", Description:"Invalid grant: account not found". >From what I understand w

RE: ConversionUploadService

2020-02-11 Thread Google Ads API Forum Advisor Prod
Hello, >From the shared details, it looks like there could be an issue with your >OAuth2 Credentials. Could I please request regenerating a new set of >credentials by following this guide, update your ads.properties with the newly >created credentials and retry the request? Please give this a t

Re: ConversionUploadService

2020-02-11 Thread p clara
JsonPath = ""; ConversionUploadServiceClient client5 = googleAdsClient.GetService(Services.V2.ConversionUploadService); *Second method uses App.config for the googleAdsClient configuration* GoogleAdsClient googleAdsClient1 = new GoogleAdsClient(new Google.Ads.GoogleAds.Config.Goog

RE: ConversionUploadService

2020-02-05 Thread Google Ads API Forum Advisor Prod
Hello, Please use Reply privately to author option while sharing the details for investigation as requested in my previous email. Regards, Nikisha Patel, Google Ads API Team ref:_00D1U1174p._5001UUzynP:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https:

RE: ConversionUploadService

2020-02-05 Thread Google Ads API Forum Advisor Prod
Hello, Please find my response to your queries below. To authorize using a service account, please refer to this guide or detailed steps and information related to the same. We strongly recommend using OAuth2 installed app or web flow instead of service accounts unless you need a domain-specif

Re: ConversionUploadService

2020-02-05 Thread p clara
Another question is what fields from ClickConversion https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v2.services#google.ads.googleads.v2.services.ClickConversion are mandatory when sending a ConversionClickConversionRequest ? Thank you. On Tuesday, February 4,

Re: ConversionUploadService

2020-02-05 Thread p clara
ConversionUploadService with ServiceAccountCredentials and after that use the service to upload offline conversions using the method UploadClickConversions. I would appreciate any help you can provide. Another issue would be the proxy from the company. Every request sent is passed through the proxy and everytime I

RE: ConversionUploadService

2020-02-04 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for writing to us. Please refer to this code sample (available in all the client libraries) to add conversion actions via Google Ads API Beta for reference to create a service client for ConversionUploadService. You could also refer to the examples available in AdWords API for

ConversionUploadService

2020-02-03 Thread p clara
How do I make a successful call and how do I authorize and create a ConversionUploadServiceClient? I tried many ways, only get errors like "failed to connect to all addresses" -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.c

Re: Example for ConversionUploadService

2019-06-07 Thread Eeshan Kale
Hi Peter, Unfortunately I can't get the logs for that response to pop up. I am certain though the problem is with 'conversionUploadServiceClient.uploadClickConversions(clickConversionRequest)' since after this statement, the program flow stops proceeding. I am also seeing a vast number of comp

Re: Example for ConversionUploadService

2019-06-06 Thread Google Ads API Forum Advisor Prod
Hi Eeshan, Thank you for pointing out the exact issue and my apologies for missing it at the start. So I can better identify what may be causing the issue, could you provide any error strings or messages? Also, could you confirm if you have already enabled logging for your Java client library?

Re: Example for ConversionUploadService

2019-06-06 Thread Eeshan Kale
Hey Peter, No I don't think the core issue is due to logging unfortunately. It's the UploadClickConversionsResponse failing to upload the the entries that I plan on uploading (the new 'Mutate' method is uploadClickConversions correct? That step doesn't seem to be proceeding.) I'm still trying t

RE: Example for ConversionUploadService

2019-06-05 Thread Google Ads API Forum Advisor Prod
Hi Eeshan, Could you confirm if my understanding is correct that your concern is more on logging (using Java) important lines in the code? If yes, you may reach out to the Java client library owners directly via this link for further assistance. However, if you are getting errors on specific li

Example for ConversionUploadService

2019-06-05 Thread Eeshan Kale
ting off https://developers.google.com/adwords/api/docs/reference/v201809/OfflineConversionFeedService.OfflineConversionFeed and adapting https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.services#conversionuploadservice (as suggested in https://developers.google