GA4 .Net Console App error on Server

2023-06-14 Thread Rama G
Hi , I wrote following code to pull GA4 data through .Net core 3.1 App. The App works perfectly on VS, when I publish it to the server and run, threw the following error: Could not load file or assembly 'Google.Apis, Version=1.60.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab'. The

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 =