feat(api): custom_metrics changed VISITED_URL to LOCATION
This commit is contained in:
parent
08d00727e8
commit
1d04f7f372
1 changed files with 1 additions and 1 deletions
|
|
@ -762,7 +762,7 @@ class TableMetricOfType(str, Enum):
|
|||
user_country = FilterType.user_country.value
|
||||
user_id = FilterType.user_id.value
|
||||
issues = FilterType.issue.value
|
||||
visited_url = "VISITED_URL"
|
||||
visited_url = EventType.location.value
|
||||
|
||||
|
||||
class TimeseriesMetricOfType(str, Enum):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue