Google Ads API Integration Error - GRPC Error

2024-04-12 Thread Márcio Duarte
Hi there, I'm trying to integrate with Google Ads API using the available .NET package (Google.Ads.GoogleAds latest version - 19.0.1) on a .NET 8 project. I'm setting up the API out of the samples provided, and currently getting a very generic GRPC error which I'm not able to figure out what

Re: Google Ads API Integration Error

2022-11-28 Thread Zweitze
This is C# / .NET library? Here are my suggestions to improve: GoogleAdsConfig config = new GoogleAdsConfig() { OAuth2Mode = Google.Ads.Gax.Config.OAuth2Flow.APPLICATION, OAuth2ClientId = secrets.ClientId, OAuth2ClientSecret =

Google Ads API Integration Error

2022-11-28 Thread Rama G
Hi , I am using the following authorization to access Google API GoogleAdsConfig config = new GoogleAdsConfig() { OAuth2Mode = Google.Ads.Gax.Config.OAuth2Flow.APPLICATION, OAuth2ClientId = secrets.ClientId, OAuth2ClientSecret =