We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2470fd9 commit 8ea51e1Copy full SHA for 8ea51e1
integrations/visual-website-optimizer/lib/index.js
@@ -124,9 +124,11 @@ VWO.prototype.roots = function() {
124
rootExperiments(function(err, data) {
125
each(data, function(experimentId, variationName) {
126
var uuid = window.VWO.data.vin.uuid;
127
+ var experimentName = window._vwo_exp[experimentId].name;
128
var props = {
129
experimentId: experimentId,
130
variationName: variationName,
131
+ experimentName: experimentName,
132
vwoUserId: uuid
133
};
134
0 commit comments