Wait USSD Push

Wait for a network-initiated USSD push: a balance alert, a subscription notice, a promotion. The step sends nothing, it watches the SIM.

Wait for a network-initiated USSD push: a balance alert, a subscription notification, a promotional message. The action sends nothing; it watches the SIM and verifies the message when it arrives.

Parameters

ParameterRequiredDescription
Expected MessageNoThe push content you expect. The result records the match ratio.
Check reception from a previous stepNoStart watching from a previous action's position instead of this one, for pushes triggered earlier in the flow.
Reception is optionalNoThe test passes even if no push arrives; variables get their default values. Default: off.

Results and metrics

In the action report (result):

FieldDescription
messageThe push content received.
sessionSession state after the push: alive or close.
ratioMatch ratio (0 to 100) against the expected message.
relative_durationHow long after the watch started the push arrived, in seconds.
dynamic_variablesValues extracted from the push into variables.

In Analytics, each run feeds the USSD push measurement with reception_duration_seconds and duration_seconds, tagged by status, antenna, and access technology.

What's next?

USSD Command

Trigger the flow that causes the push

Wait SMS

The same pattern for incoming SMS

Last updated on