mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 13:47:15 +01:00
Fixed event data queries.
This commit is contained in:
parent
0fd57aa7cf
commit
e11766ca1c
6 changed files with 44 additions and 38 deletions
|
|
@ -48,12 +48,12 @@ export const FILTER_COLUMNS = {
|
|||
referrer: 'referrer_domain',
|
||||
title: 'page_title',
|
||||
query: 'url_query',
|
||||
event: 'event_name',
|
||||
region: 'subdivision1',
|
||||
type: 'event_type',
|
||||
eventType: 'event_type',
|
||||
eventName: 'event_name',
|
||||
};
|
||||
|
||||
export const IGNORED_FILTERS = ['startDate', 'endDate', 'timezone', 'unit', 'eventType'];
|
||||
export const IGNORED_FILTERS = ['startDate', 'endDate', 'timezone', 'unit'];
|
||||
|
||||
export const COLLECTION_TYPE = {
|
||||
event: 'event',
|
||||
|
|
|
|||
|
|
@ -153,4 +153,5 @@ export interface QueryFilters {
|
|||
|
||||
export interface QueryOptions {
|
||||
joinSession?: boolean;
|
||||
ignoreFilters?: string[];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue