From f23ec15a605b5e239833fafa42eaaf8abc2490df Mon Sep 17 00:00:00 2001 From: Robbie Coomber Date: Thu, 20 Jun 2024 17:22:38 +0100 Subject: [PATCH] Add new properties to taxonomy --- frontend/src/lib/taxonomy.tsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/frontend/src/lib/taxonomy.tsx b/frontend/src/lib/taxonomy.tsx index b6147201a2a190..1cae262952bca1 100644 --- a/frontend/src/lib/taxonomy.tsx +++ b/frontend/src/lib/taxonomy.tsx @@ -1036,8 +1036,18 @@ export const CORE_FILTER_DEFINITIONS_BY_GROUP = { $entry_pathname: { label: 'Entry pathname', description: The first pathname visited in this session, + examples: ['/interesting-article?parameter=true'], + }, + $end_current_url: { + label: 'Entry URL', + description: The first URL visited in this session, examples: ['https://example.com/interesting-article?parameter=true'], }, + $end_pathname: { + label: 'Entry pathname', + description: The first pathname visited in this session, + examples: ['/interesting-article?parameter=true'], + }, $exit_current_url: { label: 'Exit URL', description: The last URL visited in this session, @@ -1058,6 +1068,11 @@ export const CORE_FILTER_DEFINITIONS_BY_GROUP = { description: The number of autocapture events in this session, examples: ['123'], }, + $screen_count: { + label: 'Screen count', + description: The number of screen events in this session, + examples: ['123'], + }, $channel_type: { label: 'Channel type', description: What type of acquisition channel this traffic came from.,