mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Added regions and cities support.
This commit is contained in:
parent
ad3ee5e953
commit
f2edd0d604
58 changed files with 293 additions and 70 deletions
|
|
@ -37,10 +37,9 @@ export const SESSION_COLUMNS = [
|
|||
'os',
|
||||
'device',
|
||||
'screen',
|
||||
'country',
|
||||
'language',
|
||||
'subdivision1',
|
||||
'subdivision2',
|
||||
'country',
|
||||
'region',
|
||||
'city',
|
||||
];
|
||||
|
||||
|
|
@ -50,6 +49,7 @@ export const FILTER_COLUMNS = {
|
|||
title: 'page_title',
|
||||
query: 'url_query',
|
||||
event: 'event_name',
|
||||
region: 'subdivision1',
|
||||
};
|
||||
|
||||
export const EVENT_TYPE = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue