caller permission

2024-05-06 Thread ofir sabag
hey I'm trying to access the google ads api and manage data from manager account to his client accouts I'm using this code public List GetCampaigns(string accountId) { string query = @"SELECT campaign.id, campaign.name, campaign.network_

Caller permission

2024-04-24 Thread ofir sabag
I am trying to make a call to the ads api using the code piece this.ServiceClient.SearchStream(search.CustomerId, search.Query, delegate (SearchGoogleAdsStreamResponse resp) { foreach (GoogleAdsRow googleAdsRow in resp.Results) { Console.WriteLine("Campaign with ID {0} and name '{1}' was found.",

generating refresh token

2024-04-12 Thread ofir sabag
I'm attempting to connect to the Google Ads API using a C# library, but I'm struggling to understand how to generate an OAuth2 refresh token. I've read the documentation, which suggests using oauth2l, but I haven't been able to install it on my computer. Is there an alternative method to genera