> ## Documentation Index
> Fetch the complete documentation index at: https://support.detrics.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Salesforce Metrics & Dimensions

> Complete reference for Salesforce dimensions and metrics

<Info>
  **Last updated:** July 12, 2026
</Info>

<div style={{display: "flex", gap: "8px", marginBottom: "20px"}}>
  <div
    style={{
backgroundColor: "#f3f4f6",
color: "#374151",
padding: "4px 12px",
borderRadius: "16px",
fontSize: "14px",
fontWeight: "500"
}}
  >
    329 dimensions
  </div>

  <div
    style={{
backgroundColor: "#f3f4f6",
color: "#374151",
padding: "4px 12px",
borderRadius: "16px",
fontSize: "14px",
fontWeight: "500"
}}
  >
    48 metrics
  </div>
</div>

This reference covers all available dimensions and metrics for Salesforce data through Detrics. Use this guide to understand what data you can extract and how to structure your queries.

<div style={{display: "flex", gap: "8px", marginBottom: "20px", alignItems: "center"}}>
  <span style={{fontSize: "14px", fontWeight: "500", color: "#6B7280"}}>Supported destinations:</span>

  <div
    style={{
backgroundColor: "#f3f4f6",
color: "#374151",
padding: "4px 12px",
borderRadius: "16px",
fontSize: "14px",
fontWeight: "500"
}}
  >
    Google Sheets
  </div>

  <div
    style={{
backgroundColor: "#f3f4f6",
color: "#374151",
padding: "4px 12px",
borderRadius: "16px",
fontSize: "14px",
fontWeight: "500"
}}
  >
    Claude
  </div>

  <div
    style={{
backgroundColor: "#f3f4f6",
color: "#374151",
padding: "4px 12px",
borderRadius: "16px",
fontSize: "14px",
fontWeight: "500"
}}
  >
    BigQuery
  </div>
</div>

## Dimensions

Dimensions are the attributes you can use to segment and group your Salesforce data.

### Account

|                                                                                               |                                                                                                                                            |
| --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account ID</div>                  | Unique 18-character Salesforce ID for the account<br /><br />**Field Name:** `accountId`<br />**Type:** dimension                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Name</div>                | Name of the account (company)<br /><br />**Field Name:** `accountName`<br />**Type:** dimension                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Type</div>                | Picklist categorising the account (e.g. Customer, Prospect, Partner)<br /><br />**Field Name:** `accountType`<br />**Type:** dimension     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Industry</div>            | Industry the account operates in<br /><br />**Field Name:** `accountIndustry`<br />**Type:** dimension                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Rating</div>              | Rating picklist (Hot/Warm/Cold)<br /><br />**Field Name:** `accountRating`<br />**Type:** dimension                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Ownership</div>           | Ownership type (Public/Private/Subsidiary)<br /><br />**Field Name:** `accountOwnership`<br />**Type:** dimension                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Website</div>             | Account website URL<br /><br />**Field Name:** `accountWebsite`<br />**Type:** dimension                                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Phone</div>               | Main phone number for the account<br /><br />**Field Name:** `accountPhone`<br />**Type:** dimension                                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Fax</div>                 | Fax number for the account<br /><br />**Field Name:** `accountFax`<br />**Type:** dimension                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Number</div>              | External account number (free-text identifier)<br /><br />**Field Name:** `accountAccountNumber`<br />**Type:** dimension                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Billing City</div>        | Billing-address city<br /><br />**Field Name:** `accountBillingCity`<br />**Type:** dimension                                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Billing State</div>       | Billing-address state or province<br /><br />**Field Name:** `accountBillingState`<br />**Type:** dimension                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Billing Country</div>     | Billing-address country<br /><br />**Field Name:** `accountBillingCountry`<br />**Type:** dimension                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Billing Postal Code</div> | Billing-address postal/ZIP code<br /><br />**Field Name:** `accountBillingPostalCode`<br />**Type:** dimension                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Billing Street</div>      | Billing-address street<br /><br />**Field Name:** `accountBillingStreet`<br />**Type:** dimension                                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Shipping City</div>       | Shipping-address city<br /><br />**Field Name:** `accountShippingCity`<br />**Type:** dimension                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Shipping Country</div>    | Shipping-address country<br /><br />**Field Name:** `accountShippingCountry`<br />**Type:** dimension                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Owner ID</div>            | Salesforce User ID of the account owner<br /><br />**Field Name:** `accountOwnerId`<br />**Type:** dimension                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Owner Name</div>          | Full name of the user who owns the account<br /><br />**Field Name:** `accountOwnerName`<br />**Type:** dimension                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Parent ID</div>           | Parent account ID (for account hierarchies)<br /><br />**Field Name:** `accountParentId`<br />**Type:** dimension                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Parent Name</div>         | Parent account name<br /><br />**Field Name:** `accountParentName`<br />**Type:** dimension                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Created Date</div>        | Date the account was created<br /><br />**Field Name:** `accountCreatedDate`<br />**Type:** dimension                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Last Modified Date</div>  | Date the account was last edited<br /><br />**Field Name:** `accountLastModifiedDate`<br />**Type:** dimension                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Last Activity Date</div>  | Date of the most recent activity (task/event) on the account<br /><br />**Field Name:** `accountLastActivityDate`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Description</div>         | Free-text description of the account<br /><br />**Field Name:** `accountDescription`<br />**Type:** dimension                              |

### Contact

|                                                                                               |                                                                                                                                             |
| --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Contact ID</div>                  | Unique 18-character ID for the contact<br /><br />**Field Name:** `contactId`<br />**Type:** dimension                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Contact Salutation</div>          | Salutation prefix (e.g., Mr., Ms., Dr.)<br /><br />**Field Name:** `contactSalutation`<br />**Type:** dimension                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Contact First Name</div>          | First name of the contact<br /><br />**Field Name:** `contactFirstName`<br />**Type:** dimension                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Contact Last Name</div>           | Last name of the contact<br /><br />**Field Name:** `contactLastName`<br />**Type:** dimension                                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Contact Full Name</div>           | Salesforce-computed full name (first + last)<br /><br />**Field Name:** `contactFullName`<br />**Type:** dimension                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Contact Email</div>               | Primary email address of the contact<br /><br />**Field Name:** `contactEmail`<br />**Type:** dimension                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Contact Phone</div>               | Primary phone of the contact<br /><br />**Field Name:** `contactPhone`<br />**Type:** dimension                                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Contact Mobile Phone</div>        | Mobile phone of the contact<br /><br />**Field Name:** `contactMobilePhone`<br />**Type:** dimension                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Contact Title</div>               | Job title of the contact<br /><br />**Field Name:** `contactTitle`<br />**Type:** dimension                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Contact Department</div>          | Department within the company<br /><br />**Field Name:** `contactDepartment`<br />**Type:** dimension                                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Contact Lead Source</div>         | Original source the contact came from (Web/Referral/etc.)<br /><br />**Field Name:** `contactLeadSource`<br />**Type:** dimension           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Contact Mailing City</div>        | City of the mailing address<br /><br />**Field Name:** `contactMailingCity`<br />**Type:** dimension                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Contact Mailing State</div>       | State of the mailing address<br /><br />**Field Name:** `contactMailingState`<br />**Type:** dimension                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Contact Mailing Country</div>     | Country of the mailing address<br /><br />**Field Name:** `contactMailingCountry`<br />**Type:** dimension                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Contact Mailing Postal Code</div> | Postal/ZIP code of the mailing address<br /><br />**Field Name:** `contactMailingPostalCode`<br />**Type:** dimension                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Contact Account ID</div>          | ID of the account this contact belongs to<br /><br />**Field Name:** `contactAccountId`<br />**Type:** dimension                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Contact Account Name</div>        | Name of the account this contact belongs to<br /><br />**Field Name:** `contactAccountName`<br />**Type:** dimension                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Contact Owner ID</div>            | User ID of the contact owner<br /><br />**Field Name:** `contactOwnerId`<br />**Type:** dimension                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Contact Owner Name</div>          | Full name of the contact owner<br /><br />**Field Name:** `contactOwnerName`<br />**Type:** dimension                                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Contact Created Date</div>        | Date the contact was created<br /><br />**Field Name:** `contactCreatedDate`<br />**Type:** dimension                                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Contact Last Modified Date</div>  | Date the contact was last edited<br /><br />**Field Name:** `contactLastModifiedDate`<br />**Type:** dimension                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Contact Last Activity Date</div>  | Date of the most recent activity on the contact<br /><br />**Field Name:** `contactLastActivityDate`<br />**Type:** dimension               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Contact Birthdate</div>           | Birthdate of the contact<br /><br />**Field Name:** `contactBirthdate`<br />**Type:** dimension                                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Contact Description</div>         | Free-text description of the contact<br /><br />**Field Name:** `contactDescription`<br />**Type:** dimension                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Contact Fax</div>                 | Fax number of the contact<br /><br />**Field Name:** `contactFax`<br />**Type:** dimension                                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Contact Home Phone</div>          | Home phone of the contact<br /><br />**Field Name:** `contactHomePhone`<br />**Type:** dimension                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Contact Other Phone</div>         | Other phone of the contact<br /><br />**Field Name:** `contactOtherPhone`<br />**Type:** dimension                                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Contact Pronouns</div>            | Pronouns of the contact (feature must be enabled in org)<br /><br />**Field Name:** `contactPronouns`<br />**Type:** dimension              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Contact Gender Identity</div>     | Gender identity of the contact (feature must be enabled in org)<br /><br />**Field Name:** `contactGenderIdentity`<br />**Type:** dimension |

