feat: Refinamiento del tracking de analiticas y actualizacion del dashboard admin
This commit is contained in:
@ -57,7 +57,9 @@ const handleTaxiFilter = async () => {
|
||||
const goToSchedules = (route: any) => {
|
||||
analyticsService.logEvent({
|
||||
event_name: 'route_selected',
|
||||
item_id: route.name,
|
||||
entity_type: 'route',
|
||||
entity_id: route.id,
|
||||
entity_name: route.name,
|
||||
properties: { route_id: route.id }
|
||||
})
|
||||
routeStore.selectRoute(route.id, route.name)
|
||||
|
||||
Reference in New Issue
Block a user