Hi everyone, I am new to GrowthBook and have succ...
# ask-questions
b
Hi everyone, I am new to GrowthBook and have successfully connected my application, created a feature flag, and can toggle a feature on and off. However, I'm encountering an issue when trying to run A/B testing on this feature. Specifically, I want to track user events to measure performance when the feature is enabled or disabled. Can I send these user events directly to GrowthBook, or do I need to use external event tracking tools like BigQuery? Additionally, could you provide a sample code implementation for event tracking? Thanks!
f
Hi Mintesnot - GrowthBook is warehouse native and uses any data source, but does not store events directly
do you have any event tracking currently?
b
Hi Graham, nope I don't have connected any event tracking currently. however planned to use bigQuery for event tracking.
f
bigquery is a database, usually you'd use an event tracker to pipe data to BigQuery
like Rudderstack, Google analytics, segment, etc
b
Oh got it!
also can I use the growthbook sdk for sending the events?
f
you can use growthbook to send the exposure events - ie, which users were exposed to which experiments
but you'll want to connect that info to other important events that the user can do in your product, and for that you should do it directly with your event tracker
b
got it, so when I send the event do I need to add the user identifier so that growthbook can match the data with the users, is this right?
f
ya, but most event trackers will do this automatically - you would tell GrowthBook the id that the event tracker is using (typically)
b
I got it, I really appreciate your help Graham, thanks!
f
no problem
👍 1