rename url filter to url_path
This commit is contained in:
@@ -45,7 +45,7 @@ export const SESSION_COLUMNS = [
|
||||
];
|
||||
|
||||
export const FILTER_COLUMNS = {
|
||||
url: 'url_path',
|
||||
url_path: 'url_path',
|
||||
referrer: 'referrer_domain',
|
||||
title: 'page_title',
|
||||
query: 'url_query',
|
||||
|
||||
@@ -189,7 +189,7 @@ export interface QueryFilters {
|
||||
timezone?: string;
|
||||
unit?: string;
|
||||
eventType?: number;
|
||||
url?: string;
|
||||
url_path?: string;
|
||||
referrer?: string;
|
||||
title?: string;
|
||||
query?: string;
|
||||
|
||||
Reference in New Issue
Block a user