Hi all!
If I'm not mistaken, currently if I'm using the react component "IfFeatureEnabled" an experiment gets tracked the moment the page loads. Is there a way (besides lazy loading) to only fire the tracking callback if the component is within the viewport and therefore actually seen? This would be important if I'm testing something way further down on the page to not get a bunch of random noise into the experiment.
Would be great if someone has some insights on this 🙂