jitsu icon indicating copy to clipboard operation
jitsu copied to clipboard

Webhook + retroactive user recognition

Open lutek opened this issue 4 years ago • 0 comments

Problem

I have a case where I am collecting events on an ecommerce site by javascript. I would like to send (webhook) them to my e.g. machine learning, but I am only interested in identified events. Since the user is first anonymous and after login identified I want to assign their events history.

Solution

Currently is possible to filter (data_layout. table_name_template) event send by webhook e.g send only with email is not null. After user recognition send updated event only by webhook. This solution would simplify the process between the source e.g. ecommerce and the target e.g. machine learning.

Perhaps for the users_recognition definition you could add the option "process again after user recognition":

users_recognition:
  enabled: true #Disabled by default.
  webhook_resend: true

lutek avatar Oct 14 '21 10:10 lutek