Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Overview of possible parameters

Parameter

Description

Example

$question_id=option_id

Sets the question to the answer option. For multi-selectable questions the option is added.

$bike_type=mountain_bike

!numeric_facet_id=option_id

Sets the facet to the answer option. For multi-selectable questions the option is added.

!140=mountain_bike

xcStartAt=stage_id

Sets the current stage to the given ID.

xcStartAt=xcAjaxClient.wizard.recommendations

xcReset

Clears any previous values in the user profile.

xcReset

Set Initial Answer Options

...

Starting the Product Guide in another stage than the first is done by the parameter:

Code Block
languagexml
xcStartAt=<internal path without 'groups'>

//service.excentos.com/demo/DE/app_Bike-Advisor/en_US/loadadvisor?theme=default&xcStartAt=xcAjaxClient.wizard.recommendations

...