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
> > Hello, I am back with a new questions regarding the same issue. I managed to resolve the initial error "Failed to connect to all addresses", but now I hit a new issue. I have two ways of defining a googleAdsClient and calling the UploadClickConversions: *First method* Goo

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
Thank you for your answe. I need to accessmthod UploadClickConversion(UploadClickConversionRequest). I found all the examples from the C# library, also found the one with the ConversionAction. I did not find any example on the web that could help me create and authorize a ConversionUploadServic

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