RE: Download spend data from Google Ads API

2021-11-24 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
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

Download spend data from Google Ads API

2021-11-23 Thread 'Hao Long' via AdWords API and Google Ads API Forum
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