Storing and using data about your users
Type | Example | Typical Use-Case |
---|---|---|
Automatic Data | current_page_key | Sending the user’s current page to an API |
Answers | weight | Asking the user for their details |
Computed Fields | bmi | Calculating a value to decide if the user is eligible |
Experiment Data | split_title_length | Using the user’s current variant to show or hide a page |
URL Params | utm_source | Setting a condition based on the user’s traffic source |
Registered Keys | access_token | Storing the result of an API request |
name
, the User Data will look like this:
snake_case
, meaning:
split_
.full_name
).full_name
not full_name_input
).email
.