Skip to main content

We have a funnel consisting of 14 steps and we’d like to do A/B testing for the funnel to test the price, which assigns on step 1 (50/50, randomly picked). What we don’t understand is how do we add user properties for the price variation A and B?

 

What we fail to understand is how to properly add the properties to the users? The piece of code looks like this:

amplitude.logEvent('Price_Variation', { price: value });

 

How do we set it up properly?

Be the first to reply!

Reply