mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 14:47:14 +01:00
Pixel route.
This commit is contained in:
parent
3c5c1e48e9
commit
0ac8bd41b6
10 changed files with 139 additions and 64 deletions
|
|
@ -87,6 +87,8 @@ export const COLLECTION_TYPE = {
|
|||
export const EVENT_TYPE = {
|
||||
pageView: 1,
|
||||
customEvent: 2,
|
||||
linkEvent: 3,
|
||||
pixelEvent: 4,
|
||||
} as const;
|
||||
|
||||
export const DATA_TYPE = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue