Get product taps
Fetches all short URL taps or clicks associated with a specific product, filtered by various criteria such as date, location, device, and more.
Authorizations
The API key required for accessing protected routes. It should be included in the request headers as x-api-key
.
Path Parameters
The unique identifier of the product.
Query Parameters
Filter taps occurring after this date (inclusive).
Filter taps occurring before this date (inclusive).
Filter taps by postal code.
Filter taps by city.
Filter taps by region code (2-character).
2
Filter taps by country code (2-character).
2
Filter taps by whether the location is within the European Union.
Filter taps by the operating system of the device.
Filter taps by device model.
Filter taps by device vendor.
The maximum number of items to return (1-1000).
1 < x < 1000
The number of items to skip before starting to collect the result set.
The sort order of the results.
asc
, desc
The field by which to order the results.
Response
List of taps (clicks) on short URLs.