pluf2

pluf2 Commit Details


Date:2010-04-11 10:44:05 (14 years 8 months ago)
Author:Loic d'Anterroches
Branch:master
Commit:55a13cb2fd3f2dd8be9421ad0df675ac60db7765
Parents: 48dd53abe15cc80bdc5042ff0150aad2b660ec1b
Message:Added the big total to each step to ease display of data.

Changes:

File differences

src/Pluf/AB/Funnel.php
205205
206206
207207
208
208209
209210
210211
$steps[$i]['sprops1'][$v][] = round(100*(float)$t/(float)$tprops[$v],2).'%';
}
}
$steps[$i]['bigtotal'] = $t1;
$prev_step = $steps[$i];
}
}
src/Pluf/templates/pluf/ab/funnel.html
6767
6868
6969
70
70
7171
7272
7373
{if count($stats) and isset($step['conv1'])}
<hr />
<p><strong>{$step['total']}</strong> out of {*$stats['1']['total']*} visitors reached step {$step['id']} of this funnel.
<p><strong>{$step['total']}</strong> out of {$step['bigtotal']} visitors reached step {$step['id']} of this funnel.
This is a completion rate of <strong>{$step['conv1']}</strong>.</p>
{if count($props) and isset($step['sprops1'])}

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05564s using 13 queries.