Fetch product taps analytics
Retrieve analytics for product taps over a specified date range, with various filters and aggregation levels.
Authorizations
The API key required for accessing protected routes. It should be included in the request headers as x-api-key
.
Query Parameters
The start date for the analytics in ISO 8601 format (e.g., "2024-09-01").
The end date for the analytics in ISO 8601 format (e.g., "2024-09-30").
The aggregation level for the data.
daily
, weekly
, monthly
, quarterly
, yearly
The team ID to filter by.
The team slug to filter by.
The collection ID to filter by.
The collection slug to filter by.
The product ID to filter by.
The short URL ID to filter by.
The country to filter by.
The region to filter by.
The operating system to filter by.
ios
, android
, other
, all
The field to order by.
date
, total_taps
, unique_users
, conversion_rate
The sort order (ascending or descending).
asc
, desc
The number of results per page.
The offset for pagination.