> ## 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.

# Adobe Analytics Metrics & Dimensions

> Complete reference for Adobe Analytics dimensions and metrics

<Info>
  **Last updated:** July 31, 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"
}}
  >
    66 dimensions
  </div>

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

This reference covers all available dimensions and metrics for Adobe Analytics 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 Adobe Analytics data.

### Report Suite

|                                                                                   |                                                                                                                             |
| --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Report Suite ID</div> | The report suite identifier (RSID) the data comes from.<br /><br />**Field Name:** `reportSuiteId`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Report Suite</div>    | Friendly name of the report suite.<br /><br />**Field Name:** `reportSuiteName`<br />**Type:** dimension                    |

### Pages & Content

|                                                                                         |                                                                                                                            |
| --------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Page</div>                  | The page name or URL of the viewed page.<br /><br />**Field Name:** `page`<br />**Type:** dimension                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Page Name</div>             | The value of s.pageName for the viewed page.<br /><br />**Field Name:** `pageName`<br />**Type:** dimension                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Site Section</div>          | The site section (s.channel) the hit belongs to.<br /><br />**Field Name:** `siteSection`<br />**Type:** dimension         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Server</div>                | The reporting server that captured the hit.<br /><br />**Field Name:** `server`<br />**Type:** dimension                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Domain</div>                | The visitor's ISP domain.<br /><br />**Field Name:** `domain`<br />**Type:** dimension                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Top Level Domain</div>      | The top-level domain of the visitor's ISP.<br /><br />**Field Name:** `topLevelDomain`<br />**Type:** dimension            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Entry Page</div>            | The first page of the visit.<br /><br />**Field Name:** `entryPage`<br />**Type:** dimension                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Entry Page (Original)</div> | The original entry page attributed to the visitor.<br /><br />**Field Name:** `entryPageOriginal`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Entry Page (DW)</div>       | Data Warehouse variant of entry page.<br /><br />**Field Name:** `entryPageDw`<br />**Type:** dimension                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Path Length</div>           | Number of pages viewed during the visit.<br /><br />**Field Name:** `pathLength`<br />**Type:** dimension                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Custom Link</div>           | Custom link (s.tl link tracking) name.<br /><br />**Field Name:** `linkCustom`<br />**Type:** dimension                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Download Link</div>         | Download link that was clicked.<br /><br />**Field Name:** `linkDownload`<br />**Type:** dimension                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Exit Link</div>             | Exit link that was clicked.<br /><br />**Field Name:** `linkExit`<br />**Type:** dimension                                 |

### Geography

|                                                                                     |                                                                                                                       |
| ----------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Country</div>           | Country derived from the visitor's IP address.<br /><br />**Field Name:** `geoCountry`<br />**Type:** dimension       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Region</div>            | Region / state derived from the visitor's IP address.<br /><br />**Field Name:** `geoRegion`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>City</div>              | City derived from the visitor's IP address.<br /><br />**Field Name:** `geoCity`<br />**Type:** dimension             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>DMA</div>               | Designated Market Area (US) derived from IP.<br /><br />**Field Name:** `geoDMA`<br />**Type:** dimension             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>ZIP / Postal Code</div> | Postal code derived from the visitor's IP address.<br /><br />**Field Name:** `zip`<br />**Type:** dimension          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Language</div>          | The visitor's browser language.<br /><br />**Field Name:** `language`<br />**Type:** dimension                        |

### Technology

