> 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/what-are-the-data-quality-fields-for-contact-email.md).

# What are the Data Quality fields for Contact Email

## Data Quality Fields for Email

&#x20;fields ensuring accuracy and timeliness for effective communication.

{% hint style="info" %}
Email analysis relies on the standard `Contact.Email` field
{% endhint %}

## **Fields for Current Quality Metrics**

These fields describe the current state of the email field for a given record.

<table data-header-hidden><thead><tr><th></th><th width="156"></th><th></th></tr></thead><tbody><tr><td><strong>Field Label</strong></td><td><strong>Explanation</strong></td><td><strong>Potential</strong> <strong>Value</strong></td></tr><tr><td><strong>D Email Accuracy</strong> (<code>delpha__DDQ_QualityEmailAccuracy__c</code>)</td><td>How accurate the email is.</td><td><code>OK</code> / <code>Odd Format</code> / <code>No</code></td></tr><tr><td><strong>D Email Completeness</strong> (<code>delpha__DDQ_QualityEmailCompleteness__c</code>)</td><td>Whether the email field is filled in.</td><td><code>true</code> / <code>false</code> </td></tr><tr><td><strong>D Email Consistency</strong> (<code>delpha__DDQ_QualityEmailConsistency__c</code>)</td><td>Is the email consistent with other fields or systems?</td><td><code>true</code> / <code>false</code> </td></tr><tr><td><strong>D Email Validity</strong> (<code>delpha__DDQ_QualityEmailValidity__c</code>)</td><td>For email, validity concerns the deliverability of the email.</td><td><code>Valid</code> / <code>Invalid</code> / <code>Unknown</code></td></tr><tr><td><strong>D Email Uniqueness</strong> (<code>delpha__DDQ_QualityEmailUniqueness__c</code>)</td><td>Number of times the same email appears in the dataset.</td><td><code>Number</code> </td></tr><tr><td><strong>D Email Timeliness</strong> (<code>delpha__DDQ_QualityEmailTimeliness__c</code>)</td><td>How long since you received an email from this email address.</td><td><code>A</code> to <code>F</code></td></tr><tr><td><strong>D Email Status</strong> (<code>delpha__DDQ_QualityEmailStatus__c</code>)</td><td>Status based on the email history in your mailbox</td><td><code>New</code>/<code>Tested</code>/<code>Validated</code>/<code>Invalid</code></td></tr><tr><td><strong>D Email Score</strong> (<code>delpha__DDQ_QualityEmailScore__c</code>)</td><td>Aggregated quality score (0–100).</td><td><code>0</code> to <code>100</code></td></tr><tr><td><strong>D Email Last Updated</strong> (<code>delpha__DDQ_QualityEmailLastUpdated__c</code>)</td><td>Timestamp of the last data quality analysis done on Email field</td><td><code>date</code></td></tr><tr><td><strong>D Email Qualification</strong> (<code>delpha__DDQ_QualityEmailQualification__c</code>)</td><td>Type of email (e.g., professional, generic).</td><td><code>nominative@pro</code> / <code>catchall@pro</code> / <code>nominative@perso</code> / <code>catchall@perso</code> / <code>Unknown@pro</code> / <code>spamtrap@pro</code> / <code>rolebased@pro</code> / <code>Invalid</code> / <code>Unknown</code></td></tr></tbody></table>

***

## **Fields for Delpha’s Recommendation**

These fields represent Delpha’s **suggested correction or improvement** to the current email field.

| **Field Label**                                                                                                    | **Explanation**                                                                           | **Potential Value**                                                                                                                                                 |
| ------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **D Email Recommended Score** (`delpha__DDQ_QualityEmailRecommendedScore__c`)                                      | Confidence level of the recommendation.                                                   | `0` to `100`                                                                                                                                                        |
| **D Email Recommended Status** (`delpha__DDQ_QualityEmailRecommendedStatus__c`)                                    | Current processing state of the recommendation.                                           | `ToBeAssessed` / `Not Found` / `Potential` / `BotYes` / `BotNo` / `BotEdit` / `StewardYes` / `StewardNo` / `AutoYes` / `AutoNo` / `Failed` / `DoNotAssess` / `Sent` |
| <p><strong>D Email Recommended Data</strong><br>(<code>delpha\_\_DDQ\_QualityEmailRecommendeddata\_\_c</code>)</p> | The field value is an Array of JSON Objects representing candidate email recommendations. | JSON arrays containing email recommendations, validation statuses, confidence scores, and origin lineage for Contact.                                               |

{% hint style="info" %}

* All our recommended emails are tested
* To get more insight on the Data Quality Dimensions for Email, check this [reference article](/delpha-for-salesforce/how-to-faq/delpha-data-quality/what-are-data-quality-dimensions-for-contact-email.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/what-are-the-data-quality-fields-for-contact-email.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.