### Lead

|                                                                                                   |                                                                                                                                       |
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead ID</div>                         | Unique 18-character ID for the lead<br /><br />**Field Name:** `leadId`<br />**Type:** dimension                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Salutation</div>                 | Salutation prefix (e.g., Mr., Ms., Dr.)<br /><br />**Field Name:** `leadSalutation`<br />**Type:** dimension                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead First Name</div>                 | First name of the lead<br /><br />**Field Name:** `leadFirstName`<br />**Type:** dimension                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Last Name</div>                  | Last name of the lead<br /><br />**Field Name:** `leadLastName`<br />**Type:** dimension                                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Name</div>                       | Salesforce-computed full name of the lead<br /><br />**Field Name:** `leadName`<br />**Type:** dimension                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Email</div>                      | Email address of the lead<br /><br />**Field Name:** `leadEmail`<br />**Type:** dimension                                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Phone</div>                      | Phone number of the lead<br /><br />**Field Name:** `leadPhone`<br />**Type:** dimension                                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Company</div>                    | Company name attached to the lead<br /><br />**Field Name:** `leadCompany`<br />**Type:** dimension                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Title</div>                      | Job title of the lead<br /><br />**Field Name:** `leadTitle`<br />**Type:** dimension                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Status</div>                     | Current status in the lead funnel (Open/Working/Converted/etc.)<br /><br />**Field Name:** `leadStatus`<br />**Type:** dimension      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Source</div>                     | Source the lead originated from<br /><br />**Field Name:** `leadSource`<br />**Type:** dimension                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Industry</div>                   | Industry of the lead<br /><br />**Field Name:** `leadIndustry`<br />**Type:** dimension                                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Rating</div>                     | Rating (Hot/Warm/Cold)<br /><br />**Field Name:** `leadRating`<br />**Type:** dimension                                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Country</div>                    | Country of the lead<br /><br />**Field Name:** `leadCountry`<br />**Type:** dimension                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead City</div>                       | City of the lead<br /><br />**Field Name:** `leadCity`<br />**Type:** dimension                                                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead State</div>                      | State of the lead<br /><br />**Field Name:** `leadState`<br />**Type:** dimension                                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Owner ID</div>                   | User ID of the lead owner<br /><br />**Field Name:** `leadOwnerId`<br />**Type:** dimension                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Owner Name</div>                 | Full name of the lead owner<br /><br />**Field Name:** `leadOwnerName`<br />**Type:** dimension                                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Is Converted</div>               | Whether the lead has been converted to a contact/opportunity<br /><br />**Field Name:** `leadIsConverted`<br />**Type:** dimension    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Converted Date</div>             | Date the lead was converted<br /><br />**Field Name:** `leadConvertedDate`<br />**Type:** dimension                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Created Date</div>               | Date the lead was created<br /><br />**Field Name:** `leadCreatedDate`<br />**Type:** dimension                                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Last Modified Date</div>         | Date the lead was last edited<br /><br />**Field Name:** `leadLastModifiedDate`<br />**Type:** dimension                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Converted Account ID</div>       | Account ID created when the lead was converted<br /><br />**Field Name:** `leadConvertedAccountId`<br />**Type:** dimension           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Converted Account Name</div>     | Name of the account created on conversion<br /><br />**Field Name:** `leadConvertedAccountName`<br />**Type:** dimension              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Converted Contact ID</div>       | Contact ID created when the lead was converted<br /><br />**Field Name:** `leadConvertedContactId`<br />**Type:** dimension           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Converted Contact Name</div>     | Name of the contact created on conversion<br /><br />**Field Name:** `leadConvertedContactName`<br />**Type:** dimension              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Converted Opportunity ID</div>   | Opportunity ID created when the lead was converted<br /><br />**Field Name:** `leadConvertedOpportunityId`<br />**Type:** dimension   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Converted Opportunity Name</div> | Name of the opportunity created on conversion<br /><br />**Field Name:** `leadConvertedOpportunityName`<br />**Type:** dimension      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Description</div>                | Free-text description of the lead<br /><br />**Field Name:** `leadDescription`<br />**Type:** dimension                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Has Opted Out Of Email</div>     | True if the lead has opted out of email communications<br /><br />**Field Name:** `leadHasOptedOutOfEmail`<br />**Type:** dimension   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Pronouns</div>                   | Pronouns of the lead (feature must be enabled in org)<br /><br />**Field Name:** `leadPronouns`<br />**Type:** dimension              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Gender Identity</div>            | Gender identity of the lead (feature must be enabled in org)<br /><br />**Field Name:** `leadGenderIdentity`<br />**Type:** dimension |

### Opportunity

