Google Ads: shopping data is missing from the query to search_term_view

37 views
Skip to first unread message

Kinjal

unread,
May 27, 2020, 6:18:03 AM5/27/20
to AdWords API and Google Ads API Forum
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?

Google Ads API Forum Advisor Prod

unread,
May 27, 2020, 2:12:19 PM5/27/20
to kinj...@gmail.com, adwor...@googlegroups.com
Hi Kinjal,

Thank you for reaching out. Can you please share your client customer ID and the detailed logs of the complete API request so that I can further investigate? Ensure you "Reply privately to author" when providing this information,

Regards,
Danica, Google Ads API Team

ref:_00D1U1174p._5004Q1zsCrA:ref
Reply all
Reply to author
Forward
0 new messages