Get Analytics for Events

Allows a user to fetch views for different event types. By default the period it fetches events for are the subscription start date of the org and the current date.

Query Params
string

Public access token used to authorize the request. Requests may only come from the token's allowed domains. This parameter is mandatory when making requests from a browser. Outside of the browser instead supply a bearer header using a private access token.

string

Retrieve list of products of a particular organization. For the token's organization, it retrieves the list of all products. For a public organization it retrieves the list of shared products.

string

Retrieve information by their metadata. Must be passed in as a stringified JSON.

string

Retrieve events with a specific user agent header. Must be converted to an escaped query string.

string

Retrieve events for for a specific page(referer header). This can also be used to fetch all events for a specific origin header. Must be converted to an escpaed query string.

string

Set the starting date to fetch views from. It defaults to the subscription start date if this parameter is not provided. The accepted foramt is YYYY/MM/DD.

string

Set the end date of the period to fetch views from. It defaults to the current date if not provided.

string
enum
Defaults to month

Fetch views by range. This can either be annual, monthly or daily views. It only accepts three values - "year", "month" or "date".

Allowed:
string
enum

Fetch views based on a specific event

Response

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json