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

# Google Analytics 4 Metrics & Dimensions

> Complete reference for Google Analytics 4 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"
}}
  >
    168 dimensions
  </div>

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

This reference covers all available dimensions and metrics for Google Analytics 4 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"
}}
  >
    Looker Studio
  </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 Google Analytics 4 data.

### Traffic Sources

|                                                                                                 |                                                                                                                                                                                                                                                                                                                                                                              |
| ----------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Session Source</div>                | The source that initiated a session on your website or app. For example,if people visit from google.com,your traffic sourceis 'google'. Attribution Model: Last Click.<br /><br />**Field Name:** `sessionSource`<br />**Type:** dimension                                                                                                                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Session Medium</div>                | The medium that initiated a session on your website or app. It is the category of the traffic source.For example,if people visit yourwebsite from google 's organic search results, the medium would be 'organic'. Attribution Model: Last Click.<br /><br />**Field Name:** `sessionMedium`<br />**Type:** dimension                                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Session Campaign ID</div>           | The ID of the marketing campaign driving traffic to your website or app. You can send the campaign ID using UTM parameters on your ad 's links. Attribution Model: Last Click.<br /><br />**Field Name:** `sessionCampaignId`<br />**Type:** dimension                                                                                                                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Session Campaign Name</div>         | The name of the marketing campaign driving traffic to your website or app. You can send the campaign name using UTM parameters on your ad 's links. Attribution Model: Last Click.<br /><br />**Field Name:** `sessionCampaignName`<br />**Type:** dimension                                                                                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Session Content</div>               | The ad content that led to a session. Populated by the utm\_content parameter. Attribution Model: Last Click.<br /><br />**Field Name:** `sessionManualAdContent`<br />**Type:** dimension                                                                                                                                                                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Session Default Channel Group</div> | The default channel group is based primarily on source and medium.GA4 defined traffic categories which includes 'Direct','Organic Search ', 'Paid Social ', 'OrganicSocial ', 'Email ', 'Affiliates ', 'Referral ', 'Paid Search ', 'Video ', and 'Display'. Attribution Model: Last Click.<br /><br />**Field Name:** `sessionDefaultChannelGroup`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Session Source / Medium</div>       | The combined values of the source and medium dimensions. It is very common to see those two values together. Attribution Model: Last Click.<br /><br />**Field Name:** `sessionSourceMedium`<br />**Type:** dimension                                                                                                                                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Session Manual Term</div>           | The term that led to a session. Populated by the utm\_term parameter. Attribution Model: Last Click.<br /><br />**Field Name:** `sessionManualTerm`<br />**Type:** dimension                                                                                                                                                                                                 |

### Account

|                                                                                 |                                                                                                                            |
| ------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account ID</div>    | <br /><br />**Field Name:** `accountId`<br />**Type:** dimension                                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Name</div>  | <br /><br />**Field Name:** `accountName`<br />**Type:** dimension                                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Property ID</div>   | <br /><br />**Field Name:** `propertyId`<br />**Type:** dimension                                                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Property Name</div> | <br /><br />**Field Name:** `propertyName`<br />**Type:** dimension                                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Stream ID</div>     | The numeric data stream identifier for your app or website.<br /><br />**Field Name:** `streamId`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Stream Name</div>   | The data stream name for your app or website.<br /><br />**Field Name:** `streamName`<br />**Type:** dimension             |

### Events

|                                                                                 |                                                                                                                                                                                        |
| ------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Name</div>    | <br /><br />**Field Name:** `eventName`<br />**Type:** dimension                                                                                                                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Is Conversion</div> | <br /><br />**Field Name:** `isConversionEvent`<br />**Type:** dimension                                                                                                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Is Key Event</div>  | The string "true" if the event is a key event. Marking an event as a key event affects reports from time of creation.<br /><br />**Field Name:** `isKeyEvent`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Method</div>        | The method by which an event was triggered. Populated by the event parameter method.<br /><br />**Field Name:** `method`<br />**Type:** dimension                                      |

### First Click Attribution

|                                                                                                         |                                                                                                                                                                                                                                                                                                                                                                                                                                |
| ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Default Channel Group</div>                 | The default channel group that first acquired the user. Default channel group is based primarily on source and medium. An enumeration which includes 'Direct', 'Organic Search', 'Paid Social', 'Organic Social', 'Email', 'Affiliates', 'Referral', 'Paid Search', 'Video', and 'Display'.<br /><br />**Field Name:** `firstUserDefaultChannelGroup`<br />**Type:** dimension                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign ID</div>                           | ID of the marketing campaign that first acquired the user.<br /><br />**Field Name:** `firstUserCampaignId`<br />**Type:** dimension                                                                                                                                                                                                                                                                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Name</div>                         | Name of the marketing campaign that first acquired the user.<br /><br />**Field Name:** `firstUserCampaignName`<br />**Type:** dimension                                                                                                                                                                                                                                                                                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Source</div>                                | The utm\_source that first acquired the user.<br /><br />**Field Name:** `firstUserSource`<br />**Type:** dimension                                                                                                                                                                                                                                                                                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Medium</div>                                | The utm\_medium that first acquired the user.<br /><br />**Field Name:** `firstUserMedium`<br />**Type:** dimension                                                                                                                                                                                                                                                                                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>First User Google Ads Account Name</div>    | The Account name from Google Ads that first acquired the user.<br /><br />**Field Name:** `firstUserGoogleAdsAccountName`<br />**Type:** dimension                                                                                                                                                                                                                                                                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>First User Google Ads Ad Group ID</div>     | The Ad Group Id in Google Ads that first acquired the user.<br /><br />**Field Name:** `firstUserGoogleAdsAdGroupId`<br />**Type:** dimension                                                                                                                                                                                                                                                                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>First User Google Ads Ad Group Name</div>   | The Ad Group Name in Google Ads that first acquired the user.<br /><br />**Field Name:** `firstUserGoogleAdsAdGroupName`<br />**Type:** dimension                                                                                                                                                                                                                                                                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>First User Google Ads Ad Network Type</div> | The advertising network that first acquired the user. An enumeration which includes Google search, Search partners, Google Display Network, YouTube Search, YouTube Videos, Cross-network, Social, and (universal campaign).<br /><br />**Field Name:** `firstUserGoogleAdsAdNetworkType`<br />**Type:** dimension                                                                                                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>First User Google Ads Campaign ID</div>     | Identifier of the Google Ads marketing campaign that first acquired the user.<br /><br />**Field Name:** `firstUserGoogleAdsCampaignId`<br />**Type:** dimension                                                                                                                                                                                                                                                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>First User Google Ads Campaign Name</div>   | Name of the Google Ads marketing campaign that first acquired the user.<br /><br />**Field Name:** `firstUserGoogleAdsCampaignName`<br />**Type:** dimension                                                                                                                                                                                                                                                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>First User Google Ads Campaign Type</div>   | The campaign type of the Google Ads campaign that first acquired the user. Campaign types determine where customers see your ads and the settings and options available to you in Google Ads. Campaign type is an enumeration that includes: Search, Display, Shopping, Video, Demand Gen, App, Smart, Hotel, Local, and Performance Max.<br /><br />**Field Name:** `firstUserGoogleAdsCampaignType`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>First User Google Ads Creative ID</div>     | The ID of the Google Ads creative that first acquired the user. Creative IDs identify individual ads.<br /><br />**Field Name:** `firstUserGoogleAdsCreativeId`<br />**Type:** dimension                                                                                                                                                                                                                                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>First User Google Ads Customer ID</div>     | The Customer ID from Google Ads that first acquired the user. Customer IDs in Google Ads uniquely identify Google Ads accounts.<br /><br />**Field Name:** `firstUserGoogleAdsCustomerId`<br />**Type:** dimension                                                                                                                                                                                                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>First User Google Ads Keyword Text</div>    | The matched keyword that first acquired the user. Keywords are words or phrases describing your product or service that you choose to get your ad in front of the right customers.<br /><br />**Field Name:** `firstUserGoogleAdsKeyword`<br />**Type:** dimension                                                                                                                                                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>First User Google Ads Query</div>           | The search query that first acquired the user.<br /><br />**Field Name:** `firstUserGoogleAdsQuery`<br />**Type:** dimension                                                                                                                                                                                                                                                                                                   |

