v1.3.4: 통계 확장(체류·스크롤·실시간 접속자)
- 031 마이그레이션: 체류·스크롤 집계, analytics_active_sessions - heartbeat API, 관리자 realtime API, 클라이언트 heartbeat - 대시보드: 현재 접속자 목록(로그인 닉네임·아바타), 참여 지표
This commit is contained in:
8
server/api/analytics/heartbeat.post.js
Normal file
8
server/api/analytics/heartbeat.post.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { handleAnalyticsHeartbeat } from '../../utils/analytics-heartbeat-input.js'
|
||||
|
||||
/**
|
||||
* 공개 heartbeat·체류·스크롤 통계 수집 API
|
||||
* @param {import('h3').H3Event} event - 요청 이벤트
|
||||
* @returns {Promise<{ ok: true }>}
|
||||
*/
|
||||
export default defineEventHandler((event) => handleAnalyticsHeartbeat(event))
|
||||
Reference in New Issue
Block a user