> For the complete documentation index, see [llms.txt](https://docs.getuntitled.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getuntitled.ai/product-overview/untitled-id-tag/visitor-dataset-features/b2b-data-points.md).

# B2B Data Points

<table data-full-width="false"><thead><tr><th>Column Label</th><th>Description</th></tr></thead><tbody><tr><td>HEM</td><td>Hashed email (sha256 lowercase)</td></tr><tr><td>UP_ID</td><td>Universal Person ID</td></tr><tr><td>FIRST_NAME</td><td>First name of the matched record</td></tr><tr><td>LAST_NAME</td><td>Last name of the matched record (family name, surname)</td></tr><tr><td>BUSINESS_EMAIL</td><td>Business email attributed to the record and visit</td></tr><tr><td>JOB_TITLE</td><td>Job title</td></tr><tr><td>SENIORITY_LEVEL</td><td>Modeled Seniority based on Job Title (CXO, VP, Director, Manager, or Staff)</td></tr><tr><td>DEPARTMENT</td><td>Modeled <a href="/pages/9Sg5ohVqGwlIEyidkQWv"><mark style="color:blue;">Department</mark> </a>based on Job Title.</td></tr><tr><td>MOBILE_PHONE</td><td>Mobile number associated with the record, run against FCC portability data (to be used for matching purposes only)</td></tr><tr><td>DIRECT_NUMBER</td><td>Direct business number associated with the record</td></tr><tr><td>LINKEDIN_URL</td><td>LinkedIn URL for the record</td></tr><tr><td>PERSONAL_ADDRESS</td><td>Personal address</td></tr><tr><td>PERSONAL_ADDRESS_2</td><td>Personal address 2</td></tr><tr><td>PERSONAL_CITY</td><td>Personal address city</td></tr><tr><td>PERSONAL_STATE</td><td>Personal address state</td></tr><tr><td>PERSONAL_ZIP</td><td>Personal address zip</td></tr><tr><td>PERSONAL_ZIP4</td><td>Plus 4 extension of PERSONAL_ZIP.  Does not include PERSONAL_ZIP</td></tr><tr><td>PROFESSIONAL_ADDRESS</td><td>Business address</td></tr><tr><td>PROFESSIONAL_ADDRESS_2</td><td>Business address 2</td></tr><tr><td>PROFESSIONAL_CITY</td><td>Business address city</td></tr><tr><td>PROFESSIONAL_STATE</td><td>Business address state</td></tr><tr><td>PROFESSIONAL_ZIP</td><td>Business address zip</td></tr><tr><td>PROFESSIONAL_ZIP4</td><td>Plus 4 extension of PROFESISONAL_ZIP. Does not include PROFESSIONAL_ZIP</td></tr><tr><td>COMPANY_NAME</td><td>Company name associated with the current job title</td></tr><tr><td>COMPANY_DOMAIN</td><td>Company domain associated with the company name and business email</td></tr><tr><td>COMPANY_PHONE</td><td>Comma separated array of phone numbers associated with the company</td></tr><tr><td>PRIMARY_INDUSTRY</td><td><a href="/pages/eEDVwEQCvuXtbzbKwfeG"><mark style="color:blue;">Primary industry</mark></a> associated with the company, mapped to LinkedIn industries</td></tr><tr><td>COMPANY_SIC</td><td>Semicolon separated array of SIC codes associated with the company</td></tr><tr><td>COMPANY_ADDRESS</td><td>Company address</td></tr><tr><td>COMPANY_ADDRESS_2</td><td>Company address 2</td></tr><tr><td>COMPANY_CITY</td><td>Company address city</td></tr><tr><td>COMPANY_STATE</td><td>Company address state</td></tr><tr><td>COMPANY_ZIP</td><td>Company address zip</td></tr><tr><td>COMPANY_ZIP4</td><td>Plus 4 extension of COMPANY_ZIP.  Does not include COMPANY_ZIP</td></tr><tr><td>COMPANY_LINKEDIN_URL</td><td>Corporate LinkedIn URL</td></tr><tr><td>COMPANY_REVENUE</td><td><a href="/pages/Mk5iDvOXN78aRz8dhTPv"><mark style="color:blue;">Revenue range</mark></a> of company</td></tr><tr><td>COMPANY_EMPLOYEE_COUNT</td><td> <a href="/pages/PM10xweWnAV8CDKzwkN2"><mark style="color:blue;">Range of employees</mark></a> based on observed employees</td></tr><tr><td>BUSINESS_EMAIL_LAST_SEEN</td><td><p>Unix timestamp of the last activity signal of the business email address</p><p>To convert the unix timestamp to a standard date format, use the following formula in Excel or Google Sheets:</p><p>=(A1/86400)+DATE(1970,1,1)</p></td></tr><tr><td>LAST_UPDATED</td><td>Date the record was last updated</td></tr><tr><td>ACTIVITY_DATE</td><td>Max date of Tag fire for period processed</td></tr><tr><td>PROCESSED_DATE</td><td>Date stamp of match process</td></tr><tr><td>EVENT_DATE</td><td>Timestamp (Date/Time) of the tag fire to the millisecond in UTC</td></tr><tr><td>IP_ADDRESS</td><td>IP address associated with the tag fire</td></tr><tr><td>PARTNER_ID</td><td>PID provisioned by Agency from the tag (feature is an aggregate of all PIDs associated the the Agency)</td></tr><tr><td>AGENCY_ID</td><td>AID provisioned by Untitled for Agency</td></tr><tr><td>UNIX_TIMESTAMP</td><td>Unix version of EVENT_DATE</td></tr><tr><td>JSON_HEADERS</td><td>JSON Header from the tag fire</td></tr><tr><td>REF_URL</td><td>Reference URL of the tag fire; last page visited</td></tr><tr><td>REFERER_URL</td><td>URL visited prior to the tag fire (when available), URL the visitor came from</td></tr></tbody></table>


---

# 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://docs.getuntitled.ai/product-overview/untitled-id-tag/visitor-dataset-features/b2b-data-points.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.
