I'm sorry to keep bothering you on this issue, but I just can't seem to figure it out
I'm serving an application setup file under the following link:
http://www.mysite.com/SETUP.aspx" target="_blank" rel="nofollow">
http://www.mysite.com/SETUP.aspx" target="_blank" rel="nofollow">
http://www.mysite.com/SETUP.aspx" target="_blank" rel="nofollow">
http://www.mysite.com/SETUP.aspx The page is configured as Other Settings > Link URL > File (A File On Your Site) > File Location SETUP/testsetup.msi
This works fine, although I have 2 problem
1) Permissions do not seem to work (if an anonymous user navigates to
http://www.mysite.com/SETUP.aspx" target="_blank" rel="nofollow">
http://www.mysite.com/SETUP.aspx" target="_blank" rel="nofollow">
http://www.mysite.com/SETUP.aspx" target="_blank" rel="nofollow">
http://www.mysite.com/SETUP.aspx, the file gets downloaded although Unauthenticated Users are denied access in the Page Permissions
2) I'd like to track how often the file get's downloaded so I figured to paste Will's widget code in the "Page Header Tags" area, however I can't seem to figure out what I should enter for the Selector field and the fields after that (which is required according to DNN Widgets documentation).
Or am I using a wrong approach using the "Link URL" page property?
Process is intended to be as follows:
testsetup.msi is uploaded to /Portals/0/SETUP/testsetup.msi where SETUP is a 'secure filesystem' folder.
scenario A - User is registered:
- User clicks download link on Page A that points to
http://www.mysite.com/SETUP.aspx" target="_blank" rel="nofollow">
http://www.mysite.com/SETUP.aspx" target="_blank" rel="nofollow">
http://www.mysite.com/SETUP.aspx" target="_blank" rel="nofollow">
http://www.mysite.com/SETUP.aspx and the file is downloaded
problem1 = how can I track this filedownload with Google Analytics (and Woopra)?
scenario B - User is not registered
- User get's presented a Dynamic Registration module with an completion event that sends an email with a link as a completion event (where tabid67 is the login page and tabid 110 is the SETUP.aspx page):
- User clicks the link in his email > has to enter his password and click login > file gets downloaded.
problem 2 = user stays at the Login page and I like to redirect him to another page after he clicked "Login" and the download has been started
problem 3 = unauthenticated users are able to navigate to
http://www.mysite.com/SETUP.aspx" target="_blank" rel="nofollow">
http://www.mysite.com/SETUP.aspx" target="_blank" rel="nofollow">
http://www.mysite.com/SETUP.aspx" target="_blank" rel="nofollow">
http://www.mysite.com/SETUP.aspx to download the file, although I want them to register before being able to do so