|                                                                                                      |                                                                                                                                             |
| ---------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity ID</div>                     | Unique 18-character ID for the opportunity<br /><br />**Field Name:** `opportunityId`<br />**Type:** dimension                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Name</div>                   | Name of the opportunity (deal)<br /><br />**Field Name:** `opportunityName`<br />**Type:** dimension                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Stage Name</div>             | Current stage in the sales pipeline<br /><br />**Field Name:** `opportunityStageName`<br />**Type:** dimension                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Type</div>                   | Type of opportunity (New Business/Existing Customer/etc.)<br /><br />**Field Name:** `opportunityType`<br />**Type:** dimension             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Lead Source</div>            | Source that generated the opportunity<br /><br />**Field Name:** `opportunityLeadSource`<br />**Type:** dimension                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Next Step</div>              | Description of the next planned step<br /><br />**Field Name:** `opportunityNextStep`<br />**Type:** dimension                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Description</div>            | Free-text description of the opportunity<br /><br />**Field Name:** `opportunityDescription`<br />**Type:** dimension                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Campaign ID</div>            | ID of the primary campaign source for this opportunity<br /><br />**Field Name:** `opportunityCampaignId`<br />**Type:** dimension          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Campaign Name</div>          | Name of the primary campaign source<br /><br />**Field Name:** `opportunityCampaignName`<br />**Type:** dimension                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Account ID</div>             | ID of the account this opportunity belongs to<br /><br />**Field Name:** `opportunityAccountId`<br />**Type:** dimension                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Account Name</div>           | Name of the account this opportunity belongs to<br /><br />**Field Name:** `opportunityAccountName`<br />**Type:** dimension                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Contact ID</div>             | ID of the primary contact on the opportunity<br /><br />**Field Name:** `opportunityContactId`<br />**Type:** dimension                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Contact Name</div>           | Name of the primary contact on the opportunity<br /><br />**Field Name:** `opportunityContactName`<br />**Type:** dimension                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Pricebook ID</div>           | ID of the pricebook used for line items<br /><br />**Field Name:** `opportunityPricebookId`<br />**Type:** dimension                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Owner ID</div>               | User ID of the opportunity owner<br /><br />**Field Name:** `opportunityOwnerId`<br />**Type:** dimension                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Owner Name</div>             | Full name of the opportunity owner<br /><br />**Field Name:** `opportunityOwnerName`<br />**Type:** dimension                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Record Type ID</div>         | Record Type ID assigned to this opportunity<br /><br />**Field Name:** `opportunityRecordTypeId`<br />**Type:** dimension                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Record Type Name</div>       | Name of the Record Type assigned to this opportunity<br /><br />**Field Name:** `opportunityRecordTypeName`<br />**Type:** dimension        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Forecast Category Name</div> | Forecast category (Pipeline/Best Case/Commit/Closed)<br /><br />**Field Name:** `opportunityForecastCategoryName`<br />**Type:** dimension  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Is Closed</div>              | True when the opportunity is in a closed stage (won or lost)<br /><br />**Field Name:** `opportunityIsClosed`<br />**Type:** dimension      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Is Won</div>                 | True when the opportunity is in a closed-won stage<br /><br />**Field Name:** `opportunityIsWon`<br />**Type:** dimension                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Has Open Activity</div>      | True when the opportunity has at least one open task/event<br /><br />**Field Name:** `opportunityHasOpenActivity`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Created Date</div>           | Date the opportunity was created<br /><br />**Field Name:** `opportunityCreatedDate`<br />**Type:** dimension                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Close Date</div>             | Expected (or actual) close date<br /><br />**Field Name:** `opportunityCloseDate`<br />**Type:** dimension                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Last Stage Change Date</div> | Timestamp when the opportunity stage last changed<br /><br />**Field Name:** `opportunityLastStageChangeDate`<br />**Type:** dimension      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Last Modified Date</div>     | Date the opportunity was last edited<br /><br />**Field Name:** `opportunityLastModifiedDate`<br />**Type:** dimension                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Last Activity Date</div>     | Date of the most recent activity on the opportunity<br /><br />**Field Name:** `opportunityLastActivityDate`<br />**Type:** dimension       |

### Case

|                                                                                           |                                                                                                                                    |
| ----------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Case ID</div>                 | Unique 18-character ID for the case<br /><br />**Field Name:** `caseId`<br />**Type:** dimension                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Case Number</div>             | Auto-incrementing case number visible to users<br /><br />**Field Name:** `caseNumber`<br />**Type:** dimension                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Case Subject</div>            | Subject line of the case<br /><br />**Field Name:** `caseSubject`<br />**Type:** dimension                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Case Status</div>             | Current status of the case<br /><br />**Field Name:** `caseStatus`<br />**Type:** dimension                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Case Priority</div>           | Priority of the case (High/Medium/Low)<br /><br />**Field Name:** `casePriority`<br />**Type:** dimension                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Case Origin</div>             | Channel the case originated from (Web/Email/Phone/etc.)<br /><br />**Field Name:** `caseOrigin`<br />**Type:** dimension           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Case Type</div>               | Type categorisation<br /><br />**Field Name:** `caseType`<br />**Type:** dimension                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Case Reason</div>             | Reason the case was opened<br /><br />**Field Name:** `caseReason`<br />**Type:** dimension                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Case Description</div>        | Free-text description of the case<br /><br />**Field Name:** `caseDescription`<br />**Type:** dimension                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Case Account ID</div>         | ID of the account associated with the case<br /><br />**Field Name:** `caseAccountId`<br />**Type:** dimension                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Case Account Name</div>       | Name of the account associated with the case<br /><br />**Field Name:** `caseAccountName`<br />**Type:** dimension                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Case Contact ID</div>         | ID of the primary contact on the case<br /><br />**Field Name:** `caseContactId`<br />**Type:** dimension                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Case Contact Name</div>       | Name of the primary contact on the case<br /><br />**Field Name:** `caseContactName`<br />**Type:** dimension                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Case Owner ID</div>           | User/Queue ID owning the case<br /><br />**Field Name:** `caseOwnerId`<br />**Type:** dimension                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Case Owner Name</div>         | Name of the user/queue owning the case<br /><br />**Field Name:** `caseOwnerName`<br />**Type:** dimension                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Case Record Type ID</div>     | Record Type ID assigned to this case<br /><br />**Field Name:** `caseRecordTypeId`<br />**Type:** dimension                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Case Record Type Name</div>   | Name of the Record Type assigned to this case<br /><br />**Field Name:** `caseRecordTypeName`<br />**Type:** dimension             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Case Supplied Name</div>      | Name supplied by the user via Web-to-Case / Email-to-Case<br /><br />**Field Name:** `caseSuppliedName`<br />**Type:** dimension   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Case Supplied Email</div>     | Email supplied by the user via Web-to-Case / Email-to-Case<br /><br />**Field Name:** `caseSuppliedEmail`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Case Supplied Phone</div>     | Phone supplied by the user via Web-to-Case<br /><br />**Field Name:** `caseSuppliedPhone`<br />**Type:** dimension                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Case Supplied Company</div>   | Company supplied by the user via Web-to-Case<br /><br />**Field Name:** `caseSuppliedCompany`<br />**Type:** dimension             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Case Is Closed</div>          | True when the case status is closed<br /><br />**Field Name:** `caseIsClosed`<br />**Type:** dimension                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Case Is Escalated</div>       | True when the case has been escalated<br /><br />**Field Name:** `caseIsEscalated`<br />**Type:** dimension                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Case Created Date</div>       | Date the case was created<br /><br />**Field Name:** `caseCreatedDate`<br />**Type:** dimension                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Case Closed Date</div>        | Date the case was closed<br /><br />**Field Name:** `caseClosedDate`<br />**Type:** dimension                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Case Last Modified Date</div> | Date the case was last edited<br /><br />**Field Name:** `caseLastModifiedDate`<br />**Type:** dimension                           |

### Campaign

