{extends "pluf/ab/base.html"} {block bodyclass} class="funnel"{/block} {block body}
Today | Yesterday | Last 7 days | All time {assign $i=1} {foreach $stats as $step}{if $step} {if $i>1}{$step['total']} ({$step['conv']}) {/if}Step {$i}: {$step['name']} |
{if $i==1}
{if count($props)}
Filter by visitor property{/if} {elseif isset($step['props'])}{assign $stepprops = $step['props']} {foreach $stepprops as $k=>$t}{$k}: {$t} {/foreach} {/if} |
{if $i>1 and isset($step['conv1'])}
{if $step['conv1'] != '100.00%'} |
{$stats[$i]['total']} out of {$stats['1']['total']} visitors reached step {$i} of this funnel. This is a completion rate of {$stats[$i]['conv1']}.
Note that if a user skip a given step, this can make the results a bit off.
{else}We do not have statistics for this period.
{/if} {*{$stats|dump}*} {/block} {block details} {* {if count($props)}