segment migration and support

This commit is contained in:
Francis Cao 2025-06-04 08:47:42 -07:00
parent 42be91b736
commit 1840b8b419
8 changed files with 1484 additions and 1412 deletions

View file

@ -47,6 +47,8 @@ export const SESSION_COLUMNS = [
'host',
];
export const GROUP_FILTERS = ['segment', 'cohort'];
export const FILTER_COLUMNS = {
url: 'url_path',
entry: 'url_path',
@ -64,6 +66,7 @@ export const FILTER_COLUMNS = {
language: 'language',
event: 'event_name',
tag: 'tag',
segment: 'segment',
};
export const COLLECTION_TYPE = {