add thumb_voting event name to pocket events (#6110)
* add thumb_voting event name * set up backfill
This commit is contained in:
Родитель
453c2e25ee
Коммит
e958f73e26
|
@ -1,3 +1,11 @@
|
|||
2024-08-26:
|
||||
start_date: 2024-08-01
|
||||
end_date: 2024-08-26
|
||||
reason: Include telemetry in derived tables necessary for running experiments.
|
||||
watchers:
|
||||
- mbowerman@mozilla.com
|
||||
status: Initiate
|
||||
|
||||
2024-04-12:
|
||||
start_date: 2022-11-01
|
||||
end_date: 2024-04-10
|
||||
|
|
|
@ -269,7 +269,7 @@ pocket_events AS (
|
|||
events_unnested
|
||||
WHERE
|
||||
event_category = 'pocket'
|
||||
AND event_name IN ('impression', 'click', 'save', 'dismiss')
|
||||
AND event_name IN ('impression', 'click', 'save', 'dismiss', 'thumb_voting_interaction')
|
||||
GROUP BY
|
||||
newtab_visit_id,
|
||||
pocket_story_position,
|
||||
|
|
Загрузка…
Ссылка в новой задаче