Tableau Connector for Adobe Analytics

Build 25.0.9434

UniversalReport

Run a unified report that includes all configured dimensions and metrics for a broad view of user behavior and performance.

View Specific Information

Select

This view includes every available dimension and metric. To create a valid custom Adobe Analytics report, ensure your SELECT query includes at least one metric column along with any desired subset of dimension columns from the list.

To define the reporting period, specify the StartDate and EndDate in your WHERE clause. If no dates are specified, the report defaults to a period starting from two years ago up to today. If only a StartDate is provided, the EndDate defaults to today, and if only an EndDate is provided, the StartDate defaults to two years ago from the specified EndDate.

You can also filter the report to a specific segment by including the SegmentId column in the WHERE clause. For instance, an example query might be:

SELECT [Time Spent on Page - Bucketed], [Browser], [Browser Height - Bucketed], [Browser Type], [Average Page Depth], [Average Time Spent on Site (seconds)], [Bot Occurrences], [Bot Page Views], [Bounce Rate] FROM [UniversalReport] 
WHERE [StartDate] = '2023-01-01' AND [EndDate] = '2023-01-31' AND [SegmentId] = 's300012345_1234567890'

This approach enables you to generate a tailored report by choosing the specific columns and applying the necessary date range and segment filters directly in your query.

Default Dimension

Date is the default dimension for this report as well, so the query:

    SELECT * FROM [UniversalReport]

will become:

    SELECT Date, {all the metrics here} FROM [UniversalReport]

Default Metric

Occurrences is the default metric for this report if no valid metric is specified in the query, so the query:

    SELECT Date FROM [UniversalReport]

will become:

    SELECT Date, Occurrences FROM [UniversalReport]

Columns

