Hacker News new | ask | show | jobs
Ask HN: Is there anyway to track analytics of an image?
1 points by dtlyst 3974 days ago
Is there anyway to track analytics (like putting a "google analytics" track code) of an image? How this could be possible?
2 comments

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.