Agent analytics

After your agent starts sending messages, you can track metrics for your agent's messages and conversations. The Business Communications Developer Console reports analytics of sent messages, and you can develop your own analytics by tracking events and other attributes of your agent's conversations.

Analytics in the Business Communications Developer Console

The Business Communications Developer Console supports three metrics surrounding agent messages:

  • Sent: The number of messages sent by an agent.
  • Delivered: The number of messages successfully delivered to users.
  • Read: The number of messages read by users.

The console refreshes metrics each morning and timestamps all metrics in the UTC (+0) timezone.

All metrics are grouped by messages sent in a given day, meaning that all events associated with a message (Sent, Delivered, Read) appear on the date (in UTC) that the agent sent the message. If a Delivered or Read event occurs on a subsequent day, the metrics are backfilled to the associated message's Sent date. The console backfills analytics for eight days.

For example, if an agent sends a message on January 1st, and the user's device receives it on January 1st, the Sent and Delivered metrics for January 1st both increase by one when the metrics refresh the next day. If the user reads the message on January 2nd, the Read metric for January 1st (the date the agent sent the message) increases by one when the metrics refresh the next day. However, if the user instead reads the message on January 10th, which is outside the eight-day backfill window, the Read metric for January 1st doesn't increase, and the Read event isn't otherwise reported.

View agent analytics

  1. Open the Business Communications Developer Console, sign in with your RBM Google account, and click your agent.
  2. In the left navigation, click Analytics.
  3. Specify the time scale, start date, and end date for your data.
  4. Specify the metrics you want to view.

To export the current analytics as a CSV file, open the menu in the analytics pane, then click Export data.

Measuring your own analytics

If you have different analytics preferences or require more in-depth information than is available in the Business Communications Developer Console, you can capture your own analytics data.

Here are some metrics that you might capture:

  • Messages sent. Capture details each time your agent sends a message. Tracking the messageId lets you associate a message with the subsequent events and responses.
  • Delivery receipts. Capture DELIVERED events.
  • Read receipts. Capture READ events.
  • User engagement. Capture IS_TYPING events, the number of user responses, and the time difference between READ events and the following user responses.
  • Interaction type. Identify how users respond to your messages. Use meaningful postbackData to track suggested replies and actions, and monitor response formats to identify if users send files, locations, or plain text messages.
  • Agent responsiveness. Capture how long it takes your agent to respond to user messages.

With your analytics captured, you can parse and organize them however best suits your business needs.