How to see total page views and/or feature clicks for all pages/features

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

Comments

1 comment
  • 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.

    ATTRIBUTES  
    events All recorded click and pageview events (tagged or untagged)
    featureEvents All recorded click events matching tagged features
    pageEvents All recorded pageviews matching tagged pages
    trackEvents All recorded trackEvents

    All grouped event sources can be sent with a details query param set to true. If this query param is set, then a details object will be returned in the response, unless no details are present.

     

     
    0

Please sign in to leave a comment.

Didn't find what you were looking for?

New post