Welcome

Datum Factory is an API only event tracking service. There's a couple of easy tasks that need to be squared away before you can get started.

  1. Create account at https://datumfactory.com

  2. Create a container

  3. Login through API and get auth token

  4. Begin making requests

Register Account

To get started you will need to register an account at https://datumfactory.com.

Create Container

A container is just a way to organize various sites or app. You would have a container for each app that you wish to log events for, and you will use the container in your API requests.

API Login

Send a POST request to https://YOUR-CONTAINER.datumfactory.com/api/login with the email and password that you used to create your account with. In the return response, you will receive an authentication token that you can use to make future requests with.

Last updated