Parallel experiments write metrics to different database columns, one metric targets only a specific column.
Because of this, I need to manually correct the sql query for each experiment. Can this be improved somehow?
f
fresh-football-47124
08/14/2023, 8:50 AM
metrics are designed to be joined to a user, and then from that user, joined to the experiment they saw
fresh-football-47124
08/14/2023, 8:51 AM
in that way, there is no need to pass around the experiment they saw to the event in question - if that’s what you’re doing