thankful-scientist-83252
10/28/2022, 9:27 PMmetric_count / user_count
is something like 5000 / 500. Would love to see a graph when I hover over that metric that shows me if the distribution is normal, skewed or just has a few outliers skewing the count (say 1 user is responsible for 1000 activities pulling up the average for everyone else).
This is definitely possible in our data warehouse (mixpanel) but would be interesting to have it in the platform.cold-waitress-31628
10/29/2022, 12:08 PMbusy-horse-73824
10/31/2022, 2:52 PMbusy-horse-73824
10/31/2022, 6:55 PMbusy-horse-73824
10/31/2022, 7:23 PMbusy-horse-73824
10/31/2022, 8:01 PMstrong-whale-76813
11/01/2022, 12:37 PMsome-planet-44104
11/01/2022, 1:48 PMstrong-whale-76813
11/02/2022, 10:58 AMmicroscopic-balloon-73105
11/02/2022, 6:43 PMgreen-jordan-83609
11/04/2022, 8:41 AMsome-planet-44104
11/08/2022, 9:28 AMsome-planet-44104
11/11/2022, 11:51 AM__metric as ( -- Metric (Retention [1st Day][GA])
SELECT
user_id as user_id,
1 as value,
CAST(m.timestamp as DATETIME) as timestamp,
CAST(m.timestamp as DATETIME) as conversion_start,
CAST(m.timestamp as DATETIME) as conversion_end
FROM
(
SELECT
CAST(user_id AS INT64) AS user_id,
1 AS value,
created_at AS timestamp
FROM
`normalized.events`
WHERE
event_name = "page_view"
AND DATE(created_at) >= '2022-09-01'
)
eager-rainbow-87882
11/21/2022, 11:54 AM.gbtable td:nth-child(2) {
word-break: break-all;
width: 30%;
}
This way, the table can be shown right inside the container size without breaking it (Picture 2).thankful-camera-8271
11/22/2022, 8:18 AMfull-island-88199
11/29/2022, 3:11 PMthankful-scientist-83252
11/30/2022, 11:58 PMdiscard
is dangerously close to publish
. Maybe a trash can icon on the right combined with a popover confirm?some-planet-44104
12/06/2022, 3:48 PMfull-island-88199
12/07/2022, 2:11 PMwide-jordan-14758
12/07/2022, 9:40 PMthankful-camera-8271
12/09/2022, 10:31 AMfresh-keyboard-9333
12/13/2022, 6:46 PM0/100% ON
Split. The default value is serving OFF, and this is the only rule. See image
Our expectation: The flag should evaluate to false
to all users because the experiment has 0% user inclusion and the default value is OFF.
Actual result: The flag evaluated to this:
{
"value": true,
"on": true,
"off": false,
"source": "experiment",
"ruleId": "",
"experiment": {
"variations": [
false,
true
],
"key": "flag",
"coverage": 0,
"weights": [
0,
1
],
"hashAttribute": "id"
},
"experimentResult": {
"inExperiment": true,
"variationId": 1,
"value": true,
"hashAttribute": "id",
"hashValue": "inPNbLwltv0"
}
}
jolly-minister-52619
12/15/2022, 5:01 PMcurrentVersion >= '4.3.2'
for example.thankful-camera-8271
12/16/2022, 1:32 PMfull-island-88199
12/20/2022, 1:08 PMable-flag-99402
12/21/2022, 1:59 PMthankful-camera-8271
01/02/2023, 12:46 PMnumerous-hospital-35835
01/09/2023, 3:03 PMmysterious-iron-16289
01/18/2023, 12:27 PMbulky-bear-23526
01/18/2023, 2:20 PM