Skip to content

Update snowplow page view counter for page views over time

What does this MR do and why?

Page Views Over Time visualization is showing "No results match your query or filter" despite data exists. This was because cube query was filtering by pageview which should be page_view instead.

This MR fixes it.

Screenshots or screen recordings

Before After
Screenshot_2023-06-02_at_14.42.51 Screenshot_2023-06-02_at_14.41.40

How to set up and validate locally

  1. Visit analytics dashboard -> Behavior dashboard on a project analytics set up project like http://gdk.test:3000/[namespace]/[project]/-/analytics/dashboards/behavior
  2. You should see data on "Page views over time" graph

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #413631 (closed)

Edited by Halil Coban

Merge request reports