how to summary data in account level?

90 views
Skip to first unread message

ewin zhou

unread,
Aug 11, 2021, 1:48:42 AM8/11/21
to AdWords API and Google Ads API Forum
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?
q1.png

Google Ads API Forum Advisor

unread,
Aug 12, 2021, 2:15:26 AM8/12/21
to ewin...@gmail.com, adwor...@googlegroups.com
Hi Ewin,

Account level statistics are usually retrieved by using the customer view. Could you try the said report and let us know if this is what you are looking for?

Best regards,

Google Logo
Peter Laurence Napa Oliquino
Google Ads API Team
 


ref:_00D1U1174p._5004Q2LmGtd:ref

ewin zhou

unread,
Aug 12, 2021, 9:55:24 PM8/12/21
to AdWords API and Google Ads API Forum
such as:
  1. Campaigns
  2. Ad Groups
  3. Ads
  4. Keywords(Search keywords、Search terms...)
  5. Devices
  6. Locations (Matached locations(campaign)、Matched locations(Account))
  7. Landing pages
  8. Expanded landing pages
in general ,I want all views statistics in account level 

Google Ads API Forum Advisor

unread,
Aug 16, 2021, 1:18:07 PM8/16/21
to ewin...@gmail.com, adwor...@googlegroups.com
Hi Ewin,

I work with Peter and will assist you. I raised with my team your request for a summary row of non filtered entire account metrics on each API view that corresponds to a UI view that has an account summary. You may monitor our blog for an update.

Regards,

Google Logo
Aryeh Baker
Google Ads API Team
 


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