How to see total page views and/or feature clicks for all pages/features
Permanently deleted user
Hi! Does anybody know the best way for a user to see "total page views" or "total feature clicks" for all pages/features? Seems like it might have to be extracted via the API, as there isn't a widget that will do it and Data Explorer makes you choose a select number of pages and features. Jason Lott
0
コメント
Hey @...,
I think your best bet may be using group events of the API and adjust for the proper date range:
Events - grouped
The following row sources require a date range (relative or absolute) and period (day). They return a row of data for each unique combination of day/hour, visitorId, accountId, server name, and IP address.
eventsfeatureEventspageEventstrackEventsAll grouped event sources can be sent with a
detailsquery param set totrue. If this query param is set, then a details object will be returned in the response, unless no details are present.サインインしてコメントを残してください。