Jump to content

How to track the download of PDF files


Jamesiv1

Recommended Posts

give each PDF a unique id. keep track of the id's in a database along with each PDF file name and number of downloads. update the links to each PDF to use id's instead of the file name. when a user clicks a link, look up the file name for that id, increment the download count for that id, and send the PDF file to the browser.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.