sparse-thailand-8230
10/27/2021, 10:49 AMdamp-angle-95696
10/29/2021, 9:33 AMSELECT
user_id,
anonymous_id,
received_at as timestamp,
experiment_id,
variation_id
FROM
experiment_viewed
orange-train-515
11/01/2021, 10:34 AMorange-train-515
11/02/2021, 1:10 PMorange-train-515
11/02/2021, 1:16 PMorange-train-515
11/02/2021, 1:55 PMSELECT
user_id as user_id,
anonymous_id as anonymous_id,
duration as value,
received_at as timestamp
FROM
sessions
What happens if there are several entries with the same user id? Do we sum all the values of the same user or calculate their average?orange-train-515
11/11/2021, 4:13 PMstraight-businessperson-54316
11/17/2021, 8:13 AMstopped
experiments :
1. When I stop an experiment flagging it as Winner
, the remote config properly returns the property force
for this stopped experiment, specifying the variation ID that won. Thanks to this, I can display the winning variation to all my users meanwhile I clean the code from this experiment. But for all other results (Lost
, Did not finish
, Inconclusive
) there is not force: O
on the CDN remote config. Is there a reason explaining that?
2. Why when an experiment is stopped, groups
are removed from the remote config? Because while we clean the code after the experiment has stopped, we still want to deliver the appropriate variation only to the targeted groups. Despite the experiment has stopped.handsome-answer-25651
11/17/2021, 8:42 AMstraight-businessperson-54316
11/17/2021, 11:11 AMdevelopment to production
AB testing workflow ?
For instance, we are developing a feature, and want to setup an AB Test on our development platform to check that everything is setup correctly. Development AB tests are plugged to our Mixpanel Development workspace.
When I want to go live, I must duplicate my experiment to make it target our production Mixpanel Workspace, but the side effect is that the webhook config will now reference twice my AB/test.
Do you have recommendation about how to handle such a workflow?
Thx!quaint-scientist-80204
11/21/2021, 7:52 PManonymous_id
is defined as?handsome-answer-25651
11/22/2021, 4:05 PMuser: { id: "123" },
is for in the quick usage example here https://docs.growthbook.io/lib/js
I am using mixpanel so I am thinking of somehow accessing its distinct_id as it should be automatically merged to id cluster after signup. However, i am not sure how to access it.
It seems like bread and butter of experiments so I bet someone will have an idea how to go about it. Thanks in advance! 🙂straight-businessperson-54316
11/23/2021, 2:58 PMstraight-businessperson-54316
11/24/2021, 12:11 PMmicroscopic-zebra-5535
11/24/2021, 9:04 PMmicroscopic-zebra-5535
11/29/2021, 2:43 AMorange-train-515
12/06/2021, 3:26 PMwonderful-xylophone-6904
12/06/2021, 11:46 PMconnect ECONNREFUSED 127.0.0.1:5432
microscopic-zebra-5535
12/07/2021, 1:33 AMgorgeous-caravan-72440
12/07/2021, 5:03 PMwonderful-xylophone-6904
12/07/2021, 6:50 PMgorgeous-caravan-72440
12/09/2021, 2:19 PMorange-train-515
12/13/2021, 9:32 AMorange-train-515
12/14/2021, 11:17 PMgorgeous-caravan-72440
12/16/2021, 2:39 PMbland-ambulance-87474
12/26/2021, 10:07 AMtrack: function (experimentId, variationId) {
analytics.track("Experiment Viewed", {
experimentId,
variationId,
});
},
worried-planet-2191
01/03/2022, 3:55 PMorange-train-515
01/10/2022, 3:36 PM1.user views a test variation
2. user views a test variation again after 3 hours
+ user converts after 27 hours after viewing the variation for the first time.
conversion doesn't get attributed to the variation.
Just want to check my assumption at the time, but it looks like it makes sense for the conversion window to get updated each time the user views the variation (although I am not an expert in a/b tests)swift-garden-56412
01/12/2022, 5:32 PMgorgeous-caravan-72440
01/14/2022, 11:59 AM