Hi , I want to ask several questions about metrics.
1. Without having experiment viewed table in database , I guess we can't create any metric right? I need to merge any table with user id in experiment viewed table? Can someone explain me how does the metric creation work? If this is the case then I need to also put experimentation key in where condition ?
2. How does event based actions work? Like if I want use metric such as total users who clicked a specific button , do I have to do it in database or I can utilize segment?
f
fresh-football-47124
01/24/2025, 6:00 PM
you can make metrics without an experiment viewed table
fresh-football-47124
01/24/2025, 6:02 PM
so the exposure event is queried with the assignment query. This returns a list of users and the variant they got assigned. The metrics are independent, but return users who did some event, or purchase revenue, etc - this is joined to the assignment query using that same user identifier
fresh-football-47124
01/24/2025, 6:03 PM
for 2. What do you want to do with that segment? Like you can AB test that event/action, but are you wanting to target to those users?
o
orange-jordan-21834
01/31/2025, 10:00 AM
Where I define assingment query? experiemnt viewed customers are landed to our redshift and we store at source.experiment viewed. How can I define it in Gorwhtbook
orange-jordan-21834
01/31/2025, 10:03 AM
Screenshot 2025-01-31 at 2.03.11 PM.png
f
fresh-football-47124
02/10/2025, 5:18 AM
The assignment query is defined on the data source page