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

{$k}
{assign $nn = $t[1]} {$t[0]} out of {blocktrans $nn}{$nn} visitor{plural}{$nn} visitors{/blocktrans}{if $t[2]} ({$t[2]}){/if} {/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}

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

{$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'])}
{assign $stepprops = $step['sprops1']}

Visitor Property {$prop}

{foreach $stepprops as $k=>$t}

{$k}: {assign $nn = $t[1]} {$t[0]} out of {blocktrans $nn}{$nn} visitor{plural}{$nn} visitors{/blocktrans}{if $t[2]} ({$t[2]}){/if} {/foreach}

{/if}

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}