{
"meta": {
"total_taps": 123
},
"timeseries": [
{
"date": "<string>",
"total_taps": 123,
"unique_users": 123
}
],
"top_collections": [
{
"collection_id": "<string>",
"total_taps": 123,
"unique_users": 123,
"collection": {
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"image": {
"url": "<string>"
}
}
}
],
"top_locations": [
{
"country_code": "<string>",
"region_code": "<string>",
"total_taps": 123,
"unique_users": 123
}
],
"top_products": [
{
"collection_id": "<string>",
"short_url_id": "<string>",
"total_taps": 123,
"unique_users": 123,
"collection": {
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"image": {
"url": "<string>"
}
},
"short_url": {
"id": 123,
"url": "<string>",
"title": "<string>",
"token_id": 123
}
}
]
}