Skip to main content
In Cognigy.AI, Analytics Steps are progress markers that help you monitor the Flow paths users take during interactions with AI Agents. These steps are recorded in the Analytics database and can be analyzed in Insights or retrieved through the OData Endpoint. There are two types of Analytics Steps:

Working with Analytics Steps

You can create Analytics Steps in your Flows in Build > Flows.

Node Steps

Node Steps are Analytics Steps that record Node executions in the Analytics database:
  1. In the Flow editor, click the Node for which you want to add an Analytics Step.
  2. In Settings > Analytics Step in the Node editor, enter a name for the step in the Analytics Step field and save the Node. The step name can’t:
    • Contain the following characters: /, :, *, ?, ", <, >, |, ¥, !, &, $, §, %, {, }, =, », ,, ., ;, +, ~, #, `, ', °, µ, .
    • Start or end with a whitespace.
    • Be longer than 128 characters.

Intent Steps

Intent Steps are Analytics Steps that record Intent recognition in the Analytics database:
  1. In the Flow editor, navigate to NLU > Intents and select an Intent.
  2. In Advanced > Analytics step, enter a name for the step in the Analytics step field. The step name can’t:
    • Contain the following characters: /, :, *, ?, ", <, >, |, ¥, !, &, $, §, %, {, }, =, », ,, ., ;, +, ~, #, `, ', °, µ, .
    • Start or end with a whitespace.
    • Be longer than 128 characters.
Analytics Steps exist in the OData records only after a conversation has triggered them at least once.

More Information

I