Merge branch 'feat/attribution-report' into dev
This commit is contained in:
@@ -124,6 +124,7 @@ export const REPORT_TYPES = {
|
||||
utm: 'utm',
|
||||
journey: 'journey',
|
||||
revenue: 'revenue',
|
||||
attribution: 'attribution',
|
||||
} as const;
|
||||
|
||||
export const REPORT_PARAMETERS = {
|
||||
|
||||
@@ -60,6 +60,7 @@ export const reportTypeParam = z.enum([
|
||||
'goals',
|
||||
'journey',
|
||||
'revenue',
|
||||
'attribution',
|
||||
]);
|
||||
|
||||
export const reportParms = {
|
||||
|
||||
Reference in New Issue
Block a user