Merge branch 'feat/attribution-report' into dev

This commit is contained in:
Francis Cao
2025-04-13 18:17:43 -07:00
20 changed files with 1488 additions and 15 deletions

View File

@@ -124,6 +124,7 @@ export const REPORT_TYPES = {
utm: 'utm',
journey: 'journey',
revenue: 'revenue',
attribution: 'attribution',
} as const;
export const REPORT_PARAMETERS = {

View File

@@ -60,6 +60,7 @@ export const reportTypeParam = z.enum([
'goals',
'journey',
'revenue',
'attribution',
]);
export const reportParms = {