UTM report.

This commit is contained in:
Mike Cao 2024-03-14 02:45:00 -07:00
parent e602aedd21
commit bca9c87021
25 changed files with 379 additions and 39 deletions

View file

@ -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',