dcsimg

Can multiple scenario analysis steps be used on the same page?

Products

Webtrends Analytics 9.x
Webtrends Analytics 8.x

Issue

Can multiple scenario analysis steps be used on the same page?

Resolution

The WT.si_n and WT.si_x parameters pass the name and sequence of steps in a scenario analysis. In cases where data for two or more distinct scenario analyses is needed to be passed from the same page it is possible to tag for each case without affecting the results of the other scenario analysis steps. For each scenario, use semicolons to separate the name and value pairs so that each name corresponds to a value in the same position.

The following example of what would appear in a web log displays data for three different scenarios:

WT.si_n=A;B;C&WT.si_x=1;1;2

The URL in question represents the first step in scenarios “A” and “B” but is the second step of scenario “C”.

Note: For every WT.si_n value, there must be a corresponding WT.si_x (or WT.si_p) value, without which parsing of the values will result in error.