### Google Ads Traffic Sources

|                                                                                                      |                                                                                                                                                                                                                                                                                                             |
| ---------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Session Google Ads Account Name</div>    | The Account name from Google Ads that led to the session. Corresponds to customer.descriptive\_name in the Google Ads API.<br /><br />**Field Name:** `sessionGoogleAdsAccountName`<br />**Type:** dimension                                                                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Session Google Ads Ad Group ID</div>     | The Ad Group Id in Google Ads for a session.<br /><br />**Field Name:** `sessionGoogleAdsAdGroupId`<br />**Type:** dimension                                                                                                                                                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Session Google Ads Ad Group Name</div>   | The Ad Group Name in Google Ads for a session.<br /><br />**Field Name:** `sessionGoogleAdsAdGroupName`<br />**Type:** dimension                                                                                                                                                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Session Google Ads Ad Network Type</div> | The advertising network that led to the session. An enumeration which includes Google search, Search partners, Google Display Network, YouTube Search, YouTube Videos, Cross-network, Social, and (universal campaign).<br /><br />**Field Name:** `sessionGoogleAdsAdNetworkType`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Session Google Ads Campaign ID</div>     | The Campaign ID for the Google Ads Campaign that led to this session.<br /><br />**Field Name:** `sessionGoogleAdsCampaignId`<br />**Type:** dimension                                                                                                                                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Session Google Ads Campaign Name</div>   | The Campaign name for the Google Ads Campaign that led to this session.<br /><br />**Field Name:** `sessionGoogleAdsCampaignName`<br />**Type:** dimension                                                                                                                                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Session Google Ads Campaign Type</div>   | The campaign type for the Google Ads campaign that led to this session. Campaign types determine where customers see your ads and the settings and options available to you in Google Ads.<br /><br />**Field Name:** `sessionGoogleAdsCampaignType`<br />**Type:** dimension                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Session Google Ads Creative ID</div>     | The ID of the Google Ads creative that led to a session on your website or app. Creative IDs identify individual ads.<br /><br />**Field Name:** `sessionGoogleAdsCreativeId`<br />**Type:** dimension                                                                                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Session Google Ads Customer ID</div>     | The Customer ID from Google Ads that led to the session. Customer IDs in Google Ads uniquely identify Google Ads accounts.<br /><br />**Field Name:** `sessionGoogleAdsCustomerId`<br />**Type:** dimension                                                                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Session Google Ads Keyword Text</div>    | The matched keyword that led to the session. Keywords are words or phrases describing your product or service that you choose to get your ad in front of the right customers.<br /><br />**Field Name:** `sessionGoogleAdsKeyword`<br />**Type:** dimension                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Session Google Ads Query</div>           | The search query that led to the session.<br /><br />**Field Name:** `sessionGoogleAdsQuery`<br />**Type:** dimension                                                                                                                                                                                       |

### Data Driven Attribution

