{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 $n => $step} {if $step} {if $i>1 and isset($step['conv'])}{$step['total']} ({$step['conv']}) {/if}Step {$step['id']}: {$step['name']} |
{if $i==1}
{if count($props)}
Filter by visitor property{/if} {elseif isset($step['props']) and isset($step['sprops'])}{assign $stepprops = $step['sprops']}
{foreach $stepprops as $k=>$t}
{/if}
{$k} |
{if $i>1 and isset($step['conv1'])}
{if $step['conv1'] != '100.00%'} |
{$step['total']} out of {$step['bigtotal']} visitors reached step {$step['id']} of this funnel. This is a completion rate of {$step['conv1']}.
{if count($props) and isset($step['sprops1'])}{$k}: {assign $nn = $t[1]} {$t[0]} out of {blocktrans $nn}{$nn} visitor{plural}{$nn} visitors{/blocktrans}{if $t[2]} ({$t[2]}){/if} {/foreach}
Note that if a user skip a given step, this can make the results a bit off.{if count($props)} For the overall property funnel statistics, the first step where a given appears is used as the base value.{/if}
{else}We do not have statistics for this period. See the statistics for all the visitor properties and all time.
{/if} {/block}