for (SearchGoogleAdsStreamResponse response : stream) {
for (GoogleAdsRow googleAdsRow : response.getResultsList()) {
System.out.println(googleAdsRow.getAllFields().toString());
}
}
For further assistance you may reach out to the Java Client Library Issue Tracker.
Here are listed the limitations on SearchStream.
Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google Ads API and AdWords API Annual Survey
Regards,
|
||||||