Pixel route.

This commit is contained in:
Mike Cao 2025-08-18 15:49:10 -07:00
parent 3c5c1e48e9
commit 0ac8bd41b6
10 changed files with 139 additions and 64 deletions

View file

@ -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 = {