mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 14:17:13 +01:00
Added attribution report page.
This commit is contained in:
parent
0027502707
commit
79ea9974b7
23 changed files with 445 additions and 646 deletions
|
|
@ -133,6 +133,12 @@ export const revenueReportSchema = z.object({
|
|||
|
||||
export const attributionReportSchema = z.object({
|
||||
type: z.literal('attribution'),
|
||||
parameters: z.object({
|
||||
model: z.enum(['first-click', 'last-click']),
|
||||
type: z.enum(['page', 'event']),
|
||||
step: z.string(),
|
||||
currency: z.string().optional(),
|
||||
}),
|
||||
});
|
||||
|
||||
export const insightsReportSchema = z.object({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue