feat: Refinamiento del tracking de analiticas y actualizacion del dashboard admin
This commit is contained in:
@ -118,7 +118,12 @@ const isFiltering = computed(() =>
|
||||
)
|
||||
|
||||
function handleExplore(biz: Business) {
|
||||
analyticsService.logEvent({ event_name: 'promo_click', item_id: biz.name, properties: { business_id: biz.id } })
|
||||
analyticsService.logEvent({
|
||||
event_name: 'view_details',
|
||||
entity_type: 'business',
|
||||
entity_id: biz.id,
|
||||
entity_name: biz.name
|
||||
})
|
||||
router.push('/business/' + biz.id)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user