FlowFuse / flowfuse

Connect, collect, transform, visualise, and interact with your Industrial Data in a single platform. Use FlowFuse to manage, scale and secure your Node-RED solutions.
https://flowfuse.com
Other
273 stars 63 forks source link

Track in app events server side #1923

Open Pezmc opened 1 year ago

Pezmc commented 1 year ago

Epic

No response

Description

As a: Product Manager

I want to: Capture events from all users, not just users without ad-blocking

So that: I have a better picture of use the usage patterns of FlowForge

In https://github.com/flowforge/flowforge/pull/1922 PostHog tracking was expanded client side to capture various actions a user might take at the client side API level.

However, this won't capture any events from users with an ad-blocker in their browser as the tracking is handled entirely client side.

Moving event tracking server side should be considered to reduce the size of the blind spot.

A good start would be to add identify server side, and see if user numbers increase, to give an idea of the percentage of events that are currently being missed.

Which customers would this be availble to

Other (See comments)

Acceptance Criteria

Pezmc commented 1 year ago

@MarianRaphael FYI