Added regions and cities support.

This commit is contained in:
Mike Cao 2023-04-13 22:28:29 -07:00
parent ad3ee5e953
commit f2edd0d604
58 changed files with 293 additions and 70 deletions

View file

@ -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 = {