| Scenario Analysis Step |
Visits |
% of Previous Step |
% of All Visits |
{section name=num loop=$statistics}
| {math equation="x+1" x=$smarty.section.num.index}.
{if $statistics[num].step eq "product_page"}Viewed product information
{elseif $statistics[num].step eq "start_page"}Started Cart
{elseif $statistics[num].step eq "step1"}Checkout: Step 1 (Registration Form)
{elseif $statistics[num].step eq "step2"}Checkout: Step 2 (Payment method selection)
{elseif $statistics[num].step eq "step3"}Checkout: Step 3 (Confirmation and Submit)
{elseif $statistics[num].step eq "final_page"}Order Complete
{/if}
|
{$statistics[num].visits} |
{if $statistics[num].percent_parent eq ""}-{else}{$statistics[num].percent_parent}%{/if}
{if $statistics[num].step eq "step2"}({$statistics[num].percent_parent2}%)*{/if}
|
{$statistics[num].percent_all}% |
{/section}
|
* - Step 4 (Payment method selection) can be first step in the Scenario Analysis when registered customer click on "Checkout" link from any place on the site. First value (% of Previous Step) is a % of sum of Step 2 and Step 3. Second value (in the brackets) is a % of visits of pages with product information.
Scenario Analysis Step - The name of the step in the defined scenario. The step marks progress on the path that is being monitored.
Visits - Number of visits where the specified step was followed.
% of Previous Step - Percentage of visits to the previous step in the table.
% of All Visits - Percentage of the total number of visits that viewed this step.