|                                                                                               |                                                                                                                              |
| --------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign ID</div>                 | Unique 18-character ID for the campaign<br /><br />**Field Name:** `campaignId`<br />**Type:** dimension                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Name</div>               | Name of the campaign<br /><br />**Field Name:** `campaignName`<br />**Type:** dimension                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Type</div>               | Campaign type (Email/Event/Webinar/etc.)<br /><br />**Field Name:** `campaignType`<br />**Type:** dimension                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Status</div>             | Campaign status (Planned/In Progress/Completed/Aborted)<br /><br />**Field Name:** `campaignStatus`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Description</div>        | Free-text description of the campaign<br /><br />**Field Name:** `campaignDescription`<br />**Type:** dimension              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Parent ID</div>          | Parent campaign ID (campaign hierarchies)<br /><br />**Field Name:** `campaignParentId`<br />**Type:** dimension             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Parent Name</div>        | Parent campaign name<br /><br />**Field Name:** `campaignParentName`<br />**Type:** dimension                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Owner ID</div>           | User ID of the campaign owner<br /><br />**Field Name:** `campaignOwnerId`<br />**Type:** dimension                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Owner Name</div>         | Full name of the campaign owner<br /><br />**Field Name:** `campaignOwnerName`<br />**Type:** dimension                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Is Active</div>          | Whether the campaign is active<br /><br />**Field Name:** `campaignIsActive`<br />**Type:** dimension                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Start Date</div>         | Planned start date of the campaign<br /><br />**Field Name:** `campaignStartDate`<br />**Type:** dimension                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign End Date</div>           | Planned end date of the campaign<br /><br />**Field Name:** `campaignEndDate`<br />**Type:** dimension                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Created Date</div>       | Date the campaign was created<br /><br />**Field Name:** `campaignCreatedDate`<br />**Type:** dimension                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Last Modified Date</div> | Date the campaign was last edited<br /><br />**Field Name:** `campaignLastModifiedDate`<br />**Type:** dimension             |

### Task

|                                                                                                    |                                                                                                                                                 |
| -------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Task ID</div>                          | Unique 18-character ID for the task<br /><br />**Field Name:** `taskId`<br />**Type:** dimension                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Task Subject</div>                     | Subject of the task<br /><br />**Field Name:** `taskSubject`<br />**Type:** dimension                                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Task Status</div>                      | Current status of the task<br /><br />**Field Name:** `taskStatus`<br />**Type:** dimension                                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Task Priority</div>                    | Priority of the task<br /><br />**Field Name:** `taskPriority`<br />**Type:** dimension                                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Task Type</div>                        | Task subtype (Task/Call/Email/etc.)<br /><br />**Field Name:** `taskType`<br />**Type:** dimension                                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Task Description</div>                 | Free-text description of the task<br /><br />**Field Name:** `taskDescription`<br />**Type:** dimension                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Task Who ID</div>                      | Polymorphic ID — Lead or Contact the task relates to<br /><br />**Field Name:** `taskWhoId`<br />**Type:** dimension                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Task What ID</div>                     | Polymorphic ID — Account/Opportunity/Case/etc. the task relates to<br /><br />**Field Name:** `taskWhatId`<br />**Type:** dimension             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Task Account ID</div>                  | Account ID derived from the WhatId or contact relationship<br /><br />**Field Name:** `taskAccountId`<br />**Type:** dimension                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Task Account Name</div>                | Account name derived from the task relationship<br /><br />**Field Name:** `taskAccountName`<br />**Type:** dimension                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Task Owner ID</div>                    | User ID of the task owner<br /><br />**Field Name:** `taskOwnerId`<br />**Type:** dimension                                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Task Owner Name</div>                  | Full name of the task owner<br /><br />**Field Name:** `taskOwnerName`<br />**Type:** dimension                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Task Is Closed</div>                   | True when the task is in a closed status<br /><br />**Field Name:** `taskIsClosed`<br />**Type:** dimension                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Task Activity Date</div>               | Due date of the task<br /><br />**Field Name:** `taskActivityDate`<br />**Type:** dimension                                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Task Completed Date Time</div>         | Timestamp the task was completed<br /><br />**Field Name:** `taskCompletedDateTime`<br />**Type:** dimension                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Task Created Date</div>                | Date the task was created<br /><br />**Field Name:** `taskCreatedDate`<br />**Type:** dimension                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Task Is Recurrence</div>               | True when the task is part of a recurring series<br /><br />**Field Name:** `taskIsRecurrence`<br />**Type:** dimension                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Task Recurrence Start Date</div>       | Start date of the recurring series<br /><br />**Field Name:** `taskRecurrenceStartDateOnly`<br />**Type:** dimension                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Task Recurrence End Date</div>         | End date of the recurring series<br /><br />**Field Name:** `taskRecurrenceEndDateOnly`<br />**Type:** dimension                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Task Recurrence Time Zone</div>        | IANA timezone key for the recurring series<br /><br />**Field Name:** `taskRecurrenceTimeZoneSidKey`<br />**Type:** dimension                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Task Recurrence Type</div>             | Recurrence pattern type (Daily/Weekly/Monthly/Yearly)<br /><br />**Field Name:** `taskRecurrenceType`<br />**Type:** dimension                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Task Recurrence Interval</div>         | Interval between recurrences (e.g., every N days/weeks)<br /><br />**Field Name:** `taskRecurrenceInterval`<br />**Type:** dimension            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Task Recurrence Day Of Week Mask</div> | Bitmask of selected weekdays for weekly recurrences<br /><br />**Field Name:** `taskRecurrenceDayOfWeekMask`<br />**Type:** dimension           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Task Recurrence Day Of Month</div>     | Day of month for monthly recurrences<br /><br />**Field Name:** `taskRecurrenceDayOfMonth`<br />**Type:** dimension                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Task Recurrence Instance</div>         | Which occurrence within the month (First/Second/Third/Fourth/Last)<br /><br />**Field Name:** `taskRecurrenceInstance`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Task Recurrence Month Of Year</div>    | Month of year for yearly recurrences<br /><br />**Field Name:** `taskRecurrenceMonthOfYear`<br />**Type:** dimension                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Task Recurrence Regenerated Type</div> | Whether the next task is regenerated after completion<br /><br />**Field Name:** `taskRecurrenceRegeneratedType`<br />**Type:** dimension       |

### Event

