nice-motherboard-78787
03/16/2023, 7:49 PMstrong-receptionist-72327
03/17/2023, 4:17 PMbusy-air-96466
03/17/2023, 5:18 PMSELECT
user_id,
user_pseudo_id as anonymous_id,
TIMESTAMP_MICROS(event_timestamp) as timestamp
FROM
``analytics_xxx.events_*``
WHERE
event_name = 'Main CTA'
AND _TABLE_SUFFIX BETWEEN '20230313' AND '20230319'
busy-air-96466
03/17/2023, 6:08 PMnumerous-optician-45585
03/17/2023, 10:38 PMwide-jordan-14758
03/17/2023, 11:08 PMIf you return multiple rows for the same user/experiment, we unique the list (ie: only counts as one user in the experiment) and count the earliest timestamp. From that point, the user has 72 hours (or whatever you change the window to) to convert.What query is this referring to? The metric or experiment assignment? I'm not really sure what it's saying.
ancient-tomato-10876
03/19/2023, 1:29 PMbrave-jelly-4060
03/20/2023, 1:43 AMred-mouse-1009
03/20/2023, 7:04 AMcrooked-salesclerk-71686
03/20/2023, 8:24 AMrhythmic-chef-84815
03/20/2023, 8:25 AMnumerous-army-92497
03/20/2023, 12:18 PMdry-eye-65136
03/20/2023, 12:42 PMbillowy-horse-43368
03/20/2023, 5:11 PMbrief-football-97996
03/20/2023, 6:30 PMgetServerSideProps
. Is there something we’re missing with next.js 13 that would inhibit SSR?crooked-salesclerk-71686
03/21/2023, 6:26 AM_app.tsx
in a nextJS application and my page uses the provided hooks:
const isLandingPageTextShown = useFeatureIsOn("candidates-landingpage-text");
const landingPageMulti = useFeatureValue("landingpage-multi", "FALLBACK");
damp-motorcycle-90184
03/21/2023, 7:11 AM"test-feature": {
"defaultValue": false,
"rules": [
{
"condition": {
"app_version": {
"$gte": "2.655.6"
}
},
"force": true
}
]
},
The weirdest part is sometimes it works, sometimes it doesn’t. Even when the app_version
attribute is the same.
FYI I’ve checked source
of GBFeatureResult
, when the condition rule doesn’t work, source
will be defaultValue
Any thoughts on this?some-planet-44104
03/21/2023, 11:16 AMfew-oxygen-55281
03/21/2023, 4:24 PMmost-nail-46735
03/22/2023, 8:10 AMproud-engine-56337
03/22/2023, 7:05 PMenough-psychiatrist-93313
03/22/2023, 7:18 PMhallowed-lifeguard-32533
03/23/2023, 10:41 AMambitious-breakfast-65542
03/23/2023, 11:22 AMsteep-queen-6488
03/23/2023, 4:14 PMbetter-pager-11033
03/24/2023, 7:56 PMbillowy-horse-43368
03/27/2023, 3:57 PMsticky-insurance-60813
03/27/2023, 7:48 PMnumerous-optician-45585
03/27/2023, 10:13 PMplain-jordan-57405
03/28/2023, 7:50 AM