jolly-journalist-68574
05/17/2023, 6:30 PMviewed_experiment
table in BigQuery. Are the records in this table supposed to be events triggered by the SDK's trackingCallback
?
2. We want to add Dimensions to this table (like the GrowthBook UI suggests). If Dimensions = Targeting Attributes, how do we get those into the same event that populates the viewed_experiment
table? It doesn't seem like the trackingCallback
returns with the Targeting Attributes, what's the best practice here?fresh-football-47124
jolly-journalist-68574
05/17/2023, 7:23 PMviewed_experiment
table in BigQuery, this is the flow? trackingCallback from Growthbook SDK
--> our custom event source appends additional parameters
--> send this exposure event to BigQuery
?
2. The reason why I'd want at least the Targeting Attribute dimensions to be in the assignment/exposure event is to guarantee that we know what those values are at time of assignment. Adding dimensions from the 'dimensions' page wouldn't guarantee that. Is that accurate?fresh-football-47124
jolly-journalist-68574
05/17/2023, 7:44 PMfresh-football-47124
jolly-journalist-68574
05/17/2023, 7:46 PMtrackingCallback
from the SDKfresh-football-47124
jolly-journalist-68574
05/17/2023, 7:48 PM