This message was deleted.
# ask-questions
w
This message was deleted.
e
if it does affect reporting, wondering if there is a way to get the value of the variations without tracking data being generated if server side, or without the onExperimentViewed callback being fired?
got answer from support for anyone else that is curious:
Copy code
Multiple trackingCallback or experiment viewed events are fine and will be handled (de-duped) by the platform. Typically you want to have the exposure event close to the actual experiment changes you're making. If this cannot be done for practical reasons, you can use activation metrics.
👍 2