Hello

We are experiencing error Type: request_error    Code: UNKNOWN.
when accessing ads reporting.

Sample of our code

```
@start_date = "2023-03-07" @end_date = "2023-03-07" @customer_id = 
'1234567890' query = <<~QUERY SELECT metrics.cost_micros FROM customer 
WHERE segments.date >= '#{@start_date}' AND segments.date <= '#{@end_date}' 
QUERY @google_ads_service = RMDLGoogleAdsClient.service.google_ads response 
= @google_ads_service.search_stream(customer_id: @customer_id.to_s, query: 
query )
```

It was working fine for months, but we start getting that error.

Your support is highly appreciated.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/eec5ace7-d618-43f1-b70e-1987377840ecn%40googlegroups.com.

Reply via email to