Forums » General discussion



Can i Get stat on a image that user is saving.

Hi guys,

i have a html site and on a page when holding down on image i can save it on my mobile phone.

i wonder if i can get stats how many saved the image?

Warm regards Anders

Posted Sun May 20 2012 3:32a by birke***


Not by default, but you could track clicks on the image (which would maybe 50% of teh time be because someone wanted to save it) with something like this:

<img src="..." onclick="clicky.log( this.href, 'Clicked image' );">

This would then show up in your Content > Events report.

Posted Mon May 21 2012 6:34p by Your Friendly Clicky Admin


Hi,

i added your code to my site with my image src="coupon.gif"

and when i check the statstics i can see that i have visit the page but nothing shows in Events.

any ideas why is not working?

Warm regards Anders

Posted Tue May 22 2012 2:28a by birke***


Can you provide a URL that has this image/code on it?

Posted Thu May 24 2012 9:25a by Your Friendly Clicky Admin


hi,

is it possible to pm you the link?

Posted Thu May 24 2012 10:52p by birke***


is it possible to pm you the link?

Posted Tue May 29 2012 11:22p by birke***


You must be logged in to your account to post!