microscopic-queen-6171
03/01/2022, 9:39 AMfresh-football-47124
microscopic-queen-6171
03/01/2022, 10:19 AMwhere experiment_id = 'abtest1'
to the experiment won metric. But then I would have to recreate the same metric with a new where clause for every experiment. So I thought that if I could access the tracking key from within a metric it would automatically fill the where clause for me i.e where experiment_id = {tracking_key}
fresh-football-47124
microscopic-queen-6171
03/01/2022, 10:27 AMfresh-football-47124
microscopic-queen-6171
03/01/2022, 10:29 AMfresh-football-47124
microscopic-queen-6171
03/01/2022, 10:41 AMSELECT
user_id,
anonymous_id,
CAST(received_at as DATETIME) as timestamp,
experiment_id,
variation_id,
version
FROM
experiment_won
fresh-football-47124
microscopic-queen-6171
03/01/2022, 10:43 AMfresh-football-47124
microscopic-queen-6171
03/01/2022, 10:51 AMfresh-football-47124
microscopic-queen-6171
03/04/2022, 8:27 AMfresh-football-47124
microscopic-queen-6171
03/04/2022, 8:38 AMfuture-teacher-7046
microscopic-queen-6171
03/04/2022, 3:08 PMfuture-teacher-7046