mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 22:27:16 +01:00
segment migration and support
This commit is contained in:
parent
42be91b736
commit
1840b8b419
8 changed files with 1484 additions and 1412 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue