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