SQL 에디터 + 쿼리 결과 테이블. SqlEditor와 QueryResultsTable 조합.
No results
이 영역 위에 로딩 오버레이가 표시됩니다.
활성: bold
1import { track } from "@reopt-ai/analytics";23// Track a page view event4track("page_view", {5 path: window.location.pathname,6 referrer: document.referrer,7 title: document.title,8});| # | user_id | event | timestamp | properties |
|---|---|---|---|---|
| 1 | usr_001 | page_view | 2026-02-05 10:23:01 | {"path":"/home"} |
| 2 | usr_002 | click | 2026-02-05 10:23:05 | {"button":"signup"} |
| 3 | usr_001 | purchase | 2026-02-05 10:24:12 | {"amount":49} |
| 4 | usr_003 | page_view | 2026-02-05 10:25:00 | {"path":"/pricing"} |