This message was deleted.
# give-feedback
w
This message was deleted.
f
Why do you need a separate metric per experiment?
c
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
metrics are designed to be joined to a user, and then from that user, joined to the experiment they saw
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
c
Thank you!
137 Views