Hello everyone,

I'd like some help to figure out whats the issue regarding 
Services.V10.GoogleAdsService

The code is 

                var query =
                    @"SELECT
                            campaign.id,
                            campaign.name,
                            campaign.network_settings.target_content_network
                        FROM campaign
                        ORDER BY campaign.id";


                var googleAdsService = client.GetService(
                    Services.V10.GoogleAdsService);


                var responses = new List<SearchGoogleAdsStreamResponse>();
                googleAdsService.SearchStream(config.LinkedCustomerId, 
query,
                    delegate (SearchGoogleAdsStreamResponse resp)
                    {
                        responses.Add(resp);
                    }
                );

the response is 

Status(StatusCode="Internal", Detail="Internal error encountered.", 
DebugException="Grpc.Core.Internal.CoreErrorDetailException: 
{"created":"@1651062971.466000000","description":"Error received from peer 
ipv4:172.217.162.106:443","file":"..\..\..\src\core\lib\surface\call.cc","file_line":1070,"grpc_message":"Internal
 
error encountered.","grpc_status":13}")

Best regards
Cesar Garcia

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f2fda93f-fb83-4f64-a9e8-c7035d9aadeen%40googlegroups.com.

Reply via email to