|                                                                                             |                                                                                                                       |
| ------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Browser</div>                   | The visitor's web browser.<br /><br />**Field Name:** `browser`<br />**Type:** dimension                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Browser Type</div>              | The browser family / rendering engine.<br /><br />**Field Name:** `browserType`<br />**Type:** dimension              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Browser Width</div>             | Browser viewport width in pixels.<br /><br />**Field Name:** `browserWidth`<br />**Type:** dimension                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Browser Height</div>            | Browser viewport height in pixels.<br /><br />**Field Name:** `browserHeight`<br />**Type:** dimension                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Browser Width (Bucketed)</div>  | Browser width grouped into buckets.<br /><br />**Field Name:** `browserWidthBucketed`<br />**Type:** dimension        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Browser Height (Bucketed)</div> | Browser height grouped into buckets.<br /><br />**Field Name:** `browserHeightBucketed`<br />**Type:** dimension      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Operating System</div>          | The visitor's operating system.<br /><br />**Field Name:** `operatingSystem`<br />**Type:** dimension                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Connection Type</div>           | The visitor's connection type (e.g. LAN, modem).<br /><br />**Field Name:** `connectionType`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Cookies Enabled</div>           | Whether the visitor accepts cookies.<br /><br />**Field Name:** `cookiesEnabled`<br />**Type:** dimension             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>JavaScript Enabled</div>        | Whether the visitor has JavaScript enabled.<br /><br />**Field Name:** `javaScriptEnabled`<br />**Type:** dimension   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>JavaScript Version</div>        | The visitor's JavaScript version.<br /><br />**Field Name:** `javaScriptVersion`<br />**Type:** dimension             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Monitor Color Depth</div>       | The visitor's monitor color depth.<br /><br />**Field Name:** `monitorColorDepth`<br />**Type:** dimension            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Monitor Resolution</div>        | The visitor's monitor resolution.<br /><br />**Field Name:** `monitorResolution`<br />**Type:** dimension             |

### Mobile

|                                                                                       |                                                                                                                     |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Mobile Device Type</div>  | Type of mobile device (phone, tablet, etc.).<br /><br />**Field Name:** `mobileDeviceType`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Mobile Device Name</div>  | Specific mobile device model.<br /><br />**Field Name:** `mobileDeviceName`<br />**Type:** dimension                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Mobile Manufacturer</div> | Mobile device manufacturer.<br /><br />**Field Name:** `mobileManufacturer`<br />**Type:** dimension                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Mobile Carrier</div>      | Mobile network carrier.<br /><br />**Field Name:** `mobileCarrier`<br />**Type:** dimension                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Mobile OS</div>           | Mobile operating system.<br /><br />**Field Name:** `mobileOS`<br />**Type:** dimension                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Mobile Screen Size</div>  | Mobile device screen size.<br /><br />**Field Name:** `mobileScreenSize`<br />**Type:** dimension                   |

### Traffic Sources

|                                                                                               |                                                                                                                                    |
| --------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Referrer</div>                    | The full referring URL.<br /><br />**Field Name:** `referrer`<br />**Type:** dimension                                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Referrer Type</div>               | The referrer classification (search, social, typed, etc.).<br /><br />**Field Name:** `referrerType`<br />**Type:** dimension      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Referring Domain</div>            | The referring domain.<br /><br />**Field Name:** `referringDomain`<br />**Type:** dimension                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Referring Domain (Original)</div> | Original referring domain attributed to the visitor.<br /><br />**Field Name:** `referringDomainOriginal`<br />**Type:** dimension |

### Search

|                                                                                           |                                                                                                                 |
| ----------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Search Engine</div>           | Search engine that referred the visitor.<br /><br />**Field Name:** `searchEngine`<br />**Type:** dimension     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Search Engine - Paid</div>    | Search engine for paid entries.<br /><br />**Field Name:** `searchEnginePaid`<br />**Type:** dimension          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Search Engine - Natural</div> | Search engine for organic entries.<br /><br />**Field Name:** `searchEngineNatural`<br />**Type:** dimension    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Search Keyword</div>          | Keyword used in the referring search.<br /><br />**Field Name:** `searchEngineKeyword`<br />**Type:** dimension |

### Marketing & Channels

|                                                                                              |                                                                                                                            |
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign</div>                   | Tracking code / campaign (s.campaign).<br /><br />**Field Name:** `campaign`<br />**Type:** dimension                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Tracking Code</div>              | Marketing channel tracking code.<br /><br />**Field Name:** `trackingCode`<br />**Type:** dimension                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Product</div>                    | Product name (s.products).<br /><br />**Field Name:** `product`<br />**Type:** dimension                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Category</div>                   | Product category.<br /><br />**Field Name:** `category`<br />**Type:** dimension                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Customer Loyalty</div>           | Customer loyalty segment.<br /><br />**Field Name:** `customerLoyalty`<br />**Type:** dimension                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>First Touch Channel</div>        | Marketing channel of the first touch.<br /><br />**Field Name:** `firstTouchChannel`<br />**Type:** dimension              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>First Touch Channel Detail</div> | Detail of the first-touch marketing channel.<br /><br />**Field Name:** `firstTouchChannelDetail`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Last Touch Channel</div>         | Marketing channel of the last touch.<br /><br />**Field Name:** `lastTouchChannel`<br />**Type:** dimension                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Last Touch Channel Detail</div>  | Detail of the last-touch marketing channel.<br /><br />**Field Name:** `lastTouchChannelDetail`<br />**Type:** dimension   |

