Dashboard Report - Consolidated Pageviews

The req_type field in the application_requests corresponds to the follow types of application requests in Discourse:

  1. http_total
  2. http_2xx
  3. http_background
  4. http_3xx
  5. http_4xx
  6. http_5xx
  7. page_view_crawler
  8. page_view_logged_in
  9. page_view_anon
  10. page_view_logged_in_mobile
  11. page_view_anon_mobile
  12. api
  13. user_api
  14. page_view_anon_browser
  15. page_view_anon_browser_mobile
  16. page_view_logged_in_browser
  17. page_view_logged_in_browser_mobile

You can also view this information directly in the Data Explorer when looking at the Database Tables and Schema.

In September 2024, we improved the way in which pageviews are tracked and counted. Here’s an explanation of what changed.

The metrics you are seeing on your dashboard are likely using the new “Site Traffic” method for tracking pageviews, and you can find the corresponding SQL for this method here: Dashboard Report - Site Traffic .