|                                                                                                     |                                                                                                                                                  |
| --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event ID</div>                          | Unique 18-character ID for the event<br /><br />**Field Name:** `eventId`<br />**Type:** dimension                                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Subject</div>                     | Subject of the event (meeting)<br /><br />**Field Name:** `eventSubject`<br />**Type:** dimension                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Description</div>                 | Free-text description of the event<br /><br />**Field Name:** `eventDescription`<br />**Type:** dimension                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Location</div>                    | Location of the event (e.g., Zoom, room name, city)<br /><br />**Field Name:** `eventLocation`<br />**Type:** dimension                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Type</div>                        | Event subtype<br /><br />**Field Name:** `eventType`<br />**Type:** dimension                                                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Who ID</div>                      | Polymorphic ID — Lead or Contact the event relates to<br /><br />**Field Name:** `eventWhoId`<br />**Type:** dimension                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event What ID</div>                     | Polymorphic ID — Account/Opportunity/etc. the event relates to<br /><br />**Field Name:** `eventWhatId`<br />**Type:** dimension                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Account ID</div>                  | Account ID derived from the event relationship<br /><br />**Field Name:** `eventAccountId`<br />**Type:** dimension                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Account Name</div>                | Account name derived from the event relationship<br /><br />**Field Name:** `eventAccountName`<br />**Type:** dimension                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Owner ID</div>                    | User ID of the event owner<br /><br />**Field Name:** `eventOwnerId`<br />**Type:** dimension                                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Owner Name</div>                  | Full name of the event owner<br /><br />**Field Name:** `eventOwnerName`<br />**Type:** dimension                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Is All Day Event</div>            | True for all-day events (no specific start time)<br /><br />**Field Name:** `eventIsAllDayEvent`<br />**Type:** dimension                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Start Date Time</div>             | Event start timestamp<br /><br />**Field Name:** `eventStartDateTime`<br />**Type:** dimension                                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event End Date Time</div>               | Event end timestamp<br /><br />**Field Name:** `eventEndDateTime`<br />**Type:** dimension                                                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Activity Date Time</div>          | Activity timestamp (computed by Salesforce from start time)<br /><br />**Field Name:** `eventActivityDateTime`<br />**Type:** dimension          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Created Date</div>                | Date the event was created<br /><br />**Field Name:** `eventCreatedDate`<br />**Type:** dimension                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Is Recurrence</div>               | True when the event is part of a recurring series<br /><br />**Field Name:** `eventIsRecurrence`<br />**Type:** dimension                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Recurrence Start Date Time</div>  | Start timestamp of the recurring series<br /><br />**Field Name:** `eventRecurrenceStartDateTime`<br />**Type:** dimension                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Recurrence End Date</div>         | End date of the recurring series<br /><br />**Field Name:** `eventRecurrenceEndDateOnly`<br />**Type:** dimension                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Recurrence Time Zone</div>        | IANA timezone key for the recurring series<br /><br />**Field Name:** `eventRecurrenceTimeZoneSidKey`<br />**Type:** dimension                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Recurrence Type</div>             | Recurrence pattern type (Daily/Weekly/Monthly/Yearly)<br /><br />**Field Name:** `eventRecurrenceType`<br />**Type:** dimension                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Recurrence Interval</div>         | Interval between recurrences<br /><br />**Field Name:** `eventRecurrenceInterval`<br />**Type:** dimension                                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Recurrence Day Of Week Mask</div> | Bitmask of selected weekdays for weekly recurrences<br /><br />**Field Name:** `eventRecurrenceDayOfWeekMask`<br />**Type:** dimension           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Recurrence Day Of Month</div>     | Day of month for monthly recurrences<br /><br />**Field Name:** `eventRecurrenceDayOfMonth`<br />**Type:** dimension                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Recurrence Instance</div>         | Which occurrence within the month (First/Second/Third/Fourth/Last)<br /><br />**Field Name:** `eventRecurrenceInstance`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Recurrence Month Of Year</div>    | Month of year for yearly recurrences<br /><br />**Field Name:** `eventRecurrenceMonthOfYear`<br />**Type:** dimension                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Show As</div>                     | Calendar visibility (Busy/Out Of Office/Free)<br /><br />**Field Name:** `eventShowAs`<br />**Type:** dimension                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Is Child</div>                    | True for child events under a group event<br /><br />**Field Name:** `eventIsChild`<br />**Type:** dimension                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Is Group Event</div>              | True when the event is a group/multi-attendee event<br /><br />**Field Name:** `eventIsGroupEvent`<br />**Type:** dimension                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Group Event Type</div>            | Group event type (Group Event / Proposed)<br /><br />**Field Name:** `eventGroupEventType`<br />**Type:** dimension                              |

### User

|                                                                                                   |                                                                                                                                               |
| ------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User ID</div>                         | Unique 18-character User ID<br /><br />**Field Name:** `userId`<br />**Type:** dimension                                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Name</div>                       | Display name (first + last)<br /><br />**Field Name:** `userName`<br />**Type:** dimension                                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User First Name</div>                 | First name<br /><br />**Field Name:** `userFirstName`<br />**Type:** dimension                                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Last Name</div>                  | Last name<br /><br />**Field Name:** `userLastName`<br />**Type:** dimension                                                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Username</div>                        | Login username (email-style)<br /><br />**Field Name:** `userUsername`<br />**Type:** dimension                                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Alias</div>                      | Short alias for the user (≤8 chars)<br /><br />**Field Name:** `userAlias`<br />**Type:** dimension                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Email</div>                      | Email address<br /><br />**Field Name:** `userEmail`<br />**Type:** dimension                                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Title</div>                      | Job title<br /><br />**Field Name:** `userTitle`<br />**Type:** dimension                                                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Department</div>                 | Department<br /><br />**Field Name:** `userDepartment`<br />**Type:** dimension                                                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Company Name</div>               | Company name on the user record<br /><br />**Field Name:** `userCompanyName`<br />**Type:** dimension                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Division</div>                   | Division on the user record<br /><br />**Field Name:** `userDivision`<br />**Type:** dimension                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Employee Number</div>            | Employee number on the user record<br /><br />**Field Name:** `userEmployeeNumber`<br />**Type:** dimension                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Phone</div>                      | Primary phone<br /><br />**Field Name:** `userPhone`<br />**Type:** dimension                                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Mobile Phone</div>               | Mobile phone<br /><br />**Field Name:** `userMobilePhone`<br />**Type:** dimension                                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Fax</div>                        | Fax number<br /><br />**Field Name:** `userFax`<br />**Type:** dimension                                                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Street</div>                     | Street address<br /><br />**Field Name:** `userStreet`<br />**Type:** dimension                                                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User City</div>                       | City<br /><br />**Field Name:** `userCity`<br />**Type:** dimension                                                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User State</div>                      | State or province<br /><br />**Field Name:** `userState`<br />**Type:** dimension                                                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Postal Code</div>                | Postal/ZIP code<br /><br />**Field Name:** `userPostalCode`<br />**Type:** dimension                                                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Country</div>                    | Country<br /><br />**Field Name:** `userCountry`<br />**Type:** dimension                                                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Profile ID</div>                 | ID of the assigned Profile<br /><br />**Field Name:** `userProfileId`<br />**Type:** dimension                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Profile Name</div>               | Name of the assigned Profile<br /><br />**Field Name:** `userProfileName`<br />**Type:** dimension                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Role ID</div>                    | ID of the assigned Role<br /><br />**Field Name:** `userRoleId`<br />**Type:** dimension                                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Manager ID</div>                 | ID of the user's manager<br /><br />**Field Name:** `userManagerId`<br />**Type:** dimension                                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Manager Name</div>               | Name of the user's manager<br /><br />**Field Name:** `userManagerName`<br />**Type:** dimension                                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Type</div>                       | User license type (Standard, CustomerSuccess, etc.)<br /><br />**Field Name:** `userUserType`<br />**Type:** dimension                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Time Zone</div>                  | IANA timezone key<br /><br />**Field Name:** `userTimeZone`<br />**Type:** dimension                                                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Locale</div>                     | Locale key (e.g., en\_US) — controls number/date formatting<br /><br />**Field Name:** `userLocaleSidKey`<br />**Type:** dimension            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Language</div>                   | UI language key (e.g., en\_US, es)<br /><br />**Field Name:** `userLanguageLocaleKey`<br />**Type:** dimension                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Email Encoding</div>             | Character encoding for outbound email (e.g., UTF-8)<br /><br />**Field Name:** `userEmailEncodingKey`<br />**Type:** dimension                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Digest Frequency</div>           | Chatter digest email frequency (D/W/N)<br /><br />**Field Name:** `userDigestFrequency`<br />**Type:** dimension                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Call Center ID</div>             | ID of the assigned Call Center (CTI)<br /><br />**Field Name:** `userCallCenterId`<br />**Type:** dimension                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Receives Admin Info Emails</div> | Whether the user receives admin info emails from Salesforce<br /><br />**Field Name:** `userReceivesAdminInfoEmails`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Receives Info Emails</div>       | Whether the user receives marketing/info emails from Salesforce<br /><br />**Field Name:** `userReceivesInfoEmails`<br />**Type:** dimension  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Forecast Enabled</div>           | Whether the user is enabled for forecasting<br /><br />**Field Name:** `userForecastEnabled`<br />**Type:** dimension                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Is Active</div>                  | Whether the user is currently active<br /><br />**Field Name:** `userIsActive`<br />**Type:** dimension                                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User About Me</div>                   | Free-text about-me field shown on the user profile<br /><br />**Field Name:** `userAboutMe`<br />**Type:** dimension                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Last Login Date</div>            | Most recent login timestamp<br /><br />**Field Name:** `userLastLoginDate`<br />**Type:** dimension                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Created Date</div>               | Date the user was created<br /><br />**Field Name:** `userCreatedDate`<br />**Type:** dimension                                               |

### User Preferences

