DENG-2492 - update logic for www_site_events_metrics_v2 (#4930)

* DENG-2492 - update logic for www_site_events_metrics_v2

* DENG-2492 - updating logic for www_site_events_metrics_v2
This commit is contained in:
Katie Windau 2024-01-31 11:35:17 -06:00 коммит произвёл GitHub
Родитель 56a12c7001
Коммит 91069ea6d2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@ -1,6 +1,6 @@
friendly_name: WWW Site Events Metrics V2
description: |-
Aggregated metrics on non-page view events on www.mozilla.org from sessions with 1 or more engaged event
Aggregated metrics on non-page view events on www.mozilla.org
Sourced from Google Analytics 4 (GA4) data
owners:
- kwindau@mozilla.com

Просмотреть файл

@ -27,7 +27,6 @@ FROM
WHERE
date = @submission_date
AND hit_type = 'EVENT'
AND visits = 1 --this indicates that the session had 1 or more "engaged_session_event"
GROUP BY
date,
event_category,

Просмотреть файл

@ -82,11 +82,11 @@ fields:
- mode: NULLABLE
name: total_events
type: INT64
description: Total Events - The total number of non-page view events belonging to sessions with 1 or more engaged_session_event
description: Total Events - The total number of non-page view events
- mode: NULLABLE
name: unique_events
type: INT64
description: Unique Events - The number of unique sessions with 1 or more engaged_session_event
description: Unique Events - The number of unique sessions
- mode: NULLABLE
name: page_name
type: STRING