Forum Moderators: DixonJones
Something is amiss I fear.
Any ideas would be appreciated.
When the user scrolls to the next page this will generate an additional request on the webserver, and so on. In this way a 10 page PDF read inline will count for 10 downloads.
See WebTrends support note on issue [webtrends.com].
Another explanation is: when eg. two users that come from the same company/firewall (=same IP number) download a PDF document within the same 30 minute time-slot, they count for 1 visit but 2 downloads.
I know whenever I come across a PDF file, I always right click and save it for reading offline. That's a more useful statistic to me.
Is there a way of telling from the logs how many times the PDF was actually saved, rather than just viewed.
As far as I know you can't see how many actually saved the pdf-doc. However, you can get a more precise number on how many saved the doc OR viewed the doc online.
Every time a user (succesfully) downloads the doc, the webserver returns the return code 200 (=OK).
When a user reads the doc online the webserver first returns the return code 200. When the user goes from page one to page two in the doc the webserver returns a code 206 (=Partial Content).
So, what you do is filtering the report for requests with return code 206:
In WebTrends, make a new profile only for this purpose. Add two filters:
1) Include: file = *.pdf (or a specific pdf-doc)
2) Exclude: return code = 206
Now the "No of downloads" will show a more precise number. The following is stat from our own website:
Downloads without filtering: 619
Downloads with filtering: 100
(user sessions: 80).
/Hannu
Basically I don't think it is a good idea to remove anything from the logfile. It is better to make the proper filters.
And, in this specific case the 206 requests can show how many pages in the PDF file the users read.
By making an include filter in WebTrends with 206 requests you can see how many pages have been "turned" and thereby get an average on how many pages the users read.
/Hannu
You seem to know your WebTrends filters, so do you mind if I pick your brains on something ?
One of my clients wants to know how many externally referred visitors to the homepage (search engine visitors mostly) exited the site at the homepage, after 10 seconds or less.
Top Exit Pages report doesn't give you time online. Any ideas ?
what you do is filtering the report for requests with return code 206
There is a quicker way to get count of the number of times a pdf file was "really" downloaded (discounting page views).
WebTrends lists not only the total "number of downloads" for each file, but also the number of "download sessions". The first of these includes all those extra page views in IE, but the latter should give you the net number you are after.
I think I know the answer for your next question - just have to check something out - get back to you.
bruhaha, you are right, but I think there is a problem with these numbers. The number of download sessions is based on ip addresses and (relevant for B2B sites) if 5 users from within the same domain (firewall/proxy = same ip addresses) download a pdf within a timeframe of 30 minutes it will count only 1 user session.
/Hannu
You could also compress the PDF files into ZIP format, which would force your visitors to download the files... then they could read them offline at their leisure.
From a tracking point of view it's a good idea.
But from a usability point of view I don't think it is recommendable that you force users to download and then unzip before they can read the doc.
Maybe it would be a good idea to provide an alternative link for a zip file??
/Hannu
One of my clients wants to know how many externally referred visitors to the homepage (search engine visitors mostly) exited the site at the homepage, after 10 seconds or less.
A bit tricky...
As far as I can figure it out you can only get numbers for how many who exited after < 1 minute.
Create one include filter:
Referring URL: http:* www*
And one exclude filter:
Referring URL: *clientsdomain.com*
These two filters will exclude all internal referrers and "No Referrer".
Run a report with the tables "Activity Level by Length of Visit" and "Number of Views per Visit".
I think this is the closest you can get...
If you want to see the numbers for specific referrers just replace the include filter with eg. http://www.google*.