Magidoc

NodeStatistics
Object

Provides real-time statistics about contact flow through a journey node, tracking how many contacts have been processed, are currently waiting, and have completed the node action.

Fields

#

evaluated

Non-null

The total number of contacts that have been evaluated by this node. For triggers and filters, this includes all contacts checked regardless of whether they met the criteria. For actions, this equals the number of contacts that reached the node.

pending

Non-null

The number of contacts currently waiting at this node. This includes contacts in wait/delay nodes, contacts queued for action execution, or contacts being held for scheduled triggers.

performed

Non-null

The number of contacts that successfully completed the node's action or met the node's criteria. For action nodes, this represents successful executions (emails sent, profiles updated, etc.). For filter/decision nodes, this represents contacts that passed the conditions.

Usages

#

References

#