Closed (fixed)
Project:
Curlypage
Version:
6.x-3.4
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
5 Feb 2011 at 19:07 UTC
Updated:
6 Mar 2011 at 21:11 UTC
A small glitch in the display of "Click through" percentages. For example, if a curly page had 11 close views and 4 open views which resulted in 1 click, my Click through report shows 0.09%/0.25%
This is incorrect. It should either be 0.09 / 0.25 (0.0.91/0.250 would be better) or 9.1% / 25.0%
It would also be good if there was another statistic, how many closed views resulted in an open view, in the above example it would have been 4/11 or 36.4%
| Comment | File | Size | Author |
|---|
Comments
Comment #1
manfer commentedThanks for the report.
I have corrected percentage outputs adding the missing *100 operation. Now they are shown as two decimal digits precision percentages, as it was pretended on first place.
In your example the output would be: 9.09%/25%
I added too the other statistic you suggest, (open views/close views)*100.
To preserve space I have changed table headers and I added a caption above the table:
C - Clicks, CV - Close views, OV - Open views, CT - Clickthrough, OC - OV/CV
Any suggestion for a more verbose improved caption explaining each column data are welcome.
The dev version in home page contains all those changes. Please report if you test it. I'm going to hold this a little while testing.
Thanks again for the report. Regards.
Comment #2
manfer commented6.x-3.5 version released with the percentages view corrected and the new open views/close views percentage included.
Thanks for the report.