|                                                                                              |                                                                                                                                                                                                                                                                                                        |
| -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Default Channel Group</div>      | These dimensions are compatible only with Conversion Events metrics. The default attribution model is data driven on all GA4 properties by default, but you can change it to First or Last click on the admin configuration.<br /><br />**Field Name:** `defaultChannelGroup`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign ID</div>                | The identifier of the marketing campaign. Present only for Conversion Events. Includes Google Ads Campaigns, Manual Campaigns & other Campaigns.<br /><br />**Field Name:** `campaignId`<br />**Type:** dimension                                                                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Campaign Name</div>              | The name of the marketing campaign. Present only for Conversion Events. Includes Google Ads Campaigns, Manual Campaigns, & other Campaigns.<br /><br />**Field Name:** `campaignName`<br />**Type:** dimension                                                                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Ad Group ID</div>                | The ad group id attributed to the Conversion Event.<br /><br />**Field Name:** `googleAdsAdGroupId`<br />**Type:** dimension                                                                                                                                                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Source</div>                     | The source attributed to the Conversion Event.<br /><br />**Field Name:** `source`<br />**Type:** dimension                                                                                                                                                                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Medium</div>                     | The medium attributed to the Conversion Event.<br /><br />**Field Name:** `medium`<br />**Type:** dimension                                                                                                                                                                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Manual Term</div>                | The term attributed to the Conversion Event. Populated by the utm\_term parameter.<br /><br />**Field Name:** `manualTerm`<br />**Type:** dimension                                                                                                                                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Manual Ad Content</div>          | TThe ad content attributed to the Conversion Event. Populated by the utm\_content parameter.<br /><br />**Field Name:** `manualAdContent`<br />**Type:** dimension                                                                                                                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Google Ads Account Name</div>    | The Account name from Google Ads for the campaign that led to the key event. Corresponds to customer.descriptive\_name in the Google Ads API.<br /><br />**Field Name:** `googleAdsAccountName`<br />**Type:** dimension                                                                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Google Ads Ad Group Name</div>   | The ad group name attributed to the key event.<br /><br />**Field Name:** `googleAdsAdGroupName`<br />**Type:** dimension                                                                                                                                                                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Google Ads Ad Network Type</div> | The advertising network type of the key event. An enumeration which includes Google search, Search partners, Google Display Network, YouTube Search, YouTube Videos, Cross-network, Social, and (universal campaign).<br /><br />**Field Name:** `googleAdsAdNetworkType`<br />**Type:** dimension     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Google Ads Campaign ID</div>     | The campaign ID for the Google Ads campaign attributed to the key event.<br /><br />**Field Name:** `googleAdsCampaignId`<br />**Type:** dimension                                                                                                                                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Google Ads Campaign Name</div>   | The campaign name for the Google Ads campaign attributed to the key event.<br /><br />**Field Name:** `googleAdsCampaignName`<br />**Type:** dimension                                                                                                                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Google Ads Campaign Type</div>   | The campaign type for the Google Ads campaign attributed to the key event. Campaign types determine where customers see your ads and the settings and options available to you in Google Ads.<br /><br />**Field Name:** `googleAdsCampaignType`<br />**Type:** dimension                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Google Ads Creative ID</div>     | The ID of the Google Ads creative attributed to the key event. Creative IDs identify individual ads.<br /><br />**Field Name:** `googleAdsCreativeId`<br />**Type:** dimension                                                                                                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Google Ads Customer ID</div>     | The Customer ID from Google Ads for the campaign that led to the key event. Customer IDs in Google Ads uniquely identify Google Ads accounts.<br /><br />**Field Name:** `googleAdsCustomerId`<br />**Type:** dimension                                                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Google Ads Keyword Text</div>    | The matched keyword that led to the key event. Keywords are words or phrases describing your product or service that you choose to get your ad in front of the right customers.<br /><br />**Field Name:** `googleAdsKeyword`<br />**Type:** dimension                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Google Ads Query</div>           | The search query that led to the key event.<br /><br />**Field Name:** `googleAdsQuery`<br />**Type:** dimension                                                                                                                                                                                       |

### Page Tracking

