We have created a member login which allows users to access content.
One content area is a dynamic list of pdf download links, drawn from the
media folder. We need visibility on which member has viewed a particular document.
Could someone suggest roughly the most appropriate route to take?
You should write some custom functionality in an HTTPModule to do this. If you protect content the media items remain unprotected. I've written Media protect that allows you to protect those media items in the same simple way as you protect content. And it comes with an option to log all request to the media item.
Track/Report Member activity?
Hi there,
We have created a member login which allows users to access content. One content area is a dynamic list of pdf download links, drawn from the media folder. We need visibility on which member has viewed a particular document.
Could someone suggest roughly the most appropriate route to take?
Regards,
Brian
HI Brian,
You should write some custom functionality in an HTTPModule to do this. If you protect content the media items remain unprotected. I've written Media protect that allows you to protect those media items in the same simple way as you protect content. And it comes with an option to log all request to the media item.
Check page 11 of the documentation http://soetemansoftware.nl/media/9542/mediaprotect-manual.pdf
Maybe this is something you can use.
Best,
Richard
is working on a reply...