JesusFilm / core

JFP DS Engineering Monorepo
https://docs.core.jesusfilm.org/
18 stars 12 forks source link

Website journey view events sent on every page view #3977

Open csiyang opened 3 weeks ago

csiyang commented 3 weeks ago

Everytime a page is navigated to in website mode, a journey view event is created

After taking into consideration of the difficulty of knowing exactly when users leave and continue on a page, and talking with @pearl.m we've decided to limit journey views to 1 journeyViewEvent per day, per user, per journey.

There will still be some discrepancy between actual data, with visitors visiting in more times than a day, or if they have continued sessions that last more than a day. But is a good middle ground, and we can always look into fine tuning this number as needed in the future

tl;dr Update the journeyViewEvent to only be sendable once per day, per visitor, per journey.

linear[bot] commented 3 weeks ago

ENG-1290 Website journey view events sent on every page view