Ask HN: Is there anyway to track analytics of an image?

1 points by dtlyst ↗ HN
Is there anyway to track analytics (like putting a "google analytics" track code) of an image? How this could be possible?

2 comments

[ 2.9 ms ] story [ 9.7 ms ] thread
If you have a backend routing your image request, it's as simple as counting the request and save the count somewhere, along with meta info for that specific image.
What specifically do you mean? If it's an image from your server you already know because request logs.