|                                                                                               |                                                                                                                                                                                                                                                                                                                                                                                                                           |
| --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Host Name</div>                   | Includes the subdomain and domain names of a URL; for example, the Host Name of [www.example.com/contact.html](http://www.example.com/contact.html) is [www.example.com](http://www.example.com)<br /><br />**Field Name:** `hostName`<br />**Type:** dimension                                                                                                                                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Page Path</div>                   | The portion of the URL between the hostname and query string for web pages visited; for example, the pagePath portion of [https://www.example.com/store/contact-us?query\_string=true](https://www.example.com/store/contact-us?query_string=true) is /store/contact-us<br /><br />**Field Name:** `pagePath`<br />**Type:** dimension                                                                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Page Title</div>                  | The web page titles used on your site.<br /><br />**Field Name:** `pageTitle`<br />**Type:** dimension                                                                                                                                                                                                                                                                                                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Landing Page + Query String</div> | The page path + query string associated with the first pageview in a session.<br /><br />**Field Name:** `landingPagePlusQueryString`<br />**Type:** dimension                                                                                                                                                                                                                                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Page Referrer</div>               | The full referring URL including the hostname and path. This referring URL is the user's previous URL and can be this website's domain or other domains. Populated by the event parameter 'page\_referrer'.<br /><br />**Field Name:** `pageReferrer`<br />**Type:** dimension                                                                                                                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>File Extension</div>              | The extension of the downloaded file (for example, pdf or txt). Automatically populated if Enhanced Measurement is enabled.<br /><br />**Field Name:** `fileExtension`<br />**Type:** dimension                                                                                                                                                                                                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>File Name</div>                   | The page path of the downloaded file (for example, /menus/dinner-menu.pdf). Automatically populated if Enhanced Measurement is enabled.<br /><br />**Field Name:** `fileName`<br />**Type:** dimension                                                                                                                                                                                                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Full Page URL</div>               | The hostname, page path, and query string for web pages visited; for example, the fullPageUrl portion of [https://www.example.com/store/contact-us?query\_string=true](https://www.example.com/store/contact-us?query_string=true) is [www.example.com/store/contact-us?query\_string=true](http://www.example.com/store/contact-us?query_string=true).<br /><br />**Field Name:** `fullPageUrl`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Link Classes</div>                | The HTML class attribute for an outbound link. Automatically populated if Enhanced Measurement is enabled.<br /><br />**Field Name:** `linkClasses`<br />**Type:** dimension                                                                                                                                                                                                                                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Link Domain</div>                 | The destination domain of the outbound link. Automatically populated if Enhanced Measurement is enabled.<br /><br />**Field Name:** `linkDomain`<br />**Type:** dimension                                                                                                                                                                                                                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Link ID</div>                     | The HTML ID attribute for an outbound link or file download. Automatically populated if Enhanced Measurement is enabled.<br /><br />**Field Name:** `linkId`<br />**Type:** dimension                                                                                                                                                                                                                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Link Text</div>                   | The link text of the file download. Automatically populated if Enhanced Measurement is enabled.<br /><br />**Field Name:** `linkText`<br />**Type:** dimension                                                                                                                                                                                                                                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Link URL</div>                    | The full URL for an outbound link or file download. Automatically populated if Enhanced Measurement is enabled.<br /><br />**Field Name:** `linkUrl`<br />**Type:** dimension                                                                                                                                                                                                                                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Outbound</div>                    | Returns true if the link led to a site that is not a part of the property's domain. Automatically populated if Enhanced Measurement is enabled.<br /><br />**Field Name:** `outbound`<br />**Type:** dimension                                                                                                                                                                                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Percent Scrolled</div>            | The percentage down the page that the user has scrolled (for example, 90). Automatically populated if Enhanced Measurement is enabled.<br /><br />**Field Name:** `percentScrolled`<br />**Type:** dimension                                                                                                                                                                                                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Search Term</div>                 | The term searched by the user. Automatically populated if Enhanced Measurement is enabled.<br /><br />**Field Name:** `searchTerm`<br />**Type:** dimension                                                                                                                                                                                                                                                               |

### E-commerce

|                                                                                         |                                                                                                                                                 |
| --------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Transaction ID</div>        | <br /><br />**Field Name:** `transactionId`<br />**Type:** dimension                                                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Order Coupon</div>          | <br /><br />**Field Name:** `orderCoupon`<br />**Type:** dimension                                                                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Shipping Tier</div>         | <br /><br />**Field Name:** `shippingTier`<br />**Type:** dimension                                                                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Currency</div>              | The local currency code (based on ISO 4217 standard) of the eCommerce event.<br /><br />**Field Name:** `currencyCode`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Virtual Currency Name</div> | The name of a virtual currency with which the user is interacting.<br /><br />**Field Name:** `virtualCurrencyName`<br />**Type:** dimension    |

### Geography

|                                                                                |                                                                                                                                                                          |
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Continent</div>    | <br /><br />**Field Name:** `continent`<br />**Type:** dimension                                                                                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Country</div>      | <br /><br />**Field Name:** `country`<br />**Type:** dimension                                                                                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Region</div>       | <br /><br />**Field Name:** `region`<br />**Type:** dimension                                                                                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>City</div>         | <br /><br />**Field Name:** `city`<br />**Type:** dimension                                                                                                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>City ID</div>      | The geographic ID of the city from which the user activity originated, derived from their IP address.<br /><br />**Field Name:** `cityId`<br />**Type:** dimension       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Continent ID</div> | The geographic ID of the continent from which the user activity originated.<br /><br />**Field Name:** `continentId`<br />**Type:** dimension                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Country ID</div>   | The geographic ID of the country from which the user activity originated, derived from their IP address.<br /><br />**Field Name:** `countryId`<br />**Type:** dimension |

### Device

|                                                                                                 |                                                                                                                                                                                                                                  |
| ----------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Device Category</div>               | <br /><br />**Field Name:** `deviceCategory`<br />**Type:** dimension                                                                                                                                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Operating System</div>              | <br /><br />**Field Name:** `operatingSystem`<br />**Type:** dimension                                                                                                                                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Browser</div>                       | <br /><br />**Field Name:** `browser`<br />**Type:** dimension                                                                                                                                                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Mobile Device Branding</div>        | <br /><br />**Field Name:** `mobileDeviceBranding`<br />**Type:** dimension                                                                                                                                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Mobile Device Model</div>           | <br /><br />**Field Name:** `mobileDeviceModel`<br />**Type:** dimension                                                                                                                                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Device Model</div>                  | The mobile device model (example: iPhone 10,6).<br /><br />**Field Name:** `deviceModel`<br />**Type:** dimension                                                                                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Device</div>                        | The branded device name (examples: Galaxy S10 or P30 Pro).<br /><br />**Field Name:** `mobileDeviceMarketingName`<br />**Type:** dimension                                                                                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>OS Version</div>                    | The operating system versions used by visitors to your website or app. For example, Android 10's version is 10, and iOS 13.5.1's version is 13.5.1.<br /><br />**Field Name:** `operatingSystemVersion`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Operating System with Version</div> | The operating system and version. For example, Android 10 or Windows 7.<br /><br />**Field Name:** `operatingSystemWithVersion`<br />**Type:** dimension                                                                         |

### User Characteristics

|                                                                                          |                                                                                                                                                                                                                                                                                                          |
| ---------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Age</div>                    | <br /><br />**Field Name:** `userAgeBracket`<br />**Type:** dimension                                                                                                                                                                                                                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Gender</div>                 | <br /><br />**Field Name:** `userGender`<br />**Type:** dimension                                                                                                                                                                                                                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Language</div>               | <br /><br />**Field Name:** `language`<br />**Type:** dimension                                                                                                                                                                                                                                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Interests</div>              | Interests demonstrated by users who are higher in the shopping funnel. Users can be counted in multiple interest categories. For example, Shoppers, Lifestyles & Hobbies/Pet Lovers, or Travel/Travel Buffs/Beachbound Travelers.<br /><br />**Field Name:** `brandingInterest`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>New / Returning</div>        | New users have 0 previous sessions, and returning users have 1 or more previous sessions. This dimension returns two values: new or returning.<br /><br />**Field Name:** `newVsReturning`<br />**Type:** dimension                                                                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Language Code</div>          | The language setting (ISO 639) of the user's browser or device. For example, en-us.<br /><br />**Field Name:** `languageCode`<br />**Type:** dimension                                                                                                                                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Signed in with User ID</div> | The string "yes" if the user signed in with the User-ID feature.<br /><br />**Field Name:** `signedInWithUserId`<br />**Type:** dimension                                                                                                                                                                |

### Store Items

|                                                                                      |                                                                                                                                                                                                                  |
| ------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item ID</div>            | <br /><br />**Field Name:** `itemId`<br />**Type:** dimension                                                                                                                                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Brand</div>         | <br /><br />**Field Name:** `itemBrand`<br />**Type:** dimension                                                                                                                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Category</div>      | <br /><br />**Field Name:** `itemCategory`<br />**Type:** dimension                                                                                                                                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Name</div>          | <br /><br />**Field Name:** `itemName`<br />**Type:** dimension                                                                                                                                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Variant</div>       | <br /><br />**Field Name:** `itemVariant`<br />**Type:** dimension                                                                                                                                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Affiliation</div>   | <br /><br />**Field Name:** `itemAffiliation`<br />**Type:** dimension                                                                                                                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Category 2</div>    | The hierarchical category in which the item is classified. For example, in Apparel/Mens/Summer/Shirts/T-shirts, Mens is the item category 2.<br /><br />**Field Name:** `itemCategory2`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Category 3</div>    | The hierarchical category in which the item is classified.<br /><br />**Field Name:** `itemCategory3`<br />**Type:** dimension                                                                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Category 4</div>    | The hierarchical category in which the item is classified.<br /><br />**Field Name:** `itemCategory4`<br />**Type:** dimension                                                                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Category 5</div>    | The hierarchical category in which the item is classified.<br /><br />**Field Name:** `itemCategory5`<br />**Type:** dimension                                                                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item List ID</div>       | The ID of the item list.<br /><br />**Field Name:** `itemListId`<br />**Type:** dimension                                                                                                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item List Name</div>     | The name of the item list.<br /><br />**Field Name:** `itemListName`<br />**Type:** dimension                                                                                                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item List Position</div> | The position of an item in a list.<br /><br />**Field Name:** `itemListPosition`<br />**Type:** dimension                                                                                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Location ID</div>   | The physical location associated with the item.<br /><br />**Field Name:** `itemLocationID`<br />**Type:** dimension                                                                                             |

### App Info

|                                                                                              |                                                                                                                                                       |
| -------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>App Version</div>                | <br /><br />**Field Name:** `appVersion`<br />**Type:** dimension                                                                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Screen Resolution</div>          | <br /><br />**Field Name:** `screenResolution`<br />**Type:** dimension                                                                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Platform</div>                   | The platform on which your app or website ran; for example, web, iOS, or Android.<br /><br />**Field Name:** `platform`<br />**Type:** dimension      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Platform / Device Category</div> | The platform and type of device on which your website or mobile app ran.<br /><br />**Field Name:** `platformDeviceCategory`<br />**Type:** dimension |

### Ads

|                                                                             |                                                                                                                                                                                                              |
| --------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Ad Format</div> | Describes the way ads looked and where they were located. Typical formats include Interstitial, Banner, Rewarded, and Native advanced.<br /><br />**Field Name:** `adFormat`<br />**Type:** dimension        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Ad Source</div> | The source network that served the ad. Typical sources include AdMob Network, Liftoff, Facebook Audience Network, and Mediated house ads.<br /><br />**Field Name:** `adSourceName`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Ad Unit</div>   | The name you chose to describe this Ad unit. Ad units are containers you place in your apps to show ads to users.<br /><br />**Field Name:** `adUnitName`<br />**Type:** dimension                           |

### Audience

|                                                                                          |                                                                                                                                                                                                                                                                                     |
| ---------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Audience ID</div>            | The numeric identifier of an Audience. Users are reported in the audiences to which they belonged during the report's date range. Current user behavior does not affect historical audience membership in reports.<br /><br />**Field Name:** `audienceId`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Audience Name</div>          | The given name of an Audience. Users are reported in the audiences to which they belonged during the report's date range. Current user behavior does not affect historical audience membership in reports.<br /><br />**Field Name:** `audienceName`<br />**Type:** dimension       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Audience Resource Name</div> | The resource name of this audience. Resource names contain both collection & resource identifiers to uniquely identify a resource.<br /><br />**Field Name:** `audienceResourceName`<br />**Type:** dimension                                                                       |

### Campaign Manager 360

|                                                                                          |                                                                                                                                                                                                                                            |
| ---------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>CM360 Account ID</div>       | The CM360 Account ID that led to the key event. Identifies the CM360 Account.<br /><br />**Field Name:** `cm360AccountId`<br />**Type:** dimension                                                                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>CM360 Account Name</div>     | The CM360 Account Name that led to the key event. A CM360 account consists of advertisers, sites, campaigns, and user profiles.<br /><br />**Field Name:** `cm360AccountName`<br />**Type:** dimension                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>CM360 Advertiser ID</div>    | The CM360 Advertiser ID that led to the key event. A CM360 Advertiser contains a group of campaigns, creative assets, and other settings.<br /><br />**Field Name:** `cm360AdvertiserId`<br />**Type:** dimension                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>CM360 Advertiser Name</div>  | The CM360 Advertiser Name that led to the key event. A CM360 Advertiser contains a group of campaigns, creative assets, and other settings.<br /><br />**Field Name:** `cm360AdvertiserName`<br />**Type:** dimension                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>CM360 Campaign ID</div>      | The CM360 Campaign ID that led to the key event. A CM360 campaign can be configured to specify when your ads run, what landing pages are used, and other properties.<br /><br />**Field Name:** `cm360CampaignId`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>CM360 Campaign Name</div>    | The CM360 Campaign Name that led to the key event.<br /><br />**Field Name:** `cm360CampaignName`<br />**Type:** dimension                                                                                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>CM360 Creative ID</div>      | The CM360 Creative ID that led to the key event. Identifies a CM360 creative.<br /><br />**Field Name:** `cm360CreativeId`<br />**Type:** dimension                                                                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>CM360 Creative Name</div>    | The CM360 Creative Name that led to the key event.<br /><br />**Field Name:** `cm360CreativeName`<br />**Type:** dimension                                                                                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>CM360 Creative Type</div>    | The CM360 Creative Type that led to the key event. A category of CM360 creatives like "Display" or "Tracking".<br /><br />**Field Name:** `cm360CreativeType`<br />**Type:** dimension                                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>CM360 Creative Version</div> | The CM360 Creative Version that led to the key event.<br /><br />**Field Name:** `cm360CreativeVersion`<br />**Type:** dimension                                                                                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>CM360 Medium</div>           | The CM360 Medium that led to the key event. The CM360 medium is also referred to as the placement cost structure.<br /><br />**Field Name:** `cm360Medium`<br />**Type:** dimension                                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>CM360 Source</div>           | The CM360 Source that led to the key event.<br /><br />**Field Name:** `cm360Source`<br />**Type:** dimension                                                                                                                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>CM360 Source / Medium</div>  | The CM360 Source Medium that led to the key event. A combination of the source and medium.<br /><br />**Field Name:** `cm360SourceMedium`<br />**Type:** dimension                                                                         |

### Display & Video 360

|                                                                                              |                                                                                                                                                                                                                 |
| -------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>DV360 Advertiser ID</div>        | The DV360 Advertiser ID that led to the key event. Identifies the DV360 advertiser.<br /><br />**Field Name:** `dv360AdvertiserId`<br />**Type:** dimension                                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>DV360 Advertiser Name</div>      | The DV360 Advertiser Name that led to the key event. DV360 advertisers represent real-life businesses that run advertising campaigns.<br /><br />**Field Name:** `dv360AdvertiserName`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>DV360 Campaign ID</div>          | The DV360 Campaign ID that led to the key event. Identifies the DV360 campaign.<br /><br />**Field Name:** `dv360CampaignId`<br />**Type:** dimension                                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>DV360 Campaign Name</div>        | The DV360 Campaign Name that led to the key event.<br /><br />**Field Name:** `dv360CampaignName`<br />**Type:** dimension                                                                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>DV360 Creative ID</div>          | The DV360 Creative ID that led to the key event.<br /><br />**Field Name:** `dv360CreativeId`<br />**Type:** dimension                                                                                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>DV360 Creative Name</div>        | The DV360 Creative Name that led to the key event.<br /><br />**Field Name:** `dv360CreativeName`<br />**Type:** dimension                                                                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>DV360 Insertion Order ID</div>   | The DV360 Insertion Order ID that led to the key event.<br /><br />**Field Name:** `dv360InsertionOrderId`<br />**Type:** dimension                                                                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>DV360 Insertion Order Name</div> | The DV360 Insertion Order Name that led to the key event.<br /><br />**Field Name:** `dv360InsertionOrderName`<br />**Type:** dimension                                                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>DV360 Line Item ID</div>         | The DV360 Line Item ID that led to the key event.<br /><br />**Field Name:** `dv360LineItemId`<br />**Type:** dimension                                                                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>DV360 Line Item Name</div>       | The DV360 Line Item Name that led to the key event.<br /><br />**Field Name:** `dv360LineItemName`<br />**Type:** dimension                                                                                     |

### Games

|                                                                                  |                                                                                                                                                                  |
| -------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Achievement ID</div> | The achievement ID in a game for an event. Populated by the event parameter achievement\_id.<br /><br />**Field Name:** `achievementId`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Character</div>      | The player character in a game for an event. Populated by the event parameter character.<br /><br />**Field Name:** `character`<br />**Type:** dimension         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Group ID</div>       | The player group ID in a game for an event. Populated by the event parameter group\_id.<br /><br />**Field Name:** `groupId`<br />**Type:** dimension            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Level</div>          | The player's level in a game. Populated by the event parameter level.<br /><br />**Field Name:** `level`<br />**Type:** dimension                                |

### Promotions

|                                                                                                |                                                                                                                                                     |
| ---------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Promotion Creative Name</div> | The name of the item-promotion creative.<br /><br />**Field Name:** `itemPromotionCreativeName`<br />**Type:** dimension                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Promotion Creative Slot</div> | The name of the promotional creative slot associated with the item.<br /><br />**Field Name:** `itemPromotionCreativeSlot`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Promotion ID</div>            | The ID of the item promotion.<br /><br />**Field Name:** `itemPromotionId`<br />**Type:** dimension                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Promotion Name</div>          | The name of the promotion for the item.<br /><br />**Field Name:** `itemPromotionName`<br />**Type:** dimension                                     |

### Media

|                                                                                  |                                                                                                                                                                                                     |
| -------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Video Provider</div> | The source of the video (for example, YouTube). Automatically populated for embedded videos if Enhanced Measurement is enabled.<br /><br />**Field Name:** `videoProvider`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Video Title</div>    | The title of the video. Automatically populated for embedded videos if Enhanced Measurement is enabled.<br /><br />**Field Name:** `videoTitle`<br />**Type:** dimension                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Video URL</div>      | The URL of the video. Automatically populated for embedded videos if Enhanced Measurement is enabled.<br /><br />**Field Name:** `videoUrl`<br />**Type:** dimension                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Visible</div>        | Returns true if the content is visible. Automatically populated for embedded videos if Enhanced Measurement is enabled.<br /><br />**Field Name:** `visible`<br />**Type:** dimension               |

### Configuration

|                                                                                         |                                                                                                                                  |
| --------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Test Data Filter ID</div>   | The numeric identifier of a data filter in testing state.<br /><br />**Field Name:** `testDataFilterId`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Test Data Filter Name</div> | The name of data filters in testing state.<br /><br />**Field Name:** `testDataFilterName`<br />**Type:** dimension              |

## Metrics

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

### User Engagement

|                                                                                            |                                                                                                                                                                                                                           |
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Sessions</div>                 | A session is initiated when an app is opened in the  foreground or when a webpage is opened.By default, a sessions ends after 30 minutes of user inactivity. <br /><br />**Field Name:** `sessions`<br />**Type:** metric |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Total Users</div>              | The number of distinct users who have interacted with your website or app.<br /><br />**Field Name:** `totalUsers`<br />**Type:** metric                                                                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Engaged Sessions</div>         | An engaged session is defined as a session that: lasted 10 seconds or longer, had one or more key events fired or had two or more pageviews.<br /><br />**Field Name:** `engagedSessions`<br />**Type:** metric           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Average Session Duration</div> | The average duration in seconds of user's sessions.<br /><br />**Field Name:** `averageSessionDuration`<br />**Type:** metric                                                                                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Engagement Rate</div>          | The percentage of engaged sessions (Engaged sessions divided by Sessions).<br /><br />**Field Name:** `engagementRate`<br />**Type:** metric                                                                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Bounce Rate</div>              | The percentage of sessions that were not engaged ((Sessions Minus Engaged sessions) divided by Sessions).<br /><br />**Field Name:** `bounceRate`<br />**Type:** metric                                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>DAU / MAU</div>                | The rolling percent of 30-day active users who are also 1-day active users.<br /><br />**Field Name:** `dauPerMau`<br />**Type:** metric                                                                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>DAU / WAU</div>                | The rolling percent of 7-day active users who are also 1-day active users.<br /><br />**Field Name:** `dauPerWau`<br />**Type:** metric                                                                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Sessions per User</div>        | The average number of sessions per user (Sessions divided by Active Users).<br /><br />**Field Name:** `sessionsPerUser`<br />**Type:** metric                                                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Engagement Duration</div> | The total amount of time (in seconds) your website or app was in the foreground of users' devices.<br /><br />**Field Name:** `userEngagementDuration`<br />**Type:** metric                                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>WAU / MAU</div>                | The rolling percent of 30-day active users who are also 7-day active users.<br /><br />**Field Name:** `wauPerMau`<br />**Type:** metric                                                                                  |

### E-commerce

|                                                                                                      |                                                                                                                                                                                                                                                                |
| ---------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>E-commerce Purchases</div>               | <br /><br />**Field Name:** `ecommercePurchases`<br />**Type:** metric                                                                                                                                                                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Transactions</div>                       | <br /><br />**Field Name:** `transactions`<br />**Type:** metric                                                                                                                                                                                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Purchase Revenue</div>                   | <br /><br />**Field Name:** `purchaseRevenue`<br />**Type:** metric                                                                                                                                                                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Checkouts</div>                          | <br /><br />**Field Name:** `checkouts`<br />**Type:** metric                                                                                                                                                                                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Add To Carts</div>                       | <br /><br />**Field Name:** `addToCarts`<br />**Type:** metric                                                                                                                                                                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Conversions</div>                        | <br /><br />**Field Name:** `conversions`<br />**Type:** metric                                                                                                                                                                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Conversion Rate</div>               | <br /><br />**Field Name:** `userConversionRate`<br />**Type:** metric                                                                                                                                                                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Purchaser Conversion Rate</div>          | <br /><br />**Field Name:** `purchaserConversionRate`<br />**Type:** metric                                                                                                                                                                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>First Time Purchaser C.R.</div>          | <br /><br />**Field Name:** `firstTimePurchaserConversionRate`<br />**Type:** metric                                                                                                                                                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Average Purchase Revenue</div>           | The average purchase revenue in the transaction group of events.<br /><br />**Field Name:** `averagePurchaseRevenue`<br />**Type:** metric                                                                                                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>ARPPU</div>                              | Average revenue per paying user (ARPPU) is the total purchase revenue per active user that logged a purchase event. The summary metric is for the time period selected.<br /><br />**Field Name:** `averagePurchaseRevenuePerPayingUser`<br />**Type:** metric |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Average Purchase Revenue per User</div>  | The average purchase revenue per active user that logged any event. The summary metric is for the time period selected.<br /><br />**Field Name:** `averagePurchaseRevenuePerUser`<br />**Type:** metric                                                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>ARPU</div>                               | Average revenue per active user (ARPU). The summary metric is for the time period selected. ARPU uses Total Revenue and includes AdMob estimated earnings.<br /><br />**Field Name:** `averageRevenuePerUser`<br />**Type:** metric                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>First Time Purchasers</div>              | The number of users that completed their first purchase event.<br /><br />**Field Name:** `firstTimePurchasers`<br />**Type:** metric                                                                                                                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>First-Time Purchasers per New User</div> | The average number of first-time purchasers per new user.<br /><br />**Field Name:** `firstTimePurchasersPerNewUser`<br />**Type:** metric                                                                                                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Gross Purchase Revenue</div>             | The sum of revenue from purchases made in your app or site.<br /><br />**Field Name:** `grossPurchaseRevenue`<br />**Type:** metric                                                                                                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Purchase-to-View Rate</div>              | The number of users who purchased a product divided by the number of users who viewed the same product.<br /><br />**Field Name:** `purchaseToViewRate`<br />**Type:** metric                                                                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Purchaser Rate</div>                     | The percentage of active users who made one or more purchase transactions.<br /><br />**Field Name:** `purchaserRate`<br />**Type:** metric                                                                                                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Refund Amount</div>                      | The total refunded transaction revenues.<br /><br />**Field Name:** `refundAmount`<br />**Type:** metric                                                                                                                                                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Total Purchasers</div>                   | The number of users that logged purchase events for the time period selected.<br /><br />**Field Name:** `totalPurchasers`<br />**Type:** metric                                                                                                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Total Revenue</div>                      | The sum of revenue from purchases, subscriptions, and advertising minus refunded transaction revenue.<br /><br />**Field Name:** `totalRevenue`<br />**Type:** metric                                                                                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Transactions per Purchaser</div>         | The average number of transactions per purchaser.<br /><br />**Field Name:** `transactionsPerPurchaser`<br />**Type:** metric                                                                                                                                  |

### User Acquisition

|                                                                                       |                                                                                                                                                     |
| ------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>New Users</div>           | <br /><br />**Field Name:** `newUsers`<br />**Type:** metric                                                                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Active Users</div>        | <br /><br />**Field Name:** `activeUsers`<br />**Type:** metric                                                                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>1-day Active Users</div>  | The number of distinct active users on your site or app within a 1 day period.<br /><br />**Field Name:** `active1DayUsers`<br />**Type:** metric   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>28-day Active Users</div> | The number of distinct active users on your site or app within a 28 day period.<br /><br />**Field Name:** `active28DayUsers`<br />**Type:** metric |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>7-day Active Users</div>  | The number of distinct active users on your site or app within a 7 day period.<br /><br />**Field Name:** `active7DayUsers`<br />**Type:** metric   |

### Advertiser Performance

|                                                                                          |                                                                                                                                     |
| ---------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Ad Clicks</div>              | <br /><br />**Field Name:** `advertiserAdClicks`<br />**Type:** metric                                                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Ad Impressions</div>         | <br /><br />**Field Name:** `advertiserAdImpressions`<br />**Type:** metric                                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Ad Cost</div>                | <br /><br />**Field Name:** `advertiserAdCost`<br />**Type:** metric                                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Ad Cost per Click</div>      | <br /><br />**Field Name:** `advertiserAdCostPerClick`<br />**Type:** metric                                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Ad Cost per Conversion</div> | <br /><br />**Field Name:** `advertiserAdCostPerConversion`<br />**Type:** metric                                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Return on Ad Spend</div>     | <br /><br />**Field Name:** `returnOnAdSpend`<br />**Type:** metric                                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Total Ad Revenue</div>       | <br /><br />**Field Name:** `totalAdRevenue`<br />**Type:** metric                                                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Ad Unit Exposure</div>       | The time that an ad unit was exposed to a user, in milliseconds.<br /><br />**Field Name:** `adUnitExposure`<br />**Type:** metric  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Ad Cost per Key Event</div>  | Cost per key event is ad cost divided by key events.<br /><br />**Field Name:** `advertiserAdCostPerKeyEvent`<br />**Type:** metric |

### App Performance

|                                                                                         |                                                                        |
| --------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Crash Affected Users</div>  | <br /><br />**Field Name:** `crashAffectedUsers`<br />**Type:** metric |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Crash Free Users Rate</div> | <br /><br />**Field Name:** `crashFreeUsersRate`<br />**Type:** metric |

### Events

|                                                                                          |                                                                                                                                                              |
| ---------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Count</div>            | <br /><br />**Field Name:** `eventCount`<br />**Type:** metric                                                                                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Value</div>            | <br /><br />**Field Name:** `eventValue`<br />**Type:** metric                                                                                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Count Per User</div>   | <br /><br />**Field Name:** `eventCountPerUser`<br />**Type:** metric                                                                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Events Per Session</div>     | <br /><br />**Field Name:** `eventsPerSession`<br />**Type:** metric                                                                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Key Events</div>             | The count of key events. Marking an event as a key event affects reports from time of creation.<br /><br />**Field Name:** `keyEvents`<br />**Type:** metric |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Session Key Event Rate</div> | The percentage of sessions in which any key event was triggered.<br /><br />**Field Name:** `sessionKeyEventRate`<br />**Type:** metric                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>User Key Event Rate</div>    | The percentage of users who triggered any key event.<br /><br />**Field Name:** `userKeyEventRate`<br />**Type:** metric                                     |

### Store Items

|                                                                                                |                                                                                                                                                                                                                    |
| ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Revenue</div>                 | <br /><br />**Field Name:** `itemRevenue`<br />**Type:** metric                                                                                                                                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Items Added To Cart</div>          | <br /><br />**Field Name:** `itemsAddedToCart`<br />**Type:** metric                                                                                                                                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Items Checked Out</div>            | <br /><br />**Field Name:** `itemsCheckedOut`<br />**Type:** metric                                                                                                                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Items Purchased</div>              | <br /><br />**Field Name:** `itemsPurchased`<br />**Type:** metric                                                                                                                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Items Viewed</div>                 | <br /><br />**Field Name:** `itemsViewed`<br />**Type:** metric                                                                                                                                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Cart-to-View Rate</div>            | The number of users who added a product(s) to their cart divided by the number of users who viewed the same product(s).<br /><br />**Field Name:** `cartToViewRate`<br />**Type:** metric                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Gross Item Revenue</div>           | The total revenue from items only. Gross item revenue is the product of its price and quantity. Item revenue excludes tax and shipping values.<br /><br />**Field Name:** `grossItemRevenue`<br />**Type:** metric |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Discount Amount</div>         | The monetary value of item discounts in eCommerce events.<br /><br />**Field Name:** `itemDiscountAmount`<br />**Type:** metric                                                                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item-list Click Events</div>       | The number of times users clicked an item when it appeared in a list.<br /><br />**Field Name:** `itemListClickEvents`<br />**Type:** metric                                                                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item List Click Through Rate</div> | The number of users who selected a list divided by the number of users who viewed the same list.<br /><br />**Field Name:** `itemListClickThroughRate`<br />**Type:** metric                                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item-list View Events</div>        | The number of times the item list was viewed.<br /><br />**Field Name:** `itemListViewEvents`<br />**Type:** metric                                                                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Refund Amount</div>           | The total refunded transaction revenue from items only.<br /><br />**Field Name:** `itemRefundAmount`<br />**Type:** metric                                                                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item View Events</div>             | The number of times the item details were viewed.<br /><br />**Field Name:** `itemViewEvents`<br />**Type:** metric                                                                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Items Clicked in List</div>        | The number of units clicked in list for a single item.<br /><br />**Field Name:** `itemsClickedInList`<br />**Type:** metric                                                                                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Items Viewed in List</div>         | The number of units viewed in list for a single item.<br /><br />**Field Name:** `itemsViewedInList`<br />**Type:** metric                                                                                         |

### Promotions

|                                                                                                     |                                                                                                                                                                                             |
| --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Promotion Clicks</div>                  | <br /><br />**Field Name:** `promotionClicks`<br />**Type:** metric                                                                                                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Promotion Views</div>                   | <br /><br />**Field Name:** `promotionViews`<br />**Type:** metric                                                                                                                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Promotion Click Through Rate</div> | The number of users who selected a promotion divided by the number of users who viewed the same promotion.<br /><br />**Field Name:** `itemPromotionClickThroughRate`<br />**Type:** metric |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Items Clicked in Promotion</div>        | The number of units clicked in promotion for a single item.<br /><br />**Field Name:** `itemsClickedInPromotion`<br />**Type:** metric                                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Items Viewed in Promotion</div>         | The number of units viewed in promotion for a single item.<br /><br />**Field Name:** `itemsViewedInPromotion`<br />**Type:** metric                                                        |

### Screen/Page Views

|                                                                                                 |                                                                               |
| ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Screen/Page Views</div>             | <br /><br />**Field Name:** `screenPageViews`<br />**Type:** metric           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Screen/Page Views Per Session</div> | <br /><br />**Field Name:** `screenPageViewsPerSession`<br />**Type:** metric |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Screen/Page Views Per User</div>    | <br /><br />**Field Name:** `screenPageViewsPerUser`<br />**Type:** metric    |

### Scrolling

|                                                                                  |                                                                   |
| -------------------------------------------------------------------------------- | ----------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Scrolled Users</div> | <br /><br />**Field Name:** `scrolledUsers`<br />**Type:** metric |

### Shipping and Tax

|                                                                                   |                                                                    |
| --------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Shipping Amount</div> | <br /><br />**Field Name:** `shippingAmount`<br />**Type:** metric |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Tax Amount</div>      | <br /><br />**Field Name:** `taxAmount`<br />**Type:** metric      |

### Publisher Ads

|                                                                                            |                                                                                                                |
| ------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Publisher Ad Clicks</div>      | The number of ad\_click events.<br /><br />**Field Name:** `publisherAdClicks`<br />**Type:** metric           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Publisher Ad Impressions</div> | The number of ad\_impression events.<br /><br />**Field Name:** `publisherAdImpressions`<br />**Type:** metric |

***

## Related

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

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