wingify / vwo-amplitude-integration

This plugin allows to send VWO data to Amplitude using amplitude-js
Apache License 2.0
0 stars 1 forks source link

feat: add option for simplified key name without experiment id #5

Closed tmchow closed 3 months ago

tmchow commented 3 months ago

Adds an options param with support for userSimpleKey which eliminates the experiment ID from the key name.

This reduces the overall impact of vwo on amplitude user properties while retaining backwards compatibility.

artistictechie commented 3 months ago

Thank you for the proposed solution. Unfortunately, we can’t proceed with it as it only saves the latest test value, overriding the previous ones. This means if a user is part of two campaigns, one value will always be overwritten, which can skew the reports. I have included this feedback in the file as well. We appreciate your efforts and would welcome any alternative suggestions you might have.