Hi Amplitude Community
I am trying to launch my first experiment and trying to track exposure event
However the docs seem to not have been updated.
What is the correct code to track exposure event.
I am using this
amplitude.track( "$exposure", (Map<String, ? extends Object>) new Properties() .put("exposure.getFlagKey()",exposure.getVariant()));}
but I feel this is not the right way
Could someone please help me out?