Querying to search_term_view successfully return response.
This is how the response is iterated:
ServerStream<SearchGoogleAdsStreamResponse> stream = ....;
for (SearchGoogleAdsStreamResponse response : stream) {
for (GoogleAdsRow googleAdsRow : response.getResultsList()) {
// ...
}
}
The problem is that it doesn't work for shopping campaigns. For shopping
campaigns, I could retrieve the ServerStream object but when I try to
iterate the stream it doesn't do anything. Though there is no exception.
Any help on how to work with shopping campaigns?
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
"AdWords API and Google Ads 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/79c1afac-0c55-4834-9504-a4e9a94cb43d%40googlegroups.com.