### Visitor Behavior

|                                                                                              |                                                                                                                       |
| -------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Visit Number</div>               | The visitor's sequential visit count.<br /><br />**Field Name:** `visitNumber`<br />**Type:** dimension               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Days Before First Purchase</div> | Days elapsed before the first purchase.<br /><br />**Field Name:** `daysBeforeFirstPurchase`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Days Since Last Purchase</div>   | Days elapsed since the last purchase.<br /><br />**Field Name:** `daysSinceLastPurchase`<br />**Type:** dimension     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Days Since Last Visit</div>      | Days elapsed since the previous visit.<br /><br />**Field Name:** `daysSinceLastVisit`<br />**Type:** dimension       |

### Video

|                                                                                      |                                                                                            |
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Video</div>              | Video name.<br /><br />**Field Name:** `video`<br />**Type:** dimension                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Video Ad</div>           | Video ad name.<br /><br />**Field Name:** `videoAd`<br />**Type:** dimension               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Video Segment</div>      | Video segment.<br /><br />**Field Name:** `videoSegment`<br />**Type:** dimension          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Video Content Type</div> | Video content type.<br /><br />**Field Name:** `videoContentType`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Video Players</div>      | Video player.<br /><br />**Field Name:** `videoPlayers`<br />**Type:** dimension           |

## Metrics

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

### Traffic

|                                                                                         |                                                                                                          |
| --------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Visits</div>                | Number of visits (sessions).<br /><br />**Field Name:** `visits`<br />**Type:** metric                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Visits (All Visitors)</div> | Visits counted across all visitors.<br /><br />**Field Name:** `visitsAllVisitors`<br />**Type:** metric |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Visitors</div>              | Number of unique visitors.<br /><br />**Field Name:** `visitors`<br />**Type:** metric                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Page Views</div>            | Number of page views.<br /><br />**Field Name:** `pageViews`<br />**Type:** metric                       |

### Engagement

|                                                                                      |                                                                                                         |
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Time Spent</div>    | Time spent (seconds) per item.<br /><br />**Field Name:** `itemTimeSpent`<br />**Type:** metric         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Instances</div> | Number of campaign click-throughs.<br /><br />**Field Name:** `campaignInstances`<br />**Type:** metric |

### Commerce

|                                                                                 |                                                                                                     |
| ------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Revenue</div>       | Total revenue (report-suite currency).<br /><br />**Field Name:** `revenue`<br />**Type:** metric   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Orders</div>        | Number of orders.<br /><br />**Field Name:** `orders`<br />**Type:** metric                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Units</div>         | Number of units sold.<br /><br />**Field Name:** `units`<br />**Type:** metric                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Carts</div>         | Number of carts opened.<br /><br />**Field Name:** `carts`<br />**Type:** metric                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Cart Views</div>    | Number of cart views.<br /><br />**Field Name:** `cartViews`<br />**Type:** metric                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Cart Removals</div> | Number of items removed from carts.<br /><br />**Field Name:** `cartRemovals`<br />**Type:** metric |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Checkouts</div>     | Number of checkouts.<br /><br />**Field Name:** `checkouts`<br />**Type:** metric                   |

***

## Related

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

  <Card title="Google Analytics 4 Fields" icon="chart-bar" href="/data-source/google-analytics-4/fields">
    Google Analytics 4 metrics & dimensions
  </Card>

  <Card title="Google Search Console Fields" icon="chart-bar" href="/data-source/google-search-console/fields">
    Google Search Console metrics & dimensions
  </Card>

  <Card title="Facebook Insights Fields" icon="chart-bar" href="/data-source/facebook-insights/fields">
    Facebook Insights metrics & dimensions
  </Card>
</CardGroup>
