Skip to main content

Conversations

The Conversations view gives you visibility into the AI interactions happening through your publisher project. You can see conversation threads and individual messages to understand how users engage with your application.

Conversations List

Navigate to your project detail page to see the conversations list. Each conversation shows:

  • Conversation ID -- The unique identifier for the conversation session.
  • Metadata -- Any additional context associated with the conversation.
  • Created -- When the conversation started.
  • Updated -- When the last message was sent.

Conversations are listed in reverse chronological order and are paginated.

Viewing Messages

Click on a conversation to open the messages drawer. Each message shows:

  • Role -- Whether the message is from the user, the assistant (AI), or the system.
  • Content -- The message text.
  • Model -- Which LLM model was used to generate the response.
  • Token counts -- The number of tokens used (prompt, completion, and total).
  • Cost -- The token consumption cost for the message.
  • Latency -- How long the response took to generate.
  • Streaming -- Whether the response was streamed.
  • End user -- An identifier for the end user, if provided.

Messages are displayed in a chat bubble format for easy reading.

Using Conversation Data

Conversation data helps you:

  • Understand user behavior -- See what questions your users are asking and what topics are most common.
  • Monitor quality -- Check that AI responses are accurate and helpful.
  • Track costs -- Understand your token consumption per conversation.
  • Evaluate promotions -- See how product recommendations appear within conversation context.

Privacy

Conversation data is visible only to the project owner and authorized team members. It is not shared with advertisers or other publishers.