mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 06:37:18 +01:00
UTM report.
This commit is contained in:
parent
e602aedd21
commit
bca9c87021
25 changed files with 379 additions and 39 deletions
|
|
@ -106,6 +106,7 @@ export const REPORT_TYPES = {
|
|||
funnel: 'funnel',
|
||||
insights: 'insights',
|
||||
retention: 'retention',
|
||||
utm: 'utm',
|
||||
} as const;
|
||||
|
||||
export const REPORT_PARAMETERS = {
|
||||
|
|
@ -227,6 +228,8 @@ export const URL_LENGTH = 500;
|
|||
export const PAGE_TITLE_LENGTH = 500;
|
||||
export const EVENT_NAME_LENGTH = 50;
|
||||
|
||||
export const UTM_PARAMS = ['source', 'medium', 'campaign', 'term', 'content'];
|
||||
|
||||
export const DESKTOP_OS = [
|
||||
'BeOS',
|
||||
'Chrome OS',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue