Updated cohort processing.

This commit is contained in:
Mike Cao
2025-08-27 14:05:46 -07:00
parent c3b62e3a74
commit f9442001e4
8 changed files with 46 additions and 56 deletions

View File

@@ -53,7 +53,7 @@ export const SESSION_COLUMNS = [
'region',
];
export const FILTER_GROUPS = {
export const SEGMENT_TYPES = {
segment: 'segment',
cohort: 'cohort',
};