Login to download the latest version of Mint and your favorite Pepper, purchase additional licenses, or post in the Forum. Don't have an account? Create one!

In Partnership with Media Temple

Mint Forum

How can I track what jpegs have been looked at?

Hi all, just installed Mint and all is working fine, however I’d like to know what images are being clicked on my thumbnails page. Also, I can’t seem to make the downloads pepper track people downloading a PDF - is there a trick I should know?

Thanks in advance!

Site is at: flyingphotographic.com

Till
Pepper Developer
Posted on Oct 06, '08 at 01:53 pm

You can use my Downloads Pepper to track requests of whatever your webserver provides to the user. The easiest way would be method #3.

Thanks for the reply but sadly that makes no sense to my pea-sized brain at all!

Till
Pepper Developer
Posted on Oct 07, '08 at 02:10 pm

For example, you could use such a .htaccess file:

<FilesMatch ".(jpg|jpeg)$">
    RewriteCond %{REQUEST_FILENAME} -f
    RewriteRule ^(.*)$ http://minteddomain.com/mint/pepper/tillkruess/downloads/tracker.php?url=http://%{HTTP_HOST}%{REQUEST_URI}&force&inline
</FilesMatch>

You must be logged in to reply. Login above or create an account