Hi team, we are running an experiment & we are...
# ask-questions
f
Hi team, we are running an experiment & we are using experiment_viewed as an event for growthbook. But for some reason that specific event is not being triggered from our end properly. We do have another event named profile_created where we are storing the experiment_id & variation_id. Can we use experiment results data from profile_created event in growthbook? How can we change that? Also the experiment is showing some errors like ratio mismatch & we think that it was because of the event issue itself. Thanks!
s
Yes, your analysis is right that the failing tracking callback will definitely lead to SRM errors/etc. You'll want to debug why that isn't firing. As far as using the other data for analysis, you can add another Experiment Assignment Query by going to your data source and adding it there. You can adjust the SQL to look for the that variation and experiment wherever it's saved.