v1

latestSwagger 2.02026-07-17502976.2 KB
Analytics

Log a Data Source execution

Records an execution of a Data Source at the current time for a given dashboard.

post/analytics/datasources

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.

dataSourceNamestring

The name of the Data Source that was executed.

dataSourceTypestring

The type of Data Source that was executed.

successboolean

Indicates whether or not the Data Source execution was successful.

durationinteger

The duration of execution, in milliseconds.

browserobject

An object containing Data Source information.

Response

Record logged.