Debugging trigger strategies
Trigger strategies are referenced by the dataflow which is invoked by the channel services. To test a trigger strategy, use the data transform (persona) that was automatically generated for you based on your Context Dictionary and run the trigger strategy to identify where the actions are dropping out.
Pega Customer Decision Hub
- ContainerPayload
- Inbound channels use the real-time container service to execute the Next-Best-Action strategy framework. This data structure allows you to define and test results for inbound channels, such as the ContainerName, Direction and Channel, as well as any contextual data.
- EventPayload
- Real-time events execute the Next-Best-Action strategy framework to determine if there is an appropriate next best action to take based on the event. This data structure allows you to define and test results for an event such as EventName and EventType.
- Customer
- This section represents all of the customer data. Add any property that you want to
test against your engagement policy criteria.
Note: The name of this data structure may vary depending on your Context Dictionary definition.
- In the Pega Customer Decision Hub portal, click .
- Open the Trigger_NBA_TopLevel strategy.
- Open the Test Run panel by clicking the slider button on the right side of the strategy canvas.
- In the Settings section, select Data
transform, and then select a persona transform, as in the following
figure
Selecting a customer persona for strategy testing - Click the Open icon.
- On the Definition tab of the data transform, specify the
characteristics of the persona.The persona characteristics are defined as properties of the customer, their journey, and other related data.
For example: If you have a specific test customer contact that you want to use as a test persona, enter their ID in the Set .ContactId equal to row. You can add new properties by right-clicking on a row and selecting Add child. - Save the data transform and switch back to your trigger strategy.
- Click Run, and then select the Result component to view the strategy results.
Previous topic Debugging the Next-Best-Action strategy framework Next topic Debugging the NBAStrategyFramework component