Hey, I want to followup on this
https://growthbookusers.slack.com/archives/C01T6Q1SVFV/p1644555632324309
we use GA4, ill explain my current understanding
we setup our experiments in growthbook
these experiments are evaluated on the client
these events should be sent to GA in a way for example
(please suggest a better way), i'm not really a fan of dimensions
ReactGA.event({
category: 'Experiment',
action: 'Experiment Viewed',
dimension_1: experiment.key,
dimension_2: result.variationId,
});
GA4 is then linked with BQ
(i think we didn't setup this part correctly, because I can only see tables beginning with
ga_sessions_
)
lets just assume we will fix that and we will see tables called
ga_events_20220416
is it okay to have daily tables of events, or should we have one big table of events?