v1

latestSwagger 2.02026-07-17502976.2 KB
Analytics

Log a Page View (and Visit)

Records a page view at the current time for a given dashboard, user, etc.

post/analytics/pageviews

Request body

datestring date-time

The date this record was logged.

dashboardstring

The ID of the Dashboard being viewed.

pagestring

The current page index (0-indexed).

revstring

The current revision of the Dashboard.

visitIdstring

The current Visit ID: a unique value generated when a Dashboard is opened.

userstring

The ID of a logged-in User. Either this or 'uid' is required.

uidstring

The unique ID for a non-logged-in User. Either this or 'user' is required.

browserobject

An object containing browser information.

ipstring

The IP of the computer logging this record

Response

Record logged.