Query Definition Language

To generate a report, POST JSON with the options below to https://gatorapi.com/analytics/query.

Click here for the list of standard entities and attributes

Click here for the query tester

A minimal call:

{ "entity": "sessions", "projectId": "Your project id", "timeframe": "today", "attributes": "sessions", "group": "browser" }

How to use custom attributes on sessions, events and people:

Use the notation entity.attribute in queries, like event.color. For example:

{ "attributes": "event.color, session.multivariateKey" }

Options: