get https://v1.fastpix.io/data/metrics/comparison
This endpoint allows you to compare multiple metrics across specified dimensions. Before using this endpoint, you should first retrieve all available dimensions using the List Dimensions endpoint. You can then specify the metrics you want to compare in the query parameters, and the response will include the relevant metrics for the specified dimensions.
How it works
-
Retrieve Dimensions: Before making a request to this endpoint, call the List Dimensions endpoint to obtain all available dimensions that can be used for comparison.
-
Make a GET request to the /metrics/comparison endpoint with the desired metrics specified in the query parameters.
-
Receive a response containing the comparison values for the specified metrics across the selected dimensions.