|                                                                                                                 |                                                                                                                                                                |
| --------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Activity Reminders Popup</div>                 | Activity reminders popup preference<br /><br />**Field Name:** `userUserPreferencesActivityRemindersPopup`<br />**Type:** dimension                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Event Reminders Default</div>                  | Default state of the event reminders checkbox<br /><br />**Field Name:** `userUserPreferencesEventRemindersCheckboxDefault`<br />**Type:** dimension           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Task Reminders Default</div>                   | Default state of the task reminders checkbox<br /><br />**Field Name:** `userUserPreferencesTaskRemindersCheckboxDefault`<br />**Type:** dimension             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Reminder Sound Off</div>                       | Disable reminder sounds<br /><br />**Field Name:** `userUserPreferencesReminderSoundOff`<br />**Type:** dimension                                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Suppress Event SFX Reminders</div>             | Suppress event SFX reminders<br /><br />**Field Name:** `userUserPreferencesSuppressEventSFXReminders`<br />**Type:** dimension                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Suppress Task SFX Reminders</div>              | Suppress task SFX reminders<br /><br />**Field Name:** `userUserPreferencesSuppressTaskSFXReminders`<br />**Type:** dimension                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Reverse Open Activities View</div>             | Reverse the Open Activities list order<br /><br />**Field Name:** `userUserPreferencesReverseOpenActivitiesView`<br />**Type:** dimension                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Disable All Feeds Email</div>                  | Disable all Chatter feed emails<br /><br />**Field Name:** `userUserPreferencesDisableAllFeedsEmail`<br />**Type:** dimension                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Disable Followers Email</div>                  | Disable new-follower email notifications<br /><br />**Field Name:** `userUserPreferencesDisableFollowersEmail`<br />**Type:** dimension                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Disable Profile Post Email</div>               | Disable profile-post email notifications<br /><br />**Field Name:** `userUserPreferencesDisableProfilePostEmail`<br />**Type:** dimension                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Disable Change Comment Email</div>             | Disable change-comment email notifications<br /><br />**Field Name:** `userUserPreferencesDisableChangeCommentEmail`<br />**Type:** dimension                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Disable Later Comment Email</div>              | Disable later-comment email notifications<br /><br />**Field Name:** `userUserPreferencesDisableLaterCommentEmail`<br />**Type:** dimension                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Disable Like Email</div>                       | Disable like email notifications<br /><br />**Field Name:** `userUserPreferencesDisableLikeEmail`<br />**Type:** dimension                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Disable Message Email</div>                    | Disable message email notifications<br /><br />**Field Name:** `userUserPreferencesDisableMessageEmail`<br />**Type:** dimension                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Disable Endorsement Email</div>                | Disable endorsement email notifications<br /><br />**Field Name:** `userUserPreferencesDisableEndorsementEmail`<br />**Type:** dimension                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Disable Feedback Email</div>                   | Disable feedback email notifications<br /><br />**Field Name:** `userUserPreferencesDisableFeedbackEmail`<br />**Type:** dimension                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Disable Mentions Post Email</div>              | Disable mentions-in-post email notifications<br /><br />**Field Name:** `userUserPreferencesDisableMentionsPostEmail`<br />**Type:** dimension                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Disable Share Post Email</div>                 | Disable share-post email notifications<br /><br />**Field Name:** `userUserPreferencesDisableSharePostEmail`<br />**Type:** dimension                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Disable Bookmark Email</div>                   | Disable bookmark email notifications<br /><br />**Field Name:** `userUserPreferencesDisableBookmarkEmail`<br />**Type:** dimension                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Disable Reward Email</div>                     | Disable reward email notifications<br /><br />**Field Name:** `userUserPreferencesDisableRewardEmail`<br />**Type:** dimension                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Disable Work Email</div>                       | Disable work email notifications<br /><br />**Field Name:** `userUserPreferencesDisableWorkEmail`<br />**Type:** dimension                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Disable File Share Notifications (API)</div>   | Disable file-share notifications via API<br /><br />**Field Name:** `userUserPreferencesDisableFileShareNotificationsForApi`<br />**Type:** dimension          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Disable Profile Post Comment Email</div>       | Disable profile-post comment email notifications<br /><br />**Field Name:** `userUserPreferencesDisProfPostCommentEmail`<br />**Type:** dimension              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Disable Mentions Comment Email</div>           | Disable mentions-in-comment email notifications<br /><br />**Field Name:** `userUserPreferencesDisMentionsCommentEmail`<br />**Type:** dimension               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Disable Comment After Like Email</div>         | Disable comment-after-like email notifications<br /><br />**Field Name:** `userUserPreferencesDisCommentAfterLikeEmail`<br />**Type:** dimension               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Show Email To External Users</div>             | Expose email to external community users<br /><br />**Field Name:** `userUserPreferencesShowEmailToExternalUsers`<br />**Type:** dimension                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Show Email To Guest Users</div>                | Expose email to guest users<br /><br />**Field Name:** `userUserPreferencesShowEmailToGuestUsers`<br />**Type:** dimension                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Show Title To External Users</div>             | Expose title to external community users<br /><br />**Field Name:** `userUserPreferencesShowTitleToExternalUsers`<br />**Type:** dimension                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Show Title To Guest Users</div>                | Expose title to guest users<br /><br />**Field Name:** `userUserPreferencesShowTitleToGuestUsers`<br />**Type:** dimension                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Show Manager To External Users</div>           | Expose manager to external community users<br /><br />**Field Name:** `userUserPreferencesShowManagerToExternalUsers`<br />**Type:** dimension                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Show Manager To Guest Users</div>              | Expose manager to guest users<br /><br />**Field Name:** `userUserPreferencesShowManagerToGuestUsers`<br />**Type:** dimension                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Show Work Phone To External Users</div>        | Expose work phone to external community users<br /><br />**Field Name:** `userUserPreferencesShowWorkPhoneToExternalUsers`<br />**Type:** dimension            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Show Work Phone To Guest Users</div>           | Expose work phone to guest users<br /><br />**Field Name:** `userUserPreferencesShowWorkPhoneToGuestUsers`<br />**Type:** dimension                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Show Mobile Phone To External Users</div>      | Expose mobile phone to external community users<br /><br />**Field Name:** `userUserPreferencesShowMobilePhoneToExternalUsers`<br />**Type:** dimension        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Show Mobile Phone To Guest Users</div>         | Expose mobile phone to guest users<br /><br />**Field Name:** `userUserPreferencesShowMobilePhoneToGuestUsers`<br />**Type:** dimension                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Show Fax To External Users</div>               | Expose fax to external community users<br /><br />**Field Name:** `userUserPreferencesShowFaxToExternalUsers`<br />**Type:** dimension                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Show Fax To Guest Users</div>                  | Expose fax to guest users<br /><br />**Field Name:** `userUserPreferencesShowFaxToGuestUsers`<br />**Type:** dimension                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Show Street To External Users</div>            | Expose street address to external community users<br /><br />**Field Name:** `userUserPreferencesShowStreetAddressToExternalUsers`<br />**Type:** dimension    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Show Street To Guest Users</div>               | Expose street address to guest users<br /><br />**Field Name:** `userUserPreferencesShowStreetAddressToGuestUsers`<br />**Type:** dimension                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Show City To External Users</div>              | Expose city to external community users<br /><br />**Field Name:** `userUserPreferencesShowCityToExternalUsers`<br />**Type:** dimension                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Show City To Guest Users</div>                 | Expose city to guest users<br /><br />**Field Name:** `userUserPreferencesShowCityToGuestUsers`<br />**Type:** dimension                                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Show State To External Users</div>             | Expose state to external community users<br /><br />**Field Name:** `userUserPreferencesShowStateToExternalUsers`<br />**Type:** dimension                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Show State To Guest Users</div>                | Expose state to guest users<br /><br />**Field Name:** `userUserPreferencesShowStateToGuestUsers`<br />**Type:** dimension                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Show Postal Code To External Users</div>       | Expose postal code to external community users<br /><br />**Field Name:** `userUserPreferencesShowPostalCodeToExternalUsers`<br />**Type:** dimension          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Show Postal Code To Guest Users</div>          | Expose postal code to guest users<br /><br />**Field Name:** `userUserPreferencesShowPostalCodeToGuestUsers`<br />**Type:** dimension                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Show Country To External Users</div>           | Expose country to external community users<br /><br />**Field Name:** `userUserPreferencesShowCountryToExternalUsers`<br />**Type:** dimension                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Show Country To Guest Users</div>              | Expose country to guest users<br /><br />**Field Name:** `userUserPreferencesShowCountryToGuestUsers`<br />**Type:** dimension                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Show Profile Pic To Guest Users</div>          | Expose profile picture to guest users<br /><br />**Field Name:** `userUserPreferencesShowProfilePicToGuestUsers`<br />**Type:** dimension                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Lightning Experience Preferred</div>           | Whether the user prefers Lightning Experience<br /><br />**Field Name:** `userUserPreferencesLightningExperiencePreferred`<br />**Type:** dimension            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Native Email Client</div>                      | Use native email client preference<br /><br />**Field Name:** `userUserPreferencesNativeEmailClient`<br />**Type:** dimension                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Enable Auto Subscribe For Feeds</div>          | Auto-subscribe to feeds for objects the user creates<br /><br />**Field Name:** `userUserPreferencesEnableAutoSubForFeeds`<br />**Type:** dimension            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Sort Feed By Comment</div>                     | Sort feed by most-recent comment<br /><br />**Field Name:** `userUserPreferencesSortFeedByComment`<br />**Type:** dimension                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Favorites Show Top Favorites</div>             | Show top favorites in the favorites menu<br /><br />**Field Name:** `userUserPreferencesFavoritesShowTopFavorites`<br />**Type:** dimension                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Receive No Approver Notifications</div>        | Receive no notifications as an approver<br /><br />**Field Name:** `userUserPreferencesReceiveNoNotificationsAsApprover`<br />**Type:** dimension              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Receive Delegated Approver Notifications</div> | Receive notifications as a delegated approver<br /><br />**Field Name:** `userUserPreferencesReceiveNotificationsAsDelegatedApprover`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Show Forecasting Change Signals</div>          | Show forecasting change signals<br /><br />**Field Name:** `userUserPreferencesShowForecastingChangeSignals`<br />**Type:** dimension                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Opt Out Of Touch</div>                         | Opt out of touch UI on mobile<br /><br />**Field Name:** `userUserPreferencesOptOutOfTouch`<br />**Type:** dimension                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Path Assistant Collapsed</div>                 | Whether the Path assistant defaults to collapsed<br /><br />**Field Name:** `userUserPreferencesPathAssistantCollapsed`<br />**Type:** dimension               |

