• Hi.

    I’d like to track when downloads occurred. Therefore, it would be necessary to store the timestamp of the download.
    If you’re interested I’ll send a patch file.

    I have identified 2 possible solutions and would like to know if there’s any chance one of them would be integrated in a future version of EBD?

    Option 1: Add another column (e.g. time_downloaded) to ebd_link that gets set in download.php

    Option 2: Update ebd_link.time_requested in download.php (i.e. add “on update” to table definition). Then, the join to ebd_posted_data should be done via the uid field.

    What do you think?

    Hannes

    http://wordpress.org/extend/plugins/email-before-download/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Download Tracking’ is closed to new replies.