Name Type IsDimension IsMetric DefaultDimension DefaultMetric Description
Date Date True True The 'Date' dimension.
Occurrences Int True True The number of hits where a given dimension was set or persisted.
Time Spent on Page - Bucketed String True The amount of time a visitor spends on the page. The amount of time is categorized into different time ranges or
Bot Name String True Shows the names of the bots detected or custom bot rules supplied.
Browser String True Shows the name and version of the browser used to access the site.
Browser Height - Granular String True Categorizes site visitors based on the height of their browser window.
Browser Height - Bucketed String True Shows the height of the browser window, classified in groups of 100 pixels.
Browser Type String True Shows the name of browser providers used to access the site (such as Google and Apple).
Browser Width - Granular String True Shows the width of the browser window, classified in groups of 100 pixels.
Browser Width - Bucketed String True Shows the width of the browser window, classified in groups of 100 pixels. This can help you optimize content for viewing.
Tracking Code String True The 'Tracking Code' dimension.
Category String True The product category of the hit. If your implementation uses the 'products' variable, this can help you see metrics about the product category, such as top sellers or most viewed.
ClickMap Action (Legacy) String True Identifies the type of click that a visitor made on a specific element of a web page.
ClickMap Action Type (Legacy) String True The 'ClickMap Action Type (Legacy)' dimension.
ClickMap Context (Legacy) String True The 'ClickMap Context (Legacy)' dimension.
ClickMap Context Type (Legacy) String True The 'ClickMap Context Type (Legacy)' dimension.
ClickMap Source ID (Legacy) String True The 'ClickMap Source ID (Legacy)' dimension.
ClickMap Tag (Legacy) String True The 'ClickMap Tag (Legacy)' dimension.
Code Version String True The 'Code Version' dimension.
Color Depth String True The number of colors that a screen supports.
Connection Type String True The method used by a visitor to connect to the internet, such as a wired or wireless connection. This can help you know how to optimize site content based on visitors' connection speeds.
Cookie Support String True Whether a visitor's browser supports cookies for a given hit. This can help you determine the ratio of visitors who use browsers that support cookies, and those who intentionally disable them.
Currency String True The 'Currency' dimension.
Currency Factor String True The 'Currency Factor' dimension.
Currency Rate String True The 'Currency Rate' dimension.
Custom Hit Time UTC String True The 'Custom Hit Time UTC' dimension.
Customer Loyalty String True The degree to which visitors consistently engage with and return to the site over time. This can help you understand how the site affects purchasing behavior.
Customer Perspective String True The 'Customer Perspective' dimension.
Custom Link String True Shows the names of custom links on your site. This can help you understand the types of links visitors most often click.
Custom Visitor ID String True The 'Custom Visitor ID' dimension.
Daily Unique Customers String True The number of unique visitors per day.
Hour String True The hour that a given metric occurred (rounded down). This can help you see metrics over time in trended reports.
Minute String True The minute that a given metric occurred (rounded down). This can help you see metrics over time in trended reports.
Month String True The month that a given metric occurred. This can help you see metrics over time in trended reports.
Quarter String True The quarter that a given metric occurred. This can help you see metrics over time in trended reports.
Week String True The week that a given metric occurred. This can help you see metrics over time in trended reports.
Year String True The year that a given metric occurred.
Days Before First Purchase String True The number of days between a user's first visit to a website and their first purchase.
Days Since Last Purchase String True The number of days between a visitor's current visit and their most recent purchase. This can help you understand visitor behavior after making a purchase on the site.
Days Since Last Visit String True The number of days between a visitor's current visit and their most recent visit. This can help you understand visitor behavior after visiting the site.
Domains String True Access points that visitors use to access the internet.
Download Link String True The names of download links on the site. This can help you understand things like which files are downloaded most frequently and whether visitors download different file types if offered.
Duplicate Purchase String True The 'Duplicate Purchase' dimension.
Entry Page String True The names of pages on your site. This can help you understand which pages on your site perform the best. This is one of the most commonly used dimensions.
Visit Start Page String True The 'Visit Start Page' dimension.
Entry Page Original String True The first page viewed by a visitor when they enter the site.
Entry Custom Insight 1 String True The 'Entry Custom Insight 1' dimension.
Entry Custom Insight 2 String True The 'Entry Custom Insight 2' dimension.
Entry Custom Insight 3 String True The 'Entry Custom Insight 3' dimension.
Entry Custom Insight 4 String True The 'Entry Custom Insight 4' dimension.
Entry Custom Insight 5 String True The 'Entry Custom Insight 5' dimension.
Entry Server String True The 'Entry Server' dimension.
Entry Site Section String True Lists the names of site sections on your site. For large sites, it is helpful to group pages into sections. This dimension is useful to see the top-viewed or top-performing site sections.
Internal Campaign String True The 'Internal Campaign' dimension.
Internal Search Terms String True The 'Internal Search Terms' dimension.
Exit Link String True The names of links that leads visitors away from the site. This can help you understand which links are most popular that point to domains outside of your site.
Exit Page String True The names of pages on your site. This can help you understand which pages on your site perform the best. This is one of the most commonly used dimensions.
Exit Server String True The 'Exit Server' dimension.
Exit Site Section String True Lists the names of site sections on your site. For large sites, it is helpful to group pages into sections. This dimension is useful to see the top-viewed or top-performing site sections.
Domain String True The 'Domain' dimension.
First Touch Channel String True The first marketing channel a visitor matches with during their engagement period. This can help you understand which marketing channels drive initial traffic to the site.
First Touch Channel Detail String True The first marketing channel a visitor matches with during their engagement period. This can help you understand what contributed to the hit matching a marketing channel.
Cities String True The geographic location of a visitor at the city level.
Geo Segmentation Cities String True The 'Geo Segmentation Cities' dimension.
Countries String True The geographic location of a visitor at the country level.
US DMA String True The geographic location of a visitor at the Designated Market Area (DMA) level.
Geo Latitude String True The 'Geo Latitude' dimension.
Geo Longitude String True The 'Geo Longitude' dimension.
Regions String True The geographic location of a visitor at the region level.
Geo Zip String True The 'Geo Zip' dimension.
Hit Datetime String True The date and time of a visitor's interaction with the site.
Hit Date Time Offset String True The 'Hit Date Time Offset' dimension.
Hit Depth String True How far into a visit a given hit is. This can help you understand how long it takes for visitors to perform actions on the site.
Hit Time UTC String True The 'Hit Time UTC' dimension.
First Hit Time UTC String True The 'First Hit Time UTC' dimension.
Hit Type String True Shows whether a mobile app was in the foreground or background when the hit was sent to Adobe data collection servers.
Home Page String True The 'Home Page' dimension.
IP Address String True The 'IP Address' dimension.
IP Address 2 String True The 'IP Address 2' dimension.
Java Enabled String True Determines if a visitor's browser at the time of a visit has Java enabled. This is helpful if you want to introduce Java-based functionality on the site but you aren't sure how many visitors already have Java enabled.
Javascript Support String True The 'Javascript Support' dimension.
Javascript Version String True The 'Javascript Version' dimension.
Language String True A visitor's preferred language as defined in the browser. This can aid in localization efforts by helping you understand the languages most preferred by visitors.
Last Touch Channel String True The most recent marketing channel a visitor matches with during that visitor's engagement period. This can help you understand which marketing channels drive traffic to your site that result in conversions.
Last Touch Channel Detail String True Details about the most recent marketing channel a visitor matches with during that visitor's engagement period. This can help you understand what contributed to the hit matching a marketing channel.
Latitude String True The 'Latitude' dimension.
Visitor State String True The 'Visitor State' dimension.
Longitude String True The 'Longitude' dimension.
Marketing Channel String True The most recent marketing channel a visitor matches with during that visitor's engagement period. This can help you understand which marketing channels drive traffic to your site that result in conversions. This functions identically to the 'Last Touch Channel.'
Marketing Channel Detail String True Details about the most recent marketing channel a visitor matches with during that visitor's engagement period. This can help you understand what contributed to the hit matching a marketing channel. This functions identically to the 'Last Touch Channel Detail.'
Experience Cloud Visitor ID String True The 'Experience Cloud Visitor ID' dimension.
Mobile Audio Support String True The file formats the device can play.
Mobile Max Bookmark Length String True The maximum number of bytes that the mobile device supports in bookmarked URLs. Recent devices typically do not have a limit.
Mobile Carrier String True The telecommunications company that provides cellular network connectivity to a mobile device.
Mobile Color Depth String True The color depth of the mobile device, in bits.
Mobile Cookie Support String True The ability of a mobile device to store and manage browser cookies.
Mobile Device String True The model of the mobile device used to access the site.
Mobile Device Number String True Shows if the mobile device transmits its number.
Mobile Device Type String True The type of mobile device used to access the site (such as phone, tablet, or television).
Mobile DRM String True The type of DRM the mobile device supports.
Mobile Max Email Length String True The maximum number of bytes that the mobile device supports in an email. Recent devices typically do not have a limit.
Mobile Image Support String True The ability of mobile devices that access the site to display and render images on the site.
Mobile Information Services String True The types of news services supported by the device. Recent devices typically do not report this information.
Mobile Java VM String True The versions of Java that the device supports.
Mobile Mail Decoration String True Determines if the device supports Decomail, a feature once popular on Japanese devices.
Mobile Manufacturer String True The manufacturer of the mobile device used to access the site (such as Apple or Samsung).
Mobile Net Protocols String True The communication protocols used by mobile devices to access the site (such as Edge, GPRS, UMTS, and LTE).
Mobile Operating System (deprecated) String True This dimension is deprecated. Use 'Operating system' instead.
Mobile Push To Talk String True Determines if the device supports PTT (Push to talk), which allows the mobile device to behave similar to a two-way radio. Recent devices typically do not report this feature.
Mobile Screen Height String True The height of the screen, in pixels.
Mobile Screen Size String True The full dimensions of the mobile device, in pixels.
Mobile Screen Width String True The width of the screen, in pixels.
Mobile Max Browser URL Length String True The maximum number of characters that can be included in the site URL when accessed from a mobile browser.
Mobile Video Support String True The video file formats and codecs that the mobile device supports.
Monitor Resolution String True The height and width of the active display in pixels. This can help you prioritize content to make it visible to users without scrolling.
Monthly Unique Customers String True The number of unique visitors per month.
New Visit String True The 'New Visit' dimension.
Next Page String True The 'Next Page' dimension.
Operating Systems String True Provides data on the various desktop and mobile operating systems used by visitors to the site (includes operating system versions). This can help you understand which operating systems are most common if you have features that are supported only on certain operating systems.
Operating System Types String True Provides data on the various desktop and mobile operating systems used by visitors to the site, regardless of the operating system version. This can help you understand which operating systems are most common if you have features that are supported only on certain operating systems.
Tracking Opt-out Reason String True This dimension acts as a preview to show you data that would be excluded if you enabled Privacy Settings. This can help you determine if your implementation would be negatively impacted if you enabled Privacy Settings under Report Suite Settings.
Page String True The names of pages on your site. This can help you understand which pages on your site perform the best. This is one of the most commonly used dimensions.
Page Event (Link Tracking) String True The 'Page Event (Link Tracking)' dimension.
Page Event Media (Link Tracking) String True The 'Page Event Media (Link Tracking)' dimension.
Page Event Var1 (Link Tracking) String True The 'Page Event Var1 (Link Tracking)' dimension.
Page Event Var2 (Link Tracking) String True The 'Page Event Var2 (Link Tracking)' dimension.
Page Event Var3 (Link Tracking) String True The 'Page Event Var3 (Link Tracking)' dimension.
Page Name No URL String True The 'Page Name No URL' dimension.
Pages Not Found String True Shows URLs that contained an error. This can help you lower the number of errors that visitor get on your site.
Time Spent on Page - Granular String True The amount of time a visitor spends on the page. This can help you understand how long visitors interact with a given metric on the site.
Page Type Error String True The 'Page Type Error' dimension.
Page URL String True The URLs on the site.
Original Entry Page URL String True The 'Original Entry Page URL' dimension.
Visit Start Page URL String True The 'Visit Start Page URL' dimension.
Paid Search String True Compares any metric between paid search and natural search. All other hits outside search engines are omitted. This can help you understand how your paid search efforts compare with organic search.
Partner Plugins lea String True The 'Partner Plugins lea' dimension.
Visit Depth String True The 'Visit Depth' dimension.
Persistent Cookie Support String True Shows if the hit used a visitor identifier that originated from a persistent source. The most common persistent source is from a cookie, but it can also use mobile headers and other sources.
Plugin Support String True The 'Plugin Support' dimension.
Pre Loaded String True The 'Pre Loaded' dimension.
Previous Page String True The 'Previous Page' dimension.
Product String True Shows the name of the product in the hit. If your implementation uses the products variable, it can help you understand metrics about your products, such as top sellers or most viewed.
Custom Insight 1 String True The 'Custom Insight 1' dimension.
Custom Insight 2 String True The 'Custom Insight 2' dimension.
Custom Insight 3 String True The 'Custom Insight 3' dimension.
Custom Insight 4 String True The 'Custom Insight 4' dimension.
Custom Insight 5 String True The 'Custom Insight 5' dimension.
Purchase ID String True The 'Purchase ID' dimension.
Quarterly Unique Customers String True The number of unique visitors per quarter.
Referrer String True The website or source that a visitor used to arrive at the site. This can help you understand which specific URLs drive the most traffic to your site.
Original Referrer String True The 'Original Referrer' dimension.
Referrer Type String True The generic channels that a visitor used to arrive at the site (such as a search engine or another website).
Original Referrer Type String True The 'Original Referrer Type' dimension.
Referrer Type (Visit) String True The 'Referrer Type (Visit)' dimension.
Referrer (Visit) String True The 'Referrer (Visit)' dimension.
Referring Domain String True The domain of the website that a visitor used to arrive at the site. This can help you understand which third-party sites drive the most traffic to yours.
Original Referring Domain String True The 'Original Referring Domain' dimension.
Referring Domain (Visit) String True The 'Referring Domain (Visit)' dimension.
Return Frequency String True Shows the time between visits from returning visitors. When a visitor returns to your site, it looks at the previous visit's timing and categorizes the current hit accordingly. This can help you gauge your site's appeal and track the impact of your content and promotions over time.
Report Suite ID String True The 'Report Suite ID' dimension.
Search Engine String True The search engine used to arrive at the site through a paid or natural (unpaid) search link.
Search Keyword String True The words or phrases used when entering the site through a paid or natural (unpaid) search link.
Search Keyword (Visit) String True The 'Search Keyword (Visit)' dimension.
Search Engine - Natural String True The search engine used when entering the site through an natural (unpaid) search link.
Search Keyword - Natural String True The words or phrases used when entering the site through a natural (unpaid) search link.
All Search Page Rank String True The page of search results a visitor clicked through to your site. For example, if your site appears on the second page of a search engine's search results, the dimension item for this variable is
Search Engine - Paid String True The search engine used when entering the site through a paid search link.
Search Keyword - Paid String True The words or phrases used when entering the site through a paid search link.
Search Engine (Visit) String True The 'Search Engine (Visit)' dimension.
Server String True The 'Server' dimension.
Service String True The 'Service' dimension.
Single Page Visits String True Occurrences when visitors leave the site after viewing only a single page.
Site Section String True Lists the names of site sections on your site. For large sites, it is helpful to group pages into sections. This dimension is useful to see the top-viewed or top-performing site sections.
Time Spent per Visit - Granular String True The 'Time Spent per Visit - Granular' dimension.
SSL Hit String True The 'SSL Hit' dimension.
Start New Visit String True The 'Start New Visit' dimension.
US States String True The 'US States' dimension.
AM/PM String True The time of day (whether AM or PM) when a visitor accessed the site.
Day of Month String True The number or percentage of visitors who access the site, categorized by month.
Day of Week String True The 'Day of Week' dimension.
Day of Year String True The numeric day of any given year. This allows you to view data by day, without having to use static dates as dimension items.
Hour of Day String True The numeric hour of any given day. This allows you to view data by relative time of day, without having to use static hours as dimension items.
Month of Year String True The month of any given year. This allows you to view data by the month of the year, without having to use a static date as dimension items.
Quarter of Year String True The quarter of any given year. This allows you to view data by quarter of the year, without having to use static dates as dimension items.
Weekday/Weekend String True The number or percentage of visitors who access the site, categorized by weekday and weekend.
Time Prior to Event String True Reports the amount of time that passed between the first hit of the visit and the desired metric. This dimension is useful to determine the amount of time it takes to hit a success event, such as a form submission or a purchase.
Time Spent per Visit - Bucketed String True Categorizes the length of time that visitors spend on the site during a single visit into different time ranges or
Time Zone String True The time zone in which visitors are located when they interact with the site. This can help you understand user behavior and engagement patterns across different geographic regions.
Timezone String True The 'Timezone' dimension.
Target Integration String True The 'Target Integration' dimension.
Target Integration Action String True The 'Target Integration Action' dimension.
Top Level Domain String True The last part of a website's domain name after the final dot, such as '.com', '.org, or '.edu'. This can help you understand how visitors are accessing the site and which top-level domains are driving the most traffic.
Transaction ID String True The 'Transaction ID' dimension.
Truncated Hit String True The 'Truncated Hit' dimension.
User Agent Color String True The 'User Agent Color' dimension.
User Agent Operating System String True The 'User Agent Operating System' dimension.
User Agent Pixels String True The 'User Agent Pixels' dimension.
User Agent String True The 'User Agent' dimension.
User ID String True The 'User ID' dimension.
New Engagement String True The 'New Engagement' dimension.
New Visitor ID String True The 'New Visitor ID' dimension.
Visitor ID Type String True The 'Visitor ID Type' dimension.
Visit Number String True The number of times a visitor accessed the site within a defined time period. This can help you understand how engaged a visitor is when returning to your site.
Visitor ID String True A unique, persistent identifier assigned to each individual visitor who accesses the site. This identifier enables Adobe Analytics to track and analyze visitor behavior over time, even if the visitor is using multiple devices or browsers.
Visit Page Number String True A sequential number that represents the order in which a specific page was viewed by a visitor during a given visit to the site. This can help you understand the path that visitors take as they navigate through the site, and can be used to analyze visitor behavior and engagement.
Visit Start Time UTC String True The 'Visit Start Time UTC' dimension.
Weekly Unique Customers String True The number of unique visitors per week.
Yearly Unique Customers String True The number of unique visitors per year.
Zip Code String True Categorizes site visitors based on their zip code or postal code. This can help you understand the success of local advertising or see where in the world your site performs best.
Average Page Depth Int True The 'Average Page Depth' metric.
Average Time Spent on Page (seconds) Int True The average amount of time visitors spend on a page.
Average Time Spent on Site (seconds) Int True The total amount of time visitors interact with a specific dimension item, per sequence with a dimension item.
Average Visit Depth Int True The average number of pages viewed during a single visit to the site. This can help you understand how engaged visitors are with content on the site.
Bot Occurrences Int True The number of hits where a bot traffic was detected. The Bot Occurrences metric should only be used with the Bot Name, Page, or standard time dimensions (such as Day, Week, etc). If this metric is used with any other Analytics dimension, no data will result because it is unassociated with normal customer-based data in Analytics. Data processing for Bot Occurrences began between February 26 and March 10, 2023, any reporting window prior to this date will not have data. This is an Adobe provided component.
Bot Page Views Int True Shows the number of times a bot was set or persisted on a page. The Bot Page Views metric should only be used with the Bot Name, Page, or standard time dimensions (such as Day, Week, etc). If this metric is used with any other Analytics dimension, no data will result because it is unassociated with normal customer-based data in Analytics. Data processing for Bot Page Views began between February 26 and March 10, 2023, any reporting window prior to this date will not have data. This is an Adobe provided component.
Bounce Rate String True The ratio of visits that contained exactly one hit compared to the number of visits on that page. This can help you to understand which dimension items have the highest bounce rate, or to see an aggregated total bounce rate of your site over time.
Bounces Int True The number of times a visitor leaves the site after viewing only one page. This can help you understand the top entry pages that cause visitors to bounce, or to see how bounces trend over time.
Campaign Click-throughs Int True The 'Campaign Click-throughs' metric.
Cart Additions Int True The number of times a visitor added something to their cart. This can help you understand at what part of the conversion funnel that customers show enough interest in a product to add it to their cart.
Cart Removals Int True The number of times a visitor removes an item from their online shopping cart during a session. This can help you understand which factors might be preventing users from completing a purchase.
Carts Int True The number of times visitors to the site added items to their online shopping carts.
Cart Views Int True The number of times a visitor viewed their shopping cart. This can help you understand at what part of the conversion funnel that customers view the contents in their cart.
Checkouts Int True The number of times visitors to the site initiated the checkout process to purchase a product or service.
Custom Link Instances Int True The 'Custom Link Instances' metric.
Download Link Instances Int True The number of times visitors click on download links on the site. This can help you understand how effective certain links are.
Entries Int True The number of times visitors to the site first land on a given page to start their session.
Internal Campaign Instances Int True The 'Internal Campaign Instances' metric.
Internal Search Terms Instances Int True The 'Internal Search Terms Instances' metric.
Custom Conversion 3 Instances Int True The 'Custom Conversion 3 Instances' metric.
eVar4 Instances Int True Instances of metrics tied to the eVar4 dimension.
Registrations Int True The 'Registrations' metric.
Email Registrations Int True The 'Email Registrations' metric.
Subscriptions Int True The 'Subscriptions' metric.
Page Views Int True The 'Page Views' metric.
Ad Impressions Int True The 'Ad Impressions' metric.
Ad Clicks Int True The 'Ad Clicks' metric.
Exit Link Instances Int True The number of times visitors clicked a specific link before leaving your website. This can help you understand which links are causing users to leave and potentially identify opportunities for optimization.
Exits Int True The number of times a given dimension item is captured as the last value in a visit. This can help you understand the last thing visitors see before leaving your site, allowing you to optimize the experience a visitor gets before they leave.
Total Seconds Spent Int True The amount of time visitors spend viewing a specific item on the site, such as a product or piece of content. This can help you understand how interested visitors are in specific products.
Total Seconds Spent Int True The 'Total Seconds Spent' metric.
Marketing Channel Instances Int True The 'Marketing Channel Instances' metric.
Mobile Views Int True The 'Mobile Views' metric.
New Engagements Int True the number of times a visitor matches a marketing channel for the first time in that visitor's engagement period. This can compare any dimension with a visitor matching a marketing channel processing rule for the first time.
Orders Int True The total number of purchase events made on your site. This metric is vital for eCommerce sites in measuring conversion because you can combine this metric with any dimension to see which dimension items contributed to an order.
Orders per Visit Decimal True The ratio of orders that visitors made over the total number of visits to your site. This can help you understand conversion rate for your site.
Page Events Int True Specific user interactions or actions that occur on the site, such as clicks, form submissions, video plays, downloads, and other custom events.
Pages Not Found Int True Shows URLs that contained an error. This can help you lower the number of errors that visitor get on your site.
Page Views Int True Shows the number of times a given dimension item was set or persisted on a page. It is one of the most common and basic metrics in reports.
Average Page Views per Visit Decimal True The 'Average Page Views per Visit' metric.
Product Views Int True The number of times any product was viewed. This can help you see your top-viewed products, or how total product views trend over time.
Referrer Instances Int True The 'Referrer Instances' metric.
Reloads Int True The number of times a dimension item was present during a reload. A visitor refreshing their browser is the most common way to trigger a reload.
Revenue Decimal True The monetary amount of products purchased within all orders. This metric is vital for eCommerce sites in measuring conversion because you can combine this metric with any dimension to see which dimension items contributed to revenue.
Searches Int True The number of hits that match Adobe's external search detection. This can help you understand how non-search dimensions contributed to search engine traffic.
Single Page Visits Int True Occurrences when visitors leave the site after viewing only a single page.
Single Access Int True The 'Single Access' metric.
Time Spent per Visit (seconds) Int True The average amount of time that visitors interact with a given dimension item during each visit.
Time Spent per Visitor (seconds) Int True The average amount of time that visitors interact with a given dimension item during a visitor's entire lifetime.
Units Int True The total number of products purchased within all orders. This metric is vital for eCommerce sites in measuring conversion because you can combine this metric with any dimension to see which dimension items contributed to the number of products purchased.
Unique Visitors Int True The number of unique individuals who have visited the site during a specified time period. This can help you understand the overall reach of the site.
Daily Unique Visitors Int True The number of unique visitors to the site during each day in a given time period.
Hourly Unique Visitors Int True The number of unique visitors to the site during each hour of the day. This can help you understand the time of day when the site is busiest to help optimize marketing campaigns and website content.
Visitors with Experience Cloud ID Int True The number of unique visitors to the site based on their Marketing Cloud Visitor ID.
Monthly Unique Visitors Int True The number of unique visitors to the site during each month in a given time period.
Quarterly Unique Visitors Int True The number of unique visitors to the site during each quarter in a given time period.
Weekly Unique Visitors Int True The number of unique visitors to the site during each week in a given time period.
Yearly Unique Visitors Int True The number of unique visitors to the site during each year in a given time period.
Visits Int True The number of sessions across all visitors on the site.
Visits - All Visitors Int True The 'Visits - All Visitors' metric.
Visits Int True The 'Visits' metric.
Test CM Decimal True ennio testing
CalculatedMetricTest Decimal True The 'CalculatedMetricTest' metric.
Revenue / Visitor Decimal True The average amount of revenue generated by each individual visitor to the site.
Orders / Visitor Decimal True The average number of orders or transactions generated by each individual visitor to the site.
Revenue / Visits Decimal True The average amount of revenue generated by a single visit to the site.
Revenue / Order Decimal True The average amount of revenue generated by each completed transaction or order on the site.
Orders / Visits Decimal True The percentage of visits to the site that result in a completed transaction.
Page Views / Visits Decimal True The average number of pages a user views during a single visit to the site.
Visits / Visitor Decimal True The average number of visits a unique visitor makes to the site.
Reloads / Pageviews Decimal True The percentage of page views that resulted in a reload or refresh of the page.
Weighted Bounce Rate String True if(visits > percentile(visits),bouncerate,0)
Order Assists Decimal True The number of times a channel or source contributed to a customer's journey towards making a purchase, but did not result in the final purchase.
Exit Rate String True The percentage of visitors who leave the site after viewing a particular page.
Entry Rate String True The percentage of visitors who entered the site on a given page, compared to the total number of sessions on the site.
Average Time on Site String True The average amount of time a visitor spends on the site before leaving or navigating away.
Time Spent/User (State) String True The length of time that the average visitor spends in a particular State while on the site.
Action Time In App / Users String True The average amount of time visitors spend performing a specific action or task on the site.
Average Place Dwell Time String True The average length of time that visitors spend on a specific section or area of a web page before moving on to another section or leaving the site.
Engagement Rate (Messages) String True The percentage of visitors who send a message or initiate a conversation using the site's messaging features, such as live chat or chatbots.
States Per Launch Decimal True The number of web page states or screens that a visitor views during a single session.
Launches/User Decimal True The number of times a user launches a specific application or feature on the site.
Crash Rate (Mobile) String True The percentage of app sessions that end in a crash or in an abnormal termination of the app.
Average Session Length (Mobile) String True cm_mobile_avg_session_length_defaultmetric_localized_description_key
Users (Mobile) Decimal True The total number of users of a mobile app.
App Users Decimal True The total number of users of a mobile app.
State Views Decimal True The number of views to the different states or screens of the app.
Actions Decimal True The total number of actions taken in the app.
Acquisition Link Clicks Decimal True The number of times people click a link that is designed to drive traffic to the site.
Page Velocity Decimal True The number of additional page views and engagement that a piece of content generates.
Conversion Rate String True The percentage of visitors who took a desired action, such as made a purchase.
Compression String True The process of reducing the file size of a web page or website to improve page load times and website performance.
Devices/person Decimal True The average number of devices used by a single person to access the site.
Experience Cloud ID coverage String True The percentage of visitors who have an Experience Cloud ID.
In-App Message Engagement Rate String True The percentage of visitors who interact with a specific in-app message, such as a push notification or banner.
Content Velocity Decimal True The speed at which new content is created and published on the site and how quickly it generates user engagement.
Adobe Advertising Avg. Quality Score Decimal True Evaluates the quality and relevance of the site's landing pages in the context of data from Adobe Advertising.
Adobe Advertising Avg. Position Decimal True Measures the average ranking of the site's pages or ads in search engine results (using data from Adobe Advertising) when people search for specific terms relevant to your business.
Adobe Advertising ROAS Decimal True Return on Advertising Spend (ROAS) measures the effectiveness and profitability of an advertising campaign (using data from Adobe Advertising).
Adobe Advertising CPC Decimal True Cost Per Click (CPC) measures the cost of a digital advertising campaign (using data from Adobe Advertising).
Adobe Advertising CTR String True Click-Through Rate (CTR) measures the effectiveness of digital advertising campaigns or site content in generating clicks (using data from Adobe Advertising).
Adobe Advertising Cost w Cents Decimal True The total cost of a digital advertising campaign, expressed in cents (using data from Adobe Advertising).
Ad Completion Rate String True The percentage of visitors who complete an ad on the site after starting it.
Ad Time Spent Rate String True The amount of time viewers spend watching a video ad (displayed as a percentage of the ad's total length).
Avg. Ad Time Spent String True The average amount of time that viewers spend watching a video ad on the site (HH:MM:SS).
Avg. Ads per Media Stream Decimal True The average number of ads that appear during a single media stream or video on the site.
Avg. Chapter Time Spent String True The average amount of time viewers spend watching a specific chapter or section of a video on the site (HH:MM:SS).
Avg. Chapters per Media Stream Decimal True The average number of chapters or sections that appear during a single media stream or video on the site.
Avg. Content Time Spent String True The average amount of time visitors spend engaging with a particular piece of content on the site (HH:MM:SS).
Avg. Media Time Spent String True The average amount of time visitors spend engaging with a particular media element on the site, such as a video or audio clip, after the stream initiates. (HH:MM:SS).
Chapter Completion Rate String True The percentage of viewers who watch a particular chapter or section of a video to its conclusion after starting it.
Content Buffer Duration Rate String True The percentage of time a video or audio clip is paused for buffering during playback on the site.
Content Completion Rate String True The percentage of time a video or audio clip is completed after starting.
Content Pause Duration Rate String True The percentage of time a video or audio clip is paused for buffering during playback on the site.
Content Time to Start Rate String True The amount of time it takes for a video or audio clip to start playing after a user clicks the play button.
Drops before Start Rate String True The percentage of visitors who click the play button on a video or audio clip but abandon it before the content starts playing.
Media Completion Rate String True The percentage of visitors who complete a video on the site after starting it.
ITP 2.1 Unique Visitors / Unique Visitors String True The percentage of unique visitors using a browser affected by ITP 2.1 cookie limitations. In other words, customers not using a CNAME implementation. (This applies to customers setting cookies via client-side JavaScript.)
Unique Visitors / Unique Visitors returning after 7 days String True The percentage of unique visitors who are returning after a period of 7 or more days.
Page Views / Unique Visitor Decimal True The average number of pages viewed for each unique visitor to the site.
Visits / Visitors Decimal True The average number of visits a unique visitor makes to the site.
Estimated Unique Visitors (ITP 2.1) Decimal True For ITP visitors (users on Safari browsers) divide Unique Visitors by 2 or less. This assumes you are setting cookies using client-side JavaScript (not using a CNAME implementation). Implementations that set cookies using client-side JavaScript were impacted starting with ITP 2.1. See: https://webkit.org/blog/8613/intelligent-tracking-prevention-2-1/
Page Views / Estimated Unique Visitors (ITP 2.1) Decimal True The average number of pages viewed for Estimated Unique Visitors (ITP 2.1).
Bots Page View Ratio Decimal True The average number of Bot Page Views/Page Views.
Average Visits Per Order String True The average number of visits for each order made.
Average Products Per Order String True The average number of products included in each order.
Average Carts Per Order String True The average number of carts included in each order.
Average Checkouts Per Order String True The average number of checkouts associated with each order.
Average Revenue Per Product Decimal True The average amount of revenue generated by each product.
Average Revenue Per Cart Decimal True The average amount of revenue generated for each shopping cart.
Average Revenue Per Checkout Decimal True The average amount of revenue generated for each checkout.
Average Revenue Per Order Decimal True The average amount of revenue generated for each order.
Average Revenue Per Unit Decimal True The average amount of revenue generated for each unit sold.
Average Units Per Product Decimal True The average number of units included in each product.
Average Units Per Cart Decimal True The average number of units included in each shopping cart.
Average Units Per Checkout Decimal True The average number of units included with each checkout.
Average Units Per Order Decimal True The average number of units included with each order.
Average Orders Per Product Decimal True The average number of orders for each product.
Average Orders Per Cart Decimal True The average number of orders included with each shopping cart.
Average Orders Per Checkout Decimal True The average number of orders included with each checkout.
Average Revenue Per Visit Decimal True The average amount of revenue generated for each visit.
Average Orders Per Visit Decimal True The average number of orders generated with each visit.
Average Click-Throughs Per Order String True The average number of click-throughs (clicks on ads or links) that are required before a single order is made.
StartDate String Specifies the beginning of the reporting period.
EndDate String Specifies the end of the reporting period.
SegmentId String Specifies the ID of a predefined or custom segment to filter the report data.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434