TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Ask HN: Is there anyway to track analytics of an image?
1 points
by
dtlyst
almost 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
constantx
almost 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.
davelnewton
almost 10 years ago
What specifically do you mean? If it's an image from your server you already know because request logs.