Getting Started
Setup
Create your account
Go to the register page and fill in your info
Create an organization
After logging in either join or create a new organization.
Setup an Test
Now that you're all setup in the Improve dashboard we can create our first AB test. A few things to watch out for;
- Slug - This is automatically generated and possible to overwrite, we're going to need this value in the next steps.
- State - Since we want to integrate this test right away let's pop this in "active". That means that when we create this test it's no longer editable but available to be used right away.
- Options - For setting up our first test let's add two options and leave the values as is. This will give us a 50/50 AB test
- Events - These mark the start and end moment of our AB test. If you're just testing let's try:
pageView
for the start event and actaClick
on the conversion event
Integration
Now that your account and organization are setup it's time to integrate it into your application. This depends on the tech stack that you're running. Currently there are the following connections;
- Javascript SDK
- React SDK
- NextJS Starter