Analytics - Tracking
Get the latest tracked clicks
get/v2/user/analytics/{storeId}/tracking/clicks
Path parameters
storeIdstring guid required
Your store identifier
Query parameters
countinteger
The amount of clicks to retrieve
Response
Click list
Example response
{
"clicks": [
{
"utcDate": "2016-08-29T09:12:33.001Z",
"product": {
"productId": "00000000-0000-0000-0000-000000000000",
"productSku": "SKU1234",
"productTitle": "My supert product",
"productImageUrl": "http://i2.cdscdn.com/pdt2/3/9/0/1/550x550/hai6901018043390/rw/haier-b20fwrss-refrigerateur-americain.jpg"
},
"ipAddress": "127.0.0.1",
"channel": {
"channelId": "2dc136a7-0d3d-4cc9-a825-a28a42c53e28",
"channelName": "Amazon FRA",
"channelImageUrl": "http://www.mydomain.com"
}
}
]
}