### Opportunity Line Item

|                                                                                                            |                                                                                                                                   |
| ---------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Line Item ID</div>                 | Unique 18-character ID for the line item<br /><br />**Field Name:** `opportunityLineItemId`<br />**Type:** dimension              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Line Item Name</div>               | Auto-computed name of the line item (Opp + Product)<br /><br />**Field Name:** `opportunityLineItemName`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Line Item Description</div>        | Free-text description for the line item<br /><br />**Field Name:** `opportunityLineItemDescription`<br />**Type:** dimension      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Line Item Opportunity ID</div>     | ID of the parent opportunity<br /><br />**Field Name:** `opportunityLineItemOpportunityId`<br />**Type:** dimension               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Line Item Opportunity Name</div>   | Name of the parent opportunity<br /><br />**Field Name:** `opportunityLineItemOpportunityName`<br />**Type:** dimension           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Line Item Product ID</div>         | ID of the referenced Product2<br /><br />**Field Name:** `opportunityLineItemProductId`<br />**Type:** dimension                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Line Item Product Name</div>       | Name of the referenced product<br /><br />**Field Name:** `opportunityLineItemProductName`<br />**Type:** dimension               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Line Item Product Code</div>       | SKU/product code from the referenced product<br /><br />**Field Name:** `opportunityLineItemProductCode`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Line Item Service Date</div>       | Service date for the line item<br /><br />**Field Name:** `opportunityLineItemServiceDate`<br />**Type:** dimension               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Line Item Pricebook Entry ID</div> | ID of the underlying PricebookEntry<br /><br />**Field Name:** `opportunityLineItemPricebookEntryId`<br />**Type:** dimension     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Line Item Created Date</div>       | Date the line item was created<br /><br />**Field Name:** `opportunityLineItemCreatedDate`<br />**Type:** dimension               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Line Item Last Modified Date</div> | Date the line item was last edited<br /><br />**Field Name:** `opportunityLineItemLastModifiedDate`<br />**Type:** dimension      |

### Product

|                                                                                              |                                                                                                                |
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Product ID</div>                 | Unique 18-character ID for the product<br /><br />**Field Name:** `productId`<br />**Type:** dimension         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Product Name</div>               | Name of the product<br /><br />**Field Name:** `productName`<br />**Type:** dimension                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Product Code</div>               | SKU/code of the product<br /><br />**Field Name:** `productCode`<br />**Type:** dimension                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Product Description</div>        | Free-text description of the product<br /><br />**Field Name:** `productDescription`<br />**Type:** dimension  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Product Family</div>             | Product family (categorisation picklist)<br /><br />**Field Name:** `productFamily`<br />**Type:** dimension   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Product Is Active</div>          | Whether the product is active<br /><br />**Field Name:** `productIsActive`<br />**Type:** dimension            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Product External ID</div>        | External identifier on the product<br /><br />**Field Name:** `productExternalId`<br />**Type:** dimension     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Product SKU</div>                | Stock-keeping unit<br /><br />**Field Name:** `productStockKeepingUnit`<br />**Type:** dimension               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Product Created Date</div>       | Date the product was created<br /><br />**Field Name:** `productCreatedDate`<br />**Type:** dimension          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Product Last Modified Date</div> | Date the product was last edited<br /><br />**Field Name:** `productLastModifiedDate`<br />**Type:** dimension |

## Metrics

Metrics are the numerical values you can measure and analyze from your Salesforce campaigns.

### Account

|                                                                                               |                                                                                                                                             |
| --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Count</div>               | Count of accounts (1 per row when joined with dimensions; total when alone)<br /><br />**Field Name:** `accountCount`<br />**Type:** metric |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Annual Revenue</div>      | Annual revenue reported on the account<br /><br />**Field Name:** `accountAnnualRevenue`<br />**Type:** metric                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Number Of Employees</div> | Employee count reported on the account<br /><br />**Field Name:** `accountNumberOfEmployees`<br />**Type:** metric                          |

### Contact

|                                                                                 |                                                                                   |
| ------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Contact Count</div> | Count of contacts<br /><br />**Field Name:** `contactCount`<br />**Type:** metric |

### Lead

|                                                                                            |                                                                                                              |
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Count</div>               | Count of leads<br /><br />**Field Name:** `leadCount`<br />**Type:** metric                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Annual Revenue</div>      | Annual revenue reported on the lead<br /><br />**Field Name:** `leadAnnualRevenue`<br />**Type:** metric     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lead Number Of Employees</div> | Employee count reported on the lead<br /><br />**Field Name:** `leadNumberOfEmployees`<br />**Type:** metric |

### Opportunity

