Hello,
We have a client using our platform for AB testing and they use Amplitude as their main analytics platform.
To be able to compare data collected by our platform and Amplitude we’re sending AB testing variation id to Amplitude using JS SDK
window.amplitude.getInstance().logEvent(key, eventProperties);
We’ve verified the event is successfully firing for 94% of users yet the events are not associated with events send by our client from their backend. They use a mixture of Segment events and Node backend events.
How can we assure front-end events are tied with back-end events?