# Intercom: Admin Metrics

## Description

* Each record represents an individual admin (employee) and a unique team they are assigned on, enriched with admin specific conversation aggregates. For example, the admin's total conversations, average rating, and median response times by specific team.

## Supported Data Sources

* <img src="https://fivetran.com/integrations/intercom/resources/intercom.svg" alt="" data-size="line"> Intercom

## Columns

| Type    | Name                                             | Description                                                                                              |
| ------- | ------------------------------------------------ | -------------------------------------------------------------------------------------------------------- |
| STRING  | admin\_id                                        | The unique identifier representing the admin.                                                            |
| STRING  | admin\_name                                      | The name of the admin.                                                                                   |
| INTEGER | team\_id                                         | The team ID the admin is associated with.                                                                |
| STRING  | team\_name                                       | The team the admin is associated with.                                                                   |
| INTEGER | job\_title                                       | The admin job title.                                                                                     |
| INTEGER | total\_conversations\_closed                     | The admins sum of total closed conversations.                                                            |
| INTEGER | average\_conversation\_parts                     | The admins average number of parts associated with a single conversation.                                |
| INTEGER | average\_conversation\_rating                    | The admins total average rating given to conversations they closed.                                      |
| INTEGER | median\_conversations\_reopened                  | The admins median value of times they reopened conversations.                                            |
| INTEGER | median\_conversation\_assignments                | The admins median value of times they closed a conversation and had other assignees on the conversation. |
| INTEGER | median\_time\_to\_first\_response\_time\_minutes | The admins median value of time it took for their first response on a conversation.                      |
| INTEGER | median\_time\_to\_last\_close\_minutes           | The admins median value of time it took to the last closure of a conversation.                           |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://endash-guidance-docs.gitbook.io/cigro-data-templates/data-model-templates/intercom-admin-metrics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
