GET
/
v1
/
projects
/
{id}
/
components
/
{componentId}
/
counters

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token. More info here

Path Parameters

id
string
required
componentId
string
required

Query Parameters

month
string

The month to filter the counters.

day
string

The day to filter the counters.

Response

200 - application/json

A Project Counters object represents the counters of a project.

component_id
string

The Project component ID.

day
string

The day of the statistics.

month
string

The month of the statistics.

object
string

String representing the object's type. Objects of the same type share the same value

page_count
integer

The number of page events generated by the component.

project_id
string

The Project ID.

track_count
integer

The number of track events generated by the component.

user_count
integer

The number of user events generated by the component.