when i use google ads serarch api , set summary setting like :
*String query = "SELECT " + " metrics.impressions, metrics.clicks ,metrics.ctr " + "FROM landing_page_view where segments.date DURING LAST_7_DAYS " + " order by metrics.clicks desc ";SearchGoogleAdsStreamRequest request = SearchGoogleAdsStreamRequest.newBuilder() .setCustomerId(String.valueOf(customerId)) .setQuery(query) .setSummaryRowSetting(SummaryRowSettingEnum.SummaryRowSetting.SUMMARY_ROW_WITH_RESULTS) .build();* i can get summary of current query data, but how to get account level summary? [image: q1.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/29ae8048-417e-4294-92fc-98498164f627n%40googlegroups.com.