This message was deleted.
# ask-questions
w
This message was deleted.
f
Do you have event tracking currently?
f
yes, most of our campaigns are offline
f
so you're importing manual data into growthbook?
f
I am pulling my data from Athena
Copy code
SELECT
  user_id,
  DATE_ADD('hour', -20, CURRENT_TIMESTAMP) as timestamp,
 'tune_in_test' as experiment_id,
  variant as variation_id,
type as value
FROM
  growthbooks_demo_segments
type signifies events and variant(0/1) signifies which model that user was assign to.
f
okay
so that is the experiment exposure query and you want to know how to construct the metric queries?
f
yes similar to the "sample conversion" in the examples. A simple walkthrough of that example wrt to segments and metrics would help.
f
Ya, our documentation and walkthroughs could use some work. We're happy to meet and help if you like
140 Views