Errors
Last updated
Last updated
This guide will help you fetch metrics and dimensions used to compile Smartsight Errors dashboard.
Returns the total errors for all the users .
If you run this request yourself it will not work, you should replace the <access_token> in this example with your own Keycloak access_token you get by running Fetch Auth Token
Returns the error insights with classifications.
customer-id
string
A path parameter in form of a string. This is the unique identifier and you will be able to find this Id on your user profile page.
planlevel
string
A query parameter in form of a string. This is the plan identifier number associated with CustomerID and you will be able to find this plan level using https://smartsight.mediamelon.com/planLevelByCustId/<customer-id>
period
string
A query parameter in comma-separated string format. It needs to in the format of start date and end date (eg: start=1729666800,end=1730271600) in epoch time. For reference, use this Epoch Time converter
metrics
string
Combination of query parameters metrics=concurviewavg,users
in string format. This request needs comma-separated metrics to retrieve the rquested data.
agg
string
A query parameter in form of a string to return data by enabling or disabling aggregation (values: 1 or 2).
customer-id
string
A path parameter in form of a string. This is the unique identifier and you will be able to find this Id on your user profile page.
planlevel
string
A query parameter in form of a string. This is the plan identifier number associated with CustomerID and you will be able to find this plan level using https://smartsight.mediamelon.com/planLevelByCustId/<customer-id>
period
string
A query parameter in comma-separated string format. It needs to in the format of start date and end date (eg: start=1729666800,end=1730271600) in epoch time. For reference, use this Epoch Time converter
metrics
string
Combination of query parameters metrics=category,key,errors,player
in string format. This request needs comma-separated metrics to retrieve the rquested data.
agg
string
A query parameter in form of a string to return data by enabling or disabling aggregation (values: 1 or 2).
aggby
string
Combinaton of query parametersaggby=category,key,player
in string format. This request data will aggregated by given dimension query parameter.