No Visitor totals for Most Downloaded Files

Avatar
  • updated
  • Answered
I am running a custom report for a website, and in the "Files" category in the menu under "Most Downloaded Files" I get N/A for a Visitors total. Do I have some settings amiss?

I changed the total number of entries in the table from the default to 100. But I don't think I have changed anything else.

I do see numbers in the Visitors column for each of the 100 entries, but there is no total.
Avatar
cloud
What I would like to do is count the downloads for the following file types:

arc, arj, bin, csv, gz, pdf, rar, sit, tar, z, zip

I would like to count downloads from any user, multiple downloads from the same user should count as separate downloads.

I assume that adding up the "Hits" totals in the "Most Requested File Types" table for each type would achieve this. But it would be nice to have one custom table with a total at the bottom so I can grab a single number and be done.

Can this be done? Is that what you refer to in your previous response? A custom table sounds like a good solution. Thanks.
Avatar
Michael
Hits can be used to calculate number of downloads, but there is one problem with them. Some users use download manages that use multiple threads/connections to download files, so each full download may produce multiple hits (requests). Usually most of these requests are incomplete ones (they have http status code 206), but it is not possible to just count complete (status 200) requests, as in some cases there may be multiple 206 requests and no 200 request, while file may be fully downloaded.

Incomplete requests are very common for PDF files, as Adobe Reader also uses multiple connections when it shows PDF files.

Because of this problem, it seems that there is no reliable way to count full complete downloads from a visitor. In most cases we recommend to use the number of visitors to estimate number of downloads for specific file, as it will allow you to avoid the problem with multiple hits/incomplete requests per download. However, while it allows you to get number of downloads per file, the program currently doesn't have a way to show total number of per-visit downloads. It can only show a total number of visitors that downloaded files, but in this case it will count any visitor that downloaded any number of files just once, not depending on how many files he/she downloaded.
Avatar
cloud
This all makes sense. I know about the 206 issues as I have a *very* old version of Webtrends that I was using, and it counts the 206 partial downloads as being unique. As you can imagine, you get a pretty inflated count for "downloaded files". Once I figured that out, I filtered as best I could but it is still not a real number.

Add to this the mobile apps that are downloading partial files, and you are right. It gets pretty confusing. I agree there is no exact number here, and no clear path to what I am after. But I do need a number to work with in some manner.

Is it possible to create a custom table containing a rough idea of downloads for a given range of file types? I do not use the numbers themselves as values per se, but more an indicator of relative change over time. I think in that regard, the information is valuable.

Maybe you can point me towards a tutorial for adding a custom table, and I can experiment a bit to see what kinds of numbers I get from various setups? Even having the stats for the scenario you describe in your last example would be helpful. Showing "a total number of visitors that downloaded files" would be helpful to me, even if they downloaded once vs. multiple times. I assume you meant this by file type?
Avatar
Michael
I recommend you to create a daily activity table for downloads.

First of all you should specify all the download file extensions you need in Options > Analysis > Files. This setting will be used in all tables that show statistics on files.

After it you can create a new table in Options > Report > Tables:

1. Enter table name (e.g. "Daily Downloads"), choose category (e.g. "Activity Statistics") and enter section name (or just keep it set to %TableName%).

If you don't want failed requests and/or requests from spiders to be counted here, you should enable the "Custom analysis settings" checkbox on this page, click Customize and then enable the settings you wish.

Then click Next.

2. Choose "Activity by date" as main data and choose the columns and base (sort) column you wish. Click Next.

3. Add a new filter. Choose "Include filter" as filter type and "Requested file" as filter criteria. Enter %DownloadFiles% as filter value (so it will include statistics on downloaded files only).

4. You can also enable the chart for this table.

After it you need to reanalyze your report to show the table. If it's not shown, you should check that the new table is enabled in Options > Report > Contents (while it should be enabled here by default) or Profile Properties > Report > Custom report contents (if you use the custom report contents).

You can also experiment with other tables. E.g. you can choose an existing table, click the More > Copy Table menu item in Options > Report > Tables and then change some settings, e.g. filters or columns. You can also modify existing tables, but in most cases it is better to create new ones and keep the default ones unchanged.
Avatar
Michael
The same visitor may request multiple files, so he could be counted multiple times if the total number of visitors is calculated. That's why the program doesn't show the total number of visitors in this table.
Avatar
cloud
OK. How would you suggest getting the total number of downloads for files of a certain type, such as .pdf, etc?
Avatar
Michael
You can use the Access Statistics > File Types report. By default it doesn't show the number of visitors, but if you have the Professional or Enterprise version, you can change this report in Options > Report > Tables. You need to edit properties of this table and select the Visitors column on the Data tab.

However, if you enable the Visitors column, it will count number of visitors that requested each file type. I.e. if a visitor downloaded two .pdf files, he will be counted once for this file type.
Avatar
cloud
OK, thanks. I run Enterprise, so that is very useful.

I really like using Weblog Expert. It gives very good results, and the numbers make much more sense than my other (aging) logfile reporting software.
Avatar
Michael
Thank you, I'm very glad that you like our software.

One note regarding the File Types table. If you modify it, you should also enable the "Block table updates" setting in the table properties, General tab. Otherwise the table will be overwritten with the default one if you reinstall the program or install a new version.
Avatar
cloud
Michael,
After implementing the changes, I am still getting N/A as a total for the newly-added Visitors column in the modified File Types table. Any ideas?