TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

1 pointsby dtlystalmost 10 years ago
Is there anyway to track analytics (like putting a "google analytics" track code) of an image? How this could be possible?

2 comments

constantxalmost 10 years ago
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.
davelnewtonalmost 10 years ago
What specifically do you mean? If it's an image from your server you already know because request logs.