Flutter Tracking Callback >>
# ask-questions
b
Flutter Tracking Callback >>
hey folks are there any docs on the tracking callback for Flutter SDK? Similar to Go docs
f
growthBookTrackingCallBack
?
👍 1
b
Thanks @fresh-football-47124
@fresh-football-47124 another silly question here: how is the
growthBookTrackingCallBack
sent via RudderStack --> BigQuery so we can compare outcome based on variant a/b. I can see bigquery as a data source for analysis, but can't see how how experiment an variant ids are sent to BigQuery
f
the trackingCallback sends the experiment name, variation id, user id (or other randomization unit) and timestamp to rudderStack
from there its joined to all the other metrics
that part you have to adjust when you add the SDK
👍 1
b
@fresh-football-47124 will we need to fire RudderStack
track
event with gb experiment, variant id or is that handled by gb SDK?
f
yes, you need to add one RudderStack track event with the SDK implementation, inside the trackingCallback
👍 1