Hajime Alabanza
star
Andy Chan
GrowthBookProvider
Marcos Pulgar
William Bouchard
isOn
Tim Klausmann
Home Kralych
__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' )
Andre Ricardo
// Load feature definitions from API // In production, we recommend putting a CDN in front of the API endpoint fetch('api-endpoint') .then((res) => res.json()) .then((json) => { growthbook.setFeatures(json.features); });
Scott Craig
Mitch Hause
Open source platform for stress free deployments, measured impact, and smarter decisions.