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.",