This endpoint lets you to compare multiple metrics across specified dimensions. You can specify the metrics you want to compare in the query parameters, and the response includes the relevant metrics for the specified dimensions.
Before making a request to this endpoint, call the list dimensions endpoint to obtain all available dimensions that can be used for comparison.
Send a GET request to this endpoint with the desired metrics specified in the query parameters.
You Receive a response containing the comparison values for the specified metrics across the selected dimensions.
Related guide: Compare metrics in dashboard
FastPix APIs are secured with Basic Authentication. Use your Access Token ID as the username and Secret Key as the password in the Authorization header of each API request.
Activate your FastPix account to generate your API credentials. See the guide here
This parameter specifies the time span between which the video views list must be retrieved by. You can provide either from and to unix epoch timestamps or time duration. The scope of duration is between 60 minutes to 30 days.
Accepted formats are:
array of epoch timestamps for example
timespan[]=1498867200×pan[]=1498953600
duration string for example
timespan[]=24:hours or timespan[]=7:days
Pass the dimensions and their corresponding values you want to filter the views by. For excluding the values in the filter we can pass ”!” before the filter value. The list of filters can be obtained from list of dimensions endpoint. Example Values : [ browser_name:Chrome , os_name:macOS , !device_name:Galaxy ]
The value for the selected dimension.
For example:
If dimension is browser_name, the value could be Chrome , Firefox etc .
If dimension is os_name, the value could be macOS , Windows etc .
Get filter/ dimension value details by dimension name.