|                                                                                                          |                                                                                                                                   |
| -------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Count</div>                      | Count of opportunities<br /><br />**Field Name:** `opportunityCount`<br />**Type:** metric                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Amount</div>                     | Deal size in currency units<br /><br />**Field Name:** `opportunityAmount`<br />**Type:** metric                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Expected Revenue</div>           | Amount × Probability — Salesforce-weighted forecast<br /><br />**Field Name:** `opportunityExpectedRevenue`<br />**Type:** metric |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Probability</div>                | Stage probability of close (0–100)<br /><br />**Field Name:** `opportunityProbability`<br />**Type:** metric                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Total Opportunity Quantity</div> | Total quantity across all line items<br /><br />**Field Name:** `opportunityTotalOpportunityQuantity`<br />**Type:** metric       |

### Case

|                                                                              |                                                                             |
| ---------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Case Count</div> | Count of cases<br /><br />**Field Name:** `caseCount`<br />**Type:** metric |

### Campaign

|                                                                                                                  |                                                                                                                                                        |
| ---------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Count</div>                                 | Count of campaigns<br /><br />**Field Name:** `campaignCount`<br />**Type:** metric                                                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Budgeted Cost</div>                         | Planned budget for the campaign<br /><br />**Field Name:** `campaignBudgetedCost`<br />**Type:** metric                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Actual Cost</div>                           | Actual cost incurred for the campaign<br /><br />**Field Name:** `campaignActualCost`<br />**Type:** metric                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Expected Revenue</div>                      | Forecasted revenue from the campaign<br /><br />**Field Name:** `campaignExpectedRevenue`<br />**Type:** metric                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Expected Response</div>                     | Expected response count<br /><br />**Field Name:** `campaignExpectedResponse`<br />**Type:** metric                                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Number Sent</div>                           | Number of items sent (e.g., emails)<br /><br />**Field Name:** `campaignNumberSent`<br />**Type:** metric                                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Number Of Leads</div>                       | Rolled-up count of leads associated with the campaign<br /><br />**Field Name:** `campaignNumberOfLeads`<br />**Type:** metric                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Number Of Contacts</div>                    | Rolled-up count of contacts associated with the campaign<br /><br />**Field Name:** `campaignNumberOfContacts`<br />**Type:** metric                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Number Of Converted Leads</div>             | Rolled-up count of converted leads<br /><br />**Field Name:** `campaignNumberOfConvertedLeads`<br />**Type:** metric                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Number Of Responses</div>                   | Rolled-up count of campaign members who responded<br /><br />**Field Name:** `campaignNumberOfResponses`<br />**Type:** metric                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Number Of Opportunities</div>               | Rolled-up count of opportunities tied to the campaign<br /><br />**Field Name:** `campaignNumberOfOpportunities`<br />**Type:** metric                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Number Of Won Opportunities</div>           | Rolled-up count of won opportunities tied to the campaign<br /><br />**Field Name:** `campaignNumberOfWonOpportunities`<br />**Type:** metric          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Amount All Opportunities</div>              | Rolled-up amount of all opportunities tied to the campaign<br /><br />**Field Name:** `campaignAmountAllOpportunities`<br />**Type:** metric           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Amount Won Opportunities</div>              | Rolled-up amount of won opportunities tied to the campaign<br /><br />**Field Name:** `campaignAmountWonOpportunities`<br />**Type:** metric           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Hierarchy Number Sent</div>                 | Sum across the campaign hierarchy of items sent<br /><br />**Field Name:** `campaignHierarchyNumberSent`<br />**Type:** metric                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Hierarchy Number Of Leads</div>             | Sum across the campaign hierarchy of leads<br /><br />**Field Name:** `campaignHierarchyNumberOfLeads`<br />**Type:** metric                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Hierarchy Number Of Contacts</div>          | Sum across the campaign hierarchy of contacts<br /><br />**Field Name:** `campaignHierarchyNumberOfContacts`<br />**Type:** metric                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Hierarchy Number Of Converted Leads</div>   | Sum across the campaign hierarchy of converted leads<br /><br />**Field Name:** `campaignHierarchyNumberOfConvertedLeads`<br />**Type:** metric        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Hierarchy Number Of Responses</div>         | Sum across the campaign hierarchy of responses<br /><br />**Field Name:** `campaignHierarchyNumberOfResponses`<br />**Type:** metric                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Hierarchy Number Of Opportunities</div>     | Sum across the campaign hierarchy of opportunities<br /><br />**Field Name:** `campaignHierarchyNumberOfOpportunities`<br />**Type:** metric           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Hierarchy Number Of Won Opportunities</div> | Sum across the campaign hierarchy of won opportunities<br /><br />**Field Name:** `campaignHierarchyNumberOfWonOpportunities`<br />**Type:** metric    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Hierarchy Amount All Opportunities</div>    | Sum across the campaign hierarchy of all opportunity amount<br /><br />**Field Name:** `campaignHierarchyAmountAllOpportunities`<br />**Type:** metric |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Hierarchy Amount Won Opportunities</div>    | Sum across the campaign hierarchy of won opportunity amount<br /><br />**Field Name:** `campaignHierarchyAmountWonOpportunities`<br />**Type:** metric |

### Task

|                                                                                                 |                                                                                                                     |
| ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Task Count</div>                    | Count of tasks<br /><br />**Field Name:** `taskCount`<br />**Type:** metric                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Task Call Duration In Seconds</div> | Call duration on the task (in seconds)<br /><br />**Field Name:** `taskCallDurationInSeconds`<br />**Type:** metric |

### Event

|                                                                                             |                                                                                                            |
| ------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Count</div>               | Count of events<br /><br />**Field Name:** `eventCount`<br />**Type:** metric                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Duration In Minutes</div> | Duration of the event in minutes<br /><br />**Field Name:** `eventDurationInMinutes`<br />**Type:** metric |

### User

|                                                                              |                                                                             |
| ---------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Count</div> | Count of users<br /><br />**Field Name:** `userCount`<br />**Type:** metric |

### Opportunity Line Item

|                                                                                                     |                                                                                                                                       |
| --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Line Item Count</div>       | Count of line items<br /><br />**Field Name:** `opportunityLineItemCount`<br />**Type:** metric                                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Line Item Quantity</div>    | Quantity ordered on the line item<br /><br />**Field Name:** `opportunityLineItemQuantity`<br />**Type:** metric                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Line Item Unit Price</div>  | Per-unit price on the line item<br /><br />**Field Name:** `opportunityLineItemUnitPrice`<br />**Type:** metric                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Line Item List Price</div>  | List price from the pricebook for the line item<br /><br />**Field Name:** `opportunityLineItemListPrice`<br />**Type:** metric       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Line Item Discount</div>    | Discount applied to the line item (percent)<br /><br />**Field Name:** `opportunityLineItemDiscount`<br />**Type:** metric            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Opportunity Line Item Total Price</div> | Total price (Quantity × UnitPrice) for the line item<br /><br />**Field Name:** `opportunityLineItemTotalPrice`<br />**Type:** metric |

### Product

|                                                                                 |                                                                                                  |
| ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Product Count</div> | Count of products in the catalog<br /><br />**Field Name:** `productCount`<br />**Type:** metric |

***

## Related

<CardGroup cols={2}>
  <Card title="Fields Catalog" icon="book" href="/fields-catalog/index">
    Browse all platforms
  </Card>

  <Card title="HubSpot Fields" icon="chart-bar" href="/data-source/hubspot/fields">
    HubSpot metrics & dimensions
  </Card>

  <Card title="Klaviyo Fields" icon="chart-bar" href="/data-source/klaviyo/fields">
    Klaviyo metrics & dimensions
  </Card>

  <Card title="Mailchimp Fields" icon="chart-bar" href="/data-source/mailchimp/fields">
    Mailchimp metrics & dimensions
  </Card>
</CardGroup>
