Create an Experiment
Before writing any code, set up your experiment in the Chiasm dashboard to get the credentials you'll need.
1. Sign in to the dashboard
Go to chiasm.eu and sign in with your account. If you don't have one yet, contact us.
2. Create a new experiment
Click New Experiment and give it a name and description. Once created, the dashboard generates a unique Experiment ID (a 24-character alphanumeric string).
3. Copy your auth token
Navigate to your account settings and copy your Auth Token. This token authenticates your tracker requests.
caution
The token is only displayed once. If you lose it, go to the Experiment page and generate a new one.
4. Note your credentials
You'll need both values when integrating the code:
| Credential | Example | Where to find |
|---|---|---|
| Auth Token | trk_hdGhfb...SD5Nl | Account settings |
| Experiment ID | i525rjcj2rkt25npclbe4qg2 | Experiment page |
Next
Head to Integrate the Code to add eye tracking to your web page.