Merge branch 'feat/attribution-report' into dev

This commit is contained in:
Francis Cao 2025-04-13 18:17:43 -07:00
commit 40ca861c69
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 = {