Was your question answered? Please rate your experience with us by taking a short survey.
If not -- reply to this email and tell us what else we can do to help.
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
SearchGoogleAdsRequest request = new SearchGoogleAdsRequest(){Query = @"SELECTcustomer_client.resource_name,customer_client.client_customer,customer_client.level, customer_client.hidden,customer_client.levelFROM customer_client",CustomerId = CustomerDetails.Id.ToString()};PagedEnumerable<SearchGoogleAdsResponse, GoogleAdsRow> searchPagedResponse = googleAdsService.Search(request);foreach (SearchGoogleAdsResponse response in searchPagedResponse.AsRawResponses()){foreach (GoogleAdsRow googleAdsRow in response.Results){