Getting Started

Create your account & add a site

Register for Otus Analytics, add your first website and find your tracking snippet.

Before you can collect any data you need an Otus account and at least one site. This takes a couple of minutes.

Register for an account

  1. Go to app.otusanalytics.com and choose Create account.
  2. Enter your email address and a password.
  3. Confirm your email if prompted.

New accounts start on a 14-day free trial of the Starter plan — no card required to begin. See Plans & limits for what each tier includes.

Add your first website

Once you're signed in:

  1. Select Add a site.
  2. Enter your site's domain (for example example.com). Enter it without https:// or a trailing slash.
  3. Choose your timezone so reports line up with your day.
  4. Save the site.
A "site" in Otus is identified by a numeric site ID, which is baked into your tracking snippet. The domain is read from the visitor's browser at runtime, so make sure the snippet is installed on the domain you registered.

Find your tracking snippet

After creating a site you'll be taken to the install screen. You can return to it any time from Site settings → Tracking snippet.

Your snippet looks like this (your data-site-id will differ):

index.html
<script defer
  id="otus-script"
  data-site-id="123"
  data-endpoint="https://ingest.otusanalytics.com/e"
  src="https://cdn.otusanalytics.com/otus.js"></script>

Next step

Head to Install the tracking script to add the snippet to your site, or pick a platform-specific integration guide.