I'm looking for a plugin which will allow me to count how many times a file has been downloaded. I don't need neither a fancy download page nor showing the download count on the page itself, I want it just for me. I'm aware that GA can track them but if the user right-click the link it might not detect it.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
You want a plugin (or another piece of software) that tracks the actual server logs. If you don't need WordPress integration there are many options, AWStats is a classic for Apache and other server log formats. I don't know whether there are plugins that integrate nicely with WordPress (normalizing URLs to posts and stuff like that). WP-Alp seems to only display bandwidth usage. |
|||
|
|
Another option is to use plugin that sets up redirect links and tracks clicks count. It won't work if someone links directly to file, but will track clicks from site reliably. Yoast.com had recently recommended Simple URLs by StudioPress for such redirects. |
|||
|
|