openpanel icon indicating copy to clipboard operation
openpanel copied to clipboard

Stitching

Open lourcourt opened this issue 1 year ago • 2 comments

Hi!

First of all congrats, great project 🙌🏼 Is there a way of stitching events sent before user_id or account_id creation via a session_id/device_id?

Thanks!

lourcourt avatar Oct 17 '24 08:10 lourcourt

Hey and thanks!

Short answer: Not today

Long answer: Today we does this in a sense. If you look into a profile you will see the events both before and after you have identified a user.

We do this with the common device id, but the user id is still not set on those events before the identify call.


But this is something I want to support, its quite simple task but afraid of the consequences it might give to Clickhouse since they do not promote updating/deleting rows. Then it should have a different table engine (don't want to change it for the events table).

lindesvard avatar Oct 20 '24 18:10 lindesvard

Currently looking into this but probably not ready until Q1. Just to keep you all updated

lindesvard avatar Dec 20 '24 22:12 lindesvard