Analyze effectiveness
Tara uses pre-built analytics dashboards to monitor the automation solution and specific metrics for actionable insights into a Business Process (BP).
Dashboards
To view Tara dashboards, go to Control Tower > Analytics > Dashboards > Payment sanction screening overview.
The Payment sanction screening overview dashboard calculates metrics for finished transactions only. Thus, not all transactions are considered on the dashboard during the BP execution.
The out-of-the-box analytics includes the following business metrics:
- Alerts
- Hits
- Avg hits per alert
- Alerts trend
- Hits trend
- Avg hits per alert trend
- Alert automation rate
- Hit automation rate
- Avg time spent
- Alert automation trend
- Hit automation trend
- Avg time spent (in sec)
- True positive (hits)
- False positive (hits)
- Missed false positive (hits)
- Missed true positive (hits)
- Hits trends
- True positive (alerts)
- False positive (alerts)
- Missed false positive (alerts)
- Missed true positive (alerts)
- Alerts trends
- Content format analysis
- Entity type analysis
- Tagname analysis (Top 10)
- Hit decision code distribution

- True Positive: both the gold decision and the AI Agent's decision are
NO_DECISION. - Missed True Positive: The gold decision is
NO_DECISION, but the AI Agent's decision isRESOLVE. - False Positive: Both the gold decision and the AI Agent's decision are
RESOLVE. - Missed False Positive: The gold decision is
RESOLVE, but the AI Agent's decision isNO_DECISION. The automation rate is calculated as the number of false positives divided by the sum of missed false positives and false positives, provided that gold values are available. Otherwise, it is calculated as the count ofRESOLVEdivided by the total number of cases.
Data Stores
Alert-level analytics Data Store
The pss_messages_analytics_v1 Data Store contains alert-level analytics data.

The available columns are as follows:
compaignId: unique identifier of the BP installationrunUuid: unique identifier of the BP executiontransactionId: unique identifier of a requestclientId: client executing BPmessageId: identifier of an incoming alertmessageType: type of an incoming alertalertsCount: number of hits in the alertmsgDecision: alert decision as a JSON stringmsgReviewDecision: alert gold decision as a JSON stringreportLink: generated link of an HTML reportlastModified: timestamp indicating when a record was last modifiedmsgFilteredOut: flag if alert was filtered outmsgDecisionReapplied: flag if a decision on the alert was made by decision reapplicationmodelId: decision model identifiernerModelId: Named Entity Recognition (NER) model identifierrequest_insert_time: timestamp indicating when a record was receivedstatus: completion status of a recordtara_version: Tara version used during request execution
Hit-level analytics Data Store
The pss_alerts_analytics_v1 Data Store contains alert-level analytics data.

The available columns are as follows:
campaignUuid: unique identifier of the BP installationrunUuid: unique identifier of the BP executiontransactionId: unique identifier of a requestclientId: client executing BPmessageId: identifier of an incoming alertalertId: identifier of an incoming hitentityType: type of a screened entityalertDecision: final hit decisionalertDecisionCode: hit decision code or a name of the rule executed to make a decisionalertDecisionDescription: hit decision description; currently, the same as the codealertDecisionExplanation: hit decision explanation, a verbal detailed explanation of the codealertReviewDecision: gold hit decisionlastModified: timestamp indicating when a record was last modifiedfilteredOut: flag if a hit was filtered outdecisionReapplied: flag if a decision on the hit was made by continuous learningmodelId: decision model identifiernerModelId: NER model identifiercontentFormat: message content formattagName: name of the tag where the hit occurred
Enrichment data analytics Data Store
The pss_de_analytics_v1 Data Store contains enrichment data analytics.

The available columns are as follows:
type: enrichment data providertime: call execution timemessage_id: identifier of an incoming alertnum_hits: total number of hits in an alertnum_hits_searched: number of hits that executed the callnum_hits_decision_changed: number of hits for which the decision was changed because of the call
Also, see View CLDS Data Stores.