Hi Hao,
Thank you for reaching out to Google Ads API support with your questions. The
API returns results in JSON, and you can process it however you wish.
With that being said, I was able to modify the GetKeywordStats.java sample to
print out the JSON of the stream with this modification:
for
Hi Team,
I have two questions on download spend data from Google Ads API:
1. how to save the SearchGoogleAdsStreamResponse as csv/jason file? tried
writeto function but seems not work
ServerStream stream =
googleAdsServiceClient.searchStreamCallable().call(request);
2. is there have volume