busy-horse-73824
09/09/2022, 4:10 PMclever-apartment-67302
09/11/2022, 2:45 PMclever-apartment-67302
09/11/2022, 2:45 PMsteep-judge-98510
09/13/2022, 1:52 PMid
, 50%-50%, and whatever I do, I only seem to be able to receive defaultValue
, instead of the expected overrides (all the users are included in the experiment). Details in thread, do I miss something?thousands-insurance-50391
09/13/2022, 6:33 PMlimited-tailor-96186
09/14/2022, 7:35 AMgreen-jordan-83609
09/14/2022, 9:03 AMConversion Delay = 0
(i.e. I want all the metrics with metric.timestamp
>= experiment.creation_timestamp
to be included in the query) and with Conversion Window = 72
(i.e. I want to keep just the metric entries with metric.timestamp
<= experiment.creation_timestamp + 72 hours
). There is a point in the query, where happens this:
__denominator0 as (
-- Metric (metric name)
SELECT
user_id as user_id,
1 as value,
m.timestamp as conversion_start,
m.timestamp + INTERVAL '72 hours' as conversion_end
where this m
table refers to the metrics table, therefore m.timestamp + INTERVAL '72 hours'
will be 72 hours after the metric timestamp, rather than the experiment.creation_timestamp
. I think the logic is still working fine, but Iām not sure if this calculation is properly defined.
If it helps, the code is:
https://github.com/growthbook/growthbook/blob/3ca3d6ec5e0ac4451b088ff6d399fa2f2cecf268/packages/back-end/src/integrations/SqlIntegration.ts#L6[ā¦]709
Many thanks and please let me know if something Iām saying is wrong or my assumptions are not correct!little-cpu-3178
09/14/2022, 9:08 AMChance to Beat Control
and Risk of Choosing
statistics are calculated. Is there a toy example that shows how these calculations are done? (say on a sample dataset)red-fall-3528
09/14/2022, 10:06 AMPercent of traffic included in this experiment
. Can I use this setting to to setup my experiment?
For example, I set the traffic percentage to be 50%, does it make my A/B splits to be 25%/25% of the overall traffic?victorious-advantage-84898
09/14/2022, 2:51 PMJWT_SECRET
environment variable with a JWT token
ERROR (UnauthorizedError/59 on 1fe8540a388c): ERROR /user
| UnauthorizedError: invalid signature
| at /usr/local/src/app/node_modules/express-jwt/lib/index.js:105:22
| at /usr/local/src/app/node_modules/jsonwebtoken/verify.js:133:14
| at getSecret (/usr/local/src/app/node_modules/jsonwebtoken/verify.js:90:14)
average-architect-31670
09/15/2022, 4:27 AMSuspicious Uplift Detection which alerts you when a metric changes by too much in a single experiment, indicating a likely bug
https://docs.growthbook.io/statisticsbusy-psychiatrist-5181
09/15/2022, 12:28 PMbrash-raincoat-88597
09/16/2022, 1:26 AMmicroscopic-queen-6171
09/16/2022, 7:57 AMlemon-librarian-69651
09/16/2022, 10:06 AMgreen-jordan-83609
09/20/2022, 2:37 PMuser_id
, but keeping the same proportion of users from each country_id
in each of the variants. Is this something Growthbook allows out of the box? Otherwise, is there any easy way to implement this on top of current GrowthBook randomisation process? Thanks a lot! cc @little-cpu-3178steep-queen-6488
09/21/2022, 9:36 AMeager-judge-68908
09/22/2022, 2:37 PMsteep-queen-6488
09/23/2022, 7:34 AMminiature-artist-98051
09/23/2022, 9:19 AMhigh-dusk-7074
09/23/2022, 3:56 PMechoing-memory-34743
09/23/2022, 6:50 PMroute
attribute.
We are wondering - does the Experiment Analysis of Add to Cart include any Add to Cart that occurs after the experiment has been viewed, or only if the Add to Cart occurred on the same route?fierce-belgium-15334
09/26/2022, 6:35 AMsteep-queen-6488
09/26/2022, 8:55 AMchilly-twilight-79494
09/26/2022, 12:45 PMviewed_experiment
and properties (experiment_id
and variation_id
) seem to come through in the default event report, but within a custom report (explore) it only returns (not set)
values.
Does anybody know how to get the values in a GA4 report, so you can analyse on various metrics and compare Control and Variation?eager-camera-84109
09/27/2022, 6:58 AMelegant-flag-19390
09/27/2022, 1:06 PMAn error occurred: Format is Authorization: Bearer [token]
How can we fix it?sparse-accountant-63897
09/28/2022, 5:38 PMbig-gigabyte-81438
09/29/2022, 11:20 AMbrash-raincoat-88597
09/30/2022, 4:49 AMselect user_id, value, timestamp
from metric_table
where experiment_name = '{{ experimentName }}'
So that I can just use one Metric for all experiments. Right now it seems I need to duplicate the metric for each experiment since I canāt templatise it based on the experiment name, but not sure if Iām missing something.