mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 20:45:39 +01:00
Finish event_data relational.
This commit is contained in:
parent
f1f602b42d
commit
2343949d3e
12 changed files with 133 additions and 122 deletions
|
|
@ -30,7 +30,16 @@ export default function TestConsole() {
|
|||
window.umami.trackEvent('track-event-with-data', {
|
||||
test: 'test-data',
|
||||
time: new Date(),
|
||||
number: 1,
|
||||
time2: new Date().toISOString(),
|
||||
nested: {
|
||||
test: 'test-data',
|
||||
number: 1,
|
||||
object: {
|
||||
test: 'test-data',
|
||||
},
|
||||
},
|
||||
array: [1, 2, 3],
|
||||
});
|
||||
}
|
||||
|
||||
|
|
@ -49,7 +58,7 @@ export default function TestConsole() {
|
|||
async
|
||||
defer
|
||||
data-website-id={website.id}
|
||||
src={`${basePath}/umami.js`}
|
||||
src={`${basePath}/script.js`}
|
||||
data-cache="true"
|
||||
/>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue