Hi! We currently utilize the NodeJS SDK to handle server-side analytics and experiments. We were wondering if there are any plans to build an exposure tracking provider for NodeJS, similar to the JS SDK implementation
Hey Ishaan Gandhi and lance, this is available!
We support automatic assignment tracking, then use the assignment event as the exposure event when setting up the Experiment.
For remote evaluation, the assignment event is tracked automatically.
For local evaluation, when initializing the SDK, set the assignmentConfig option to automatically track assignment events on local evaluation.
assignmentConfig
lance looking into this for you!
Hey there,
thank you for writing in!
I am confirming this with our SDK team and once they circle back with me - I will let you know!
Thank you for your patience in the meantime,
Zhenia
Hey there lance , thank you for your patience! I just got a reply from our Engineering team, so I am quoting it below:
Yes, we’re planning on adding automatic tracking to server-side SDKs.This feature is currently in beta in another SDK, but the next SDK to add this to would be NodeJS. So for timeline I would expect this feature later this year, mostly likely in the second half.We can not get any more granular, unfortunately.
Yes, we’re planning on adding automatic tracking to server-side SDKs.
This feature is currently in beta in another SDK, but the next SDK to add this to would be NodeJS.
So for timeline I would expect this feature later this year, mostly likely in the second half.
We can not get any more granular, unfortunately.
Hope this helps!
Best,
Hi Zhenia, that’s great to hear. Looking forward to it and thank you for digging into this for us!
Lance
As far as I can tell, the exposure tracker is still not integrated into the Node JS SDK as of October, 2024, a year after the original comment was posted.
What is the workaround for tracking exposures?
We are running an experiment, and in charts seeing a higher number of exposures than assignments. When we drill into users who have an exposure and not an assignment, they do end up having an “Assignment” event in their user event stream. What is preventing them from being included in the roll-up assignment calculation?…
When im creating we experiment, there is option “Saved Pages” here… I searched everywhere and I could not find a single mention of this in docs and i could not figure out how to set this up. My goal is to define a list of pages, ideally by importing a csv. I know i could create rules, but defining that for tens or hundreds…
I am trying to integrate aplitude in my kotlin android application. My dashboad is on US servase zone. I am sure that i copied the right api key for my project but logs shows that the api key is invaled with the staus code 401 Amplitude( Configuration( apiKey = BuildConfig.AMPLITUDE, context = androidContext(), serverZone…
Hi everybody, I am running an experiment using the visual editor. I have made some copy changes to our subheading. However, when I land on the testing page, I can see the change from version A to version B happening in real-time. I already have a few colleagues complaining that it does not look good. Is there anything I…
The redirect from Control to Treatment does not work automatically under the following conditions: * When the user lands on the Control page via a link. * When the user lands on the Control page via a window.location.href redirect. * When the user lands on the Control page via a header('Location: <target_page>') redirect…