Running interactions

Use the Call instruction with the pxExecuteInteraction activity to run interaction rules.

  1. Create an instance of the Activity rule in the Dev Studio navigation panel by clicking Records > Technical > Activity.
  2. In the activity steps, enter the Call pxExecuteInteraction method.
  3. Click the arrow to the left of the Method field to expand the method and specify its parameters:
    • Name of the interaction rule

    • Include predictor data - Enter true to include adaptive modeling predictor information or false to exclude it.

    • Adaptive modeling predictor information:

      Parameter Interaction mode
      Predictor Data - Targets the property that will store serialized predictor information. Issue decision (write results to clipboard)
      Serialized Predictor Data - Targets the property that contains serialized predictor information. Typically, this property is used in the issue decision mode. Capture results (write results to Interaction History)
  4. Click Save.
What to do next: 

You can test your changes by using the Utility shape to call your activity from a flow.