{extends "pluf/ab/base.html"} {block bodyclass} class="funnel"{/block} {block body}

» All funnels

Funnel {$funnel} - {$nperiod}

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%'}
{$step['conv1']}{/if} {else}   {/if}
{assign $t = $step['total']} {blocktrans $t}{$t} unique visitor.{plural}{$t} unique visitors.{/blocktrans}

{assign $i += 1} {/if}{/foreach}
{if count($stats) and isset($stats[$i-1]['conv1'])}
{assign $i = $i-1}

{$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)}

Filter by visitor property

{/if} *} {/block}