Skip to main content

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:

CredentialExampleWhere to find
Auth Tokentrk_hdGhfb...SD5NlAccount settings
Experiment IDi525rjcj2rkt25npclbe4qg2Experiment page

Next

Head to Integrate the Code to add eye tracking to your web page.