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
Before you begin: Update the persona data transform to include customer attributes
that satisfy any engagement policies that you defined for the strategy. The persona transform
includes the following sections:
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.
Save the persona data transform into your implementation layer to create as many personas
as you want to test your strategies against.
In the Pega Customer Decision Hub portal, click IntelligenceStrategies.
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
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.
What to do next: To find the strategy component that is not performing as
expected, you can click through each shape on the strategy canvas and identify if and where
actions are dropping out.
Previous topic
Debugging the Next-Best-Action strategy framework
Next topic
Debugging the NBAStrategyFramework component