Jumping on this thread, as we have wondered how we best track the "experiment viewed" event when doing pure SSR. Since the GrowthBook instance is living on the server, we no longer have access to it in the rendered app (next.js for example). Do we have to do the tracking then on the server as well? Or is there another wrapper / component we can use on the client to track the viewed experiment?