feat: Refinamiento del tracking de analiticas y actualizacion del dashboard admin
This commit is contained in:
@ -63,7 +63,9 @@ const getShiftsDisplay = (taxi: Taxi) => {
|
||||
const handleCall = (taxi: Taxi) => {
|
||||
analyticsService.logEvent({
|
||||
event_name: 'taxi_click',
|
||||
item_id: taxi.owner_name,
|
||||
entity_type: 'taxi',
|
||||
entity_id: taxi.id,
|
||||
entity_name: taxi.owner_name,
|
||||
properties: {
|
||||
action: 'call',
|
||||
taxi_id: taxi.id,
|
||||
|
||||
Reference in New Issue
Block a user