# 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** (`delpha__DDQ_QualityEmailRecommended__c`)                            | Email address Delpha suggests using.            | `Generated and Tested by our AI Models`                                                                                                                             |
| **D Email Recommended Qualification** (`delpha__DDQ_QualityEmailRecommendedQualification__c`) | Type of email recommended.                      | `nominative@pro` / `catchall@pro` / `nominative@perso` / `catchall@perso` / `Unknown@pro` / `spamtrap@pro` / `rolebased@pro` / `Invalid` / `Unknown`                |
| **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` |

{% 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: 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://help.delpha.io/delpha-for-salesforce/how-to-faq/delpha-data-quality/what-are-the-data-quality-fields-for-contact-email.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.
