> For the complete documentation index, see [llms.txt](https://help.delpha.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.delpha.io/delpha-for-salesforce/how-to-faq/delpha-data-quality/delpha-engagement-metrics.md).

# Delpha Engagement Metrics

In addition to standard data quality field validation, Delpha calculates a set of summary metrics to give users an instant, aggregated view of a record's quality and engagement level.

These calculated fields can be added to your Salesforce page layouts or used to filter list views and reports or even used in your duplicate settings for scoping, filters or Master record selection.

<table data-header-hidden><thead><tr><th width="184"></th><th width="218"></th><th></th></tr></thead><tbody><tr><td><strong>Calculated Field</strong></td><td><strong>Supported Objects</strong></td><td><strong>Description</strong></td></tr><tr><td>D Email Count</td><td>Lead, Contact, Account</td><td>Tracks the total volume of email interactions associated with this record to assess communication frequency.</td></tr><tr><td>D Call Count</td><td>Lead, Contact, Account</td><td>Tracks the number of logged calls, providing visibility into sales persistence and outreach efforts.</td></tr><tr><td>D Event Count</td><td>Lead, Contact, Account</td><td>Tracks calendar events (such as meetings or demos) to measure high-value interactions and engagement.</td></tr><tr><td>D Case Count</td><td>Account, Contact</td><td>Tracks the total number of customer support cases linked to the record, indicating support volume or account health.</td></tr><tr><td>D Opportunity Count </td><td>Account, Contact</td><td>Tracks the total number of related sales opportunities, providing instant visibility into pipeline activity.</td></tr><tr><td>D Hierarchy Count</td><td>Account</td><td>Tracks the number of child accounts linked to this parent account, providing visibility into corporate structures and family trees.</td></tr><tr><td>D Contact Count</td><td>Account</td><td>Tracks the total number of contacts associated with the account, indicating your reach within the organization.</td></tr></tbody></table>

{% hint style="success" %}
The engagement metrics, generated by data quality analysis, are updated accordingly. Once available, they can be used as standard fields in reports, layouts, or as [conditions for master selection in duplicates](/delpha-for-salesforce/how-to-faq/delpha-duplicate/how-to-create-a-master-selection-custom-rule.md).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.delpha.io/delpha-for-salesforce/how-to-faq/delpha-data-quality/delpha-engagement-metrics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
