Hi there,
I was using GAQL in SearchGoogleAdsStreamRequest, selecting from `ad_group_ad_asset_view`.
One issue was that, when the SELECTed fields and the WHERE clause contained a `segments` field , some ad assets disappear from the response.
Here are the queries I tried.
Query without segment fields which result in 1 row in the response
```
Query with `segments.ad_network_type` which result in no row in the response
```
```
It only applied to specific ad asset. Please let me know how to properly include sensitive values like the IDs of the ad, ad asset, and the customer account to reproduce the issue.
Also, I was using Python. If necessary, I can share the Python code with you.
Looking forward to your response.
Regards,
Zhe