Adobe Certification

AD0-E212 — Adobe Analytics Business Practitioner Study Guide

60 practice questions with correct answers and detailed explanations. Use this guide to review concepts before taking the practice exam.

▶ Take Practice Exam 📋 Cheat Sheet 60 questions  ·  Free  ·  No registration

About the AD0-E212 Exam

The Adobe Adobe Analytics Business Practitioner (AD0-E212) certification validates professional expertise in Adobe technologies. This study guide covers all 60 practice questions from our AD0-E212 practice test, complete with correct answers and explanations to help you understand each concept thoroughly.

Review each question and explanation below, then test yourself with the full interactive practice exam to measure your readiness. For a condensed overview of key domains and exam tips, see the AD0-E212 cheat sheet.

60 Practice Questions & Answers

Q1 Easy

When implementing Adobe Analytics, which JavaScript library is primarily used to send data to Adobe's data collection servers?

  • A Analytics.js
  • B TrackingCore.js
  • C DataCollector.js
  • D AppMeasurement.js ✓ Correct
Explanation

AppMeasurement.js is the primary JavaScript library used for implementing Adobe Analytics and sending data to Adobe's data collection servers. It is the core tracking code for web implementations.

Q2 Medium

A business user wants to create a segment that includes only visitors who visited the product page AND made a purchase in the same visit. Which segment type should they use?

  • A Simple segment with dimension filters
  • B Sequential segment with visit containers and the 'then' operator ✓ Correct
  • C Sequential segment with hit containers
  • D Segment using attribution modeling
Explanation

Sequential segments with visit containers allow you to combine conditions that must occur in sequence within the same visit. The 'then' operator specifies the order of events.

Q3 Medium

Which metric in Adobe Analytics represents the number of times a tracking server received data for a specific dimension value?

  • A Unique Visitors
  • B Visits
  • C Page Views
  • D Instances ✓ Correct
Explanation

Instances count the number of times a dimension value was set or persisted in an image request sent to Adobe's tracking servers. This is different from page views which represent page interactions.

Q4 Medium

You are analyzing conversion funnel data and notice a significant drop between the product page and checkout page steps. What is the most appropriate first step to investigate this issue?

  • A Create a segment of users who viewed the product page but did not reach checkout, then analyze their behavior ✓ Correct
  • B Assume the checkout page has a technical error and alert the development team immediately
  • C Remove the product page step from the analysis
  • D Increase the conversion tracking budget
Explanation

Segmenting users who reached the product page but not checkout allows you to analyze their behavior patterns and identify potential barriers. This provides data-driven insights rather than assumptions.

Q5 Medium

In Adobe Analytics, what is the primary purpose of the Marketing Cloud ID (MID)?

  • A To organize reports by marketing department
  • B To serve as a unique visitor identifier across Experience Cloud solutions ✓ Correct
  • C To calculate customer lifetime value
  • D To track advertising spend across different platforms
Explanation

The Marketing Cloud ID enables visitor identification across Adobe Experience Cloud solutions, allowing for data sharing and integrated analysis across multiple Adobe products.

Q6 Medium

A company wants to track revenue accurately when customers purchase using multiple currencies. Which variable should be configured to handle this?

  • A Manual adjustment of all revenue values to USD before tracking
  • B The reserved 'currencyCode' variable in the global object ✓ Correct
  • C A custom traffic variable allocated for currency tracking
  • D Currency code variable in the report suite settings
Explanation

Adobe Analytics provides the reserved 'currencyCode' variable which, when properly configured in the report suite settings, automatically converts revenue values to your report suite's base currency.

Q7 Hard

Which Attribution IQ model would be most appropriate for analyzing multi-touch attribution in a customer journey with multiple digital touchpoints before conversion?

  • A First Touch attribution only
  • B Linear attribution applied to all dimensions equally
  • C Last Touch attribution only
  • D Custom model with position-based weighting or algorithmic attribution ✓ Correct
Explanation

For comprehensive multi-touch analysis, Custom models with position-based weighting or algorithmic (data-driven) attribution provide more nuanced insights than simple first or last touch models.

Q8 Medium

When creating a calculated metric, a practitioner wants to show the percentage of revenue from new visitors divided by total revenue. What is the correct syntax?

  • A Revenue divided by Visits multiplied by 100
  • B (Revenue for New Visitors / Total Revenue) * 100 ✓ Correct
  • C Use the Revenue metric with a visitor type filter applied
  • D Create two segments and compare their revenue values in separate reports
Explanation

Calculated metrics use the formula structure (numerator / denominator) * 100 to create percentage metrics. This allows you to divide revenue from new visitors by total revenue to get the desired percentage.

Q9 Hard

A business practitioner notices that mobile traffic is classified as 'desktop' in the Device Type dimension. What is the most likely cause?

  • A The report suite is configured to exclude mobile traffic
  • B The User-Agent string in the tracking code is not being sent correctly ✓ Correct
  • C The mobile app is not connected to the Analytics report suite
  • D Mobile visitors have browser cookies disabled
Explanation

Device Type classification relies on the User-Agent string in image requests. If this string is not being transmitted correctly, device detection will fail and mobile traffic may be misclassified.

Q10 Medium

When should a practitioner use a List variable (list prop or list eVar) instead of a standard variable?

  • A When they need to track sequential events over time
  • B When they need to track multiple values in a single hit that should be associated with the same metric ✓ Correct
  • C When implementing audience segmentation
  • D When they want to improve report performance
Explanation

List variables allow you to pass multiple values in a single hit separated by a delimiter, enabling you to associate multiple dimension values with one metric occurrence in that hit.

Q11 Easy

A report shows 'Low Traffic' warning messages for a dimension. What does this typically indicate?

  • A The tracking code is failing to implement properly
  • B Individual dimension values have too few instances to display data reliably ✓ Correct
  • C The dimension has too many unique values and requires data sampling
  • D The website is receiving insufficient overall traffic to the site
Explanation

'Low Traffic' indicates that specific dimension values have very few instances, which can result in unreliable data due to statistical noise. This is a data quality indicator.

Q12 Medium

In Adobe Analytics, which setting determines how long a visitor's session remains active before timing out?

  • A Server-side session configuration
  • B Cookie expiration date in AppMeasurement.js
  • C Browser cache settings
  • D Report suite Visit Timeout setting ✓ Correct
Explanation

The Report Suite Visit Timeout setting (found in Report Suite settings) defines the period of inactivity after which a new visit is started. The default is 30 minutes.

Q13 Medium

When analyzing eCommerce data, a practitioner wants to understand product performance across multiple categories and price ranges simultaneously. Which Analysis Workspace feature is most appropriate?

  • A Creating breakdown reports with multiple dimensions
  • B Creating breakdown reports with multiple dimensions and using Freeform Table breakdowns ✓ Correct
  • C Applying segment filters to each product individually
  • D Using multiple date ranges in a single report
Explanation

Freeform Table breakdowns allow you to analyze metrics across multiple dimensions and sub-dimensions simultaneously, providing multi-dimensional analysis of product performance.

Q14 Easy

What is the primary difference between a 'hit' and a 'visit' in Adobe Analytics?

  • A A hit is stored temporarily, while a visit is stored permanently in the database
  • B A hit is a pageview, while a visit is a session of multiple pageviews
  • C A hit is tracked only for new visitors, while a visit is tracked for all visitors
  • D A hit is any request sent to Adobe's servers, while a visit is a series of hits from the same visitor within a defined time period ✓ Correct
Explanation

A hit is any server request containing data. A visit is a collection of hits from one visitor that occurs within a specified time period (typically 30 minutes of inactivity).

Q15 Hard

A company implements cross-domain tracking but notices that some visitors are still being counted as new users when transitioning between domains. What should be reviewed?

  • A Verify that visitor ID grace period is sufficient and that tracking code includes the setDomainName function ✓ Correct
  • B Confirm that the report suite contains all domain data
  • C Check that all domains are using HTTPS protocol
  • D Ensure the CNAME record is properly configured
Explanation

Proper cross-domain tracking requires setDomainName() to share the visitor ID cookie across domains and requires a sufficient grace period for synchronization across domain boundaries.

Q16 Hard

When should a practitioner use the 'Repeat Instances' metric instead of 'Instances'?

  • A When a standard Instances metric is not available in the report
  • B When measuring how many times a specific dimension value appears within the same visit ✓ Correct
  • C When analyzing page views for the entire website
  • D When comparing traffic sources
Explanation

Repeat Instances counts only repeated occurrences of a dimension value within the same visit, excluding the first instance. This is useful for measuring repeat interactions.

Q17 Medium

A business practitioner wants to identify which marketing campaigns drive the highest quality traffic based on bounce rate and conversion rate. What is the best approach in Analysis Workspace?

  • A Run a separate Segment for each campaign and create reports individually
  • B Export campaign data to Excel and manually calculate quality scores
  • C Create two separate Freeform Tables, one for each metric
  • D Create a single Freeform Table with Campaign dimension and both Bounce Rate and Conversion Rate metrics as columns to compare simultaneously ✓ Correct
Explanation

A single Freeform Table with the Campaign dimension and multiple quality metrics allows direct comparison of campaign performance across multiple indicators simultaneously.

Q18 Medium

In Adobe Analytics, what is the purpose of the 'Enable Bot Rules' setting in the report suite configuration?

  • A To redirect bot traffic to a separate report suite
  • B To filter out known bot traffic based on IAB bot rules to ensure data accuracy ✓ Correct
  • C To increase traffic counts from automated bot activities
  • D To track bot activity as a separate dimension in reports
Explanation

Bot Rules filter known automated traffic (like search engine crawlers) from your reports to provide more accurate metrics of actual human visitor behavior.

Q19 Medium

When a practitioner creates a segment that uses 'exclude' conditions, what type of segment logic is being applied?

  • A Hierarchical filtering based on dimension relationships
  • B OR logic that includes only specified conditions
  • C AND logic combined with a NOT operator to exclude records matching the condition ✓ Correct
  • D Sequential logic applied in a specific order
Explanation

Exclude conditions use AND logic with NOT operators, meaning the segment includes all hits EXCEPT those matching the excluded condition.

Q20 Hard

A practitioner notices that the same dimension value appears with different capitalizations (e.g., 'iPhone' and 'iphone'). What report suite setting could have prevented this inconsistency?

  • A Classifications rule setup to standardize values
  • B Report suite setting to force case-insensitive dimension matching
  • C Case Sensitivity option in the tracking code
  • D Enable the 'Lowercase' processing rule in data collection settings ✓ Correct
Explanation

Processing Rules with the 'Lowercase' action can standardize dimension values to a consistent case before data is stored, preventing duplicate values due to capitalization differences.

Q21 Medium

When implementing event tracking for video analytics, which variable type should be used to record video engagement metrics?

  • A Standard page view dimension
  • B Custom eVars and custom events ✓ Correct
  • C Classification rules applied to the page name
  • D Custom traffic variables only
Explanation

Video engagement requires custom eVars to track video properties and custom events to measure specific interactions like play, pause, and completion.

Q22 Medium

What is the primary advantage of using Adobe's Data Warehouse feature over standard Analytics reports?

  • A Data Warehouse allows extraction of raw, unsampled data for deep analysis and can handle complex dimensions combinations ✓ Correct
  • B Data Warehouse automatically applies all segments to the data
  • C Data Warehouse provides predictive analytics and forecasting
  • D Data Warehouse reports are available in real-time
Explanation

Data Warehouse provides unsampled data and can handle more complex requests with higher dimension cardinality, making it ideal for detailed analysis beyond standard report limitations.

Q23 Hard

A practitioner is creating a metric to track 'Revenue per Purchase' but notices it's showing unexpected values. Which of the following would cause inaccurate calculations?

  • A Applying too many decimal places to the metric display
  • B Using a Freeform Table instead of a dashboard card
  • C Including Orders with zero revenue in the division calculation, or using unfiltered revenue that includes non-purchase hits ✓ Correct
  • D Creating the metric during a weekend when fewer transactions occur
Explanation

Calculated metrics that divide revenue by orders can be skewed if the revenue data includes zero-value transactions or if orders metric includes hits that aren't actual purchases.

Q24 Medium

When should a practitioner use Virtual Report Suites instead of creating a new report suite?

  • A When they want to track a completely different website
  • B When implementing a new tracking code
  • C When they need to segment data or apply different eVar allocations without creating a separate implementation ✓ Correct
  • D When they need to collect data from multiple domains
Explanation

Virtual Report Suites are lightweight containers that use parent report suite data but allow different settings like eVar allocation, processing rules, and attribution without requiring separate tracking.

Q25 Medium

In analyzing customer acquisition and retention, a business practitioner wants to track how new customer behavior differs from returning customers over time. Which approach is most effective?

  • A Implement a custom dimension to flag first-time visitors in the tracking code and analyze via dashboards only
  • B Export visitor IDs and perform analysis in a third-party tool
  • C Create separate reports filtered by first-time visitor and then compare manually
  • D Use a combination of segments for visitor type and create Analysis Workspace visualizations with visitor type breakdowns across time periods ✓ Correct
Explanation

Using built-in Visitor Type dimensions in segments and Analysis Workspace breakdowns provides efficient comparison of new vs. returning visitor behavior across time periods.

Q26 Easy

What is the primary purpose of creating segments in Adobe Analytics?

  • A To isolate and analyze specific subsets of your data based on defined criteria ✓ Correct
  • B To reduce the overall data collection volume in your implementation
  • C To improve the loading speed of reports in the Adobe Analytics interface
  • D To automatically delete data that doesn't match your business requirements
Explanation

Segments allow analysts to focus on specific visitor behaviors or characteristics, enabling deeper insights into particular audiences or user actions without modifying the underlying data collection.

Q27 Easy

In Adobe Analytics, what is the difference between a Dimension and a Metric?

  • A Dimensions describe the 'what' of your data while Metrics quantify the 'how much' ✓ Correct
  • B Metrics are always numeric while Dimensions can be any data type
  • C Metrics describe attributes while Dimensions measure business outcomes
  • D Dimensions are used only for audience segmentation while Metrics measure campaign performance
Explanation

Dimensions are qualitative attributes (like page name, referrer, browser), while Metrics are quantitative measurements (like visits, revenue, click-throughs) that show performance against those dimensions.

Q28 Medium

Which variable type in Adobe Analytics should be used to track product names in an e-commerce environment?

  • A Prop variable configured for merchandising
  • B Product syntax variable within the products string ✓ Correct
  • C Custom conversion variable set to merchandising binding
  • D eVar with list syntax enabled
Explanation

Product names are tracked using the products variable with Adobe's special products string syntax, which properly associates product data with revenue and other metrics in e-commerce implementations.

Q29 Medium

What is Attribution in Adobe Analytics and why is it important for business analysis?

  • A The automatic removal of duplicate visitor records from your dataset
  • B A reporting feature that displays only direct traffic sources
  • C A method for redistributing traffic evenly across all marketing channels
  • D The process of assigning credit to touchpoints in a customer's conversion journey ✓ Correct
Explanation

Attribution modeling helps analysts understand which touchpoints contribute to conversions, enabling better budget allocation and strategy optimization across marketing channels.

Q30 Medium

In Adobe Analytics, what does the 'Visitor ID Grace Period' do?

  • A Permits visitors to opt-out of tracking for a limited duration
  • B Provides additional time for data processing before reports become final
  • C Allows visitors who return within a specified timeframe to maintain their same visitor ID ✓ Correct
  • D Extends the session timeout for visitors on slow internet connections
Explanation

The Visitor ID Grace Period enables Adobe to associate visits from the same person when their visitor ID changes (due to cookie deletion or device switching) if the visits occur within the configured window.

Q31 Easy

Which metric calculation in Adobe Analytics represents the percentage of sessions that included at least one conversion event?

  • A Click-through Rate
  • B Revenue per Visit
  • C Average Order Value
  • D Conversion Rate ✓ Correct
Explanation

Conversion Rate specifically measures the percentage of sessions that resulted in one or more conversion events, providing a clear view of session-level success.

Q32 Medium

When implementing Adobe Analytics, what is the primary advantage of using Adobe's Experience Cloud ID (ECID) service?

  • A It reduces the number of server calls required for data collection
  • B It eliminates the need for any server-side tracking implementation
  • C It provides persistent, accurate cross-device and cross-solution visitor identification ✓ Correct
  • D It automatically encrypts all data transmission to Adobe servers
Explanation

ECID enables accurate visitor identification across devices and Adobe Experience Cloud solutions, providing a unified view of customer interactions even when cookies are cleared or devices change.

Q33 Hard

What is the primary difference between Processing Rules and VISTA Rules in Adobe Analytics?

  • A Processing Rules are limited to 50 per report suite while VISTA Rules have no limit
  • B Processing Rules require JavaScript while VISTA Rules require server configuration
  • C Processing Rules modify individual hits while VISTA Rules can duplicate or exclude entire hits ✓ Correct
  • D Processing Rules are applied before data hits the server while VISTA Rules are applied after
Explanation

Processing Rules manipulate variable values within hits before processing, while VISTA (Visitor Identification, Segmentation, and Transformation Architecture) Rules operate server-side and can duplicate, exclude, or extensively transform data.

Q34 Medium

In Adobe Analytics, which of the following best describes a 'Calculated Metric'?

  • A A metric that only appears in real-time reporting dashboards
  • B A metric derived from combining a Dimension with a Segment
  • C A metric that is automatically calculated by Adobe and cannot be modified by users
  • D A custom metric created by combining or manipulating existing metrics using mathematical formulas ✓ Correct
Explanation

Calculated Metrics allow analysts to create custom KPIs by performing mathematical operations on existing metrics (e.g., Revenue/Orders = Average Order Value), and can be reused across reports.

Q35 Hard

What is the purpose of the 'Sequential Segmentation' feature in Adobe Analytics?

  • A To ensure data is collected in the correct sequence across multiple pages
  • B To identify visitors who completed actions in a specific order during their journey ✓ Correct
  • C To automatically arrange report data in chronological order
  • D To apply multiple segments simultaneously without combining their criteria
Explanation

Sequential Segmentation allows analysts to create segments based on the sequence of visitor actions, enabling analysis of behavioral flows like 'viewed product, then added to cart, then purchased.'

Q36 Medium

Which Adobe Analytics feature allows you to compare a current date range against a previous period automatically?

  • A Anomaly Detection algorithm
  • B Date Range Comparison or 'Compare Dates' functionality ✓ Correct
  • C The Trending visualization with period-over-period selection
  • D Report Time Processing with dynamic date variables
Explanation

The Date Range Comparison feature in Adobe Analytics enables side-by-side comparison of metrics across different time periods, making it easy to spot trends and performance changes.

Q37 Medium

In Adobe Analytics, what is 'Bot Filtering' and what does it accomplish?

  • A Removes traffic from known bots to provide cleaner, more accurate visitor data and metrics ✓ Correct
  • B Categorizes bot traffic into a separate report suite for analysis purposes
  • C Blocks all automated traffic from accessing your website to prevent security threats
  • D Identifies bots to target them with specific marketing campaigns and messages
Explanation

Bot Filtering eliminates traffic from known automated sources (search crawlers, monitoring tools), improving data accuracy by ensuring analytics reflects genuine human visitor behavior.

Q38 Hard

What does the 'Allocate' setting for eVars in Adobe Analytics determine?

  • A The maximum file size allowed for eVar data storage
  • B How many reports can simultaneously access data from that eVar
  • C Whether the eVar is available for use in segmentation and calculated metrics
  • D Whether an eVar retains its value or resets on each new occurrence within its persistence window ✓ Correct
Explanation

The Allocate setting controls whether an eVar uses 'Last Touch' (overwrites previous value) or 'First Touch' (retains original value) allocation within its expiration window, affecting how credit is distributed.

Q39 Medium

Which report type in Adobe Analytics is best for identifying traffic patterns and user flow through your site?

  • A Conversion Funnel Reports
  • B Event Sequence Reports
  • C Real-time Monitoring dashboards
  • D Flow Reports (specifically Fallout and Next Page Flow) ✓ Correct
Explanation

Flow reports visualize how visitors move through your site, showing the paths taken and where they exit, making them ideal for understanding user navigation patterns and identifying optimization opportunities.

Q40 Easy

In Adobe Analytics implementation, what is the primary purpose of the 'AppMeasurement' JavaScript library?

  • A To encrypt sensitive data before transmission across the internet
  • B To display Adobe Analytics reports directly on your website
  • C To manage user consent and privacy preferences for data collection
  • D To collect visitor interactions and send data to Adobe Analytics servers ✓ Correct
Explanation

AppMeasurement is Adobe's JavaScript library that tracks user interactions on web pages and transmits that data to Adobe Analytics servers for reporting and analysis.

Q41 Hard

What is meant by 'Participation' in the context of Adobe Analytics attribution models?

  • A Credit is distributed based on a statistical model that weighs positions differently
  • B Only the final touchpoint before conversion receives any credit
  • C Only first and last touchpoints receive credit while middle touchpoints are ignored
  • D Each touchpoint in a conversion path receives equal credit regardless of position ✓ Correct
Explanation

Participation attribution gives equal credit to all touchpoints that contributed to a conversion, useful for understanding the overall impact of all marketing touches in the customer journey.

Q42 Medium

In Adobe Analytics, what is the difference between 'Instances' and 'Page Views' as metrics?

  • A Instances are counted server-side while Page Views are counted client-side
  • B Page Views include page reloads while Instances exclude them
  • C Instances count every time a variable is set while Page Views count every page loaded ✓ Correct
  • D Page Views only count initial page loads while Instances include all subsequent interactions
Explanation

Instances represent the number of times a specific variable is populated or changed, while Page Views represent the total number of page loads, making them useful for different analytical questions.

Q43 Medium

Which Adobe Analytics feature helps identify unusual spikes or drops in metric values automatically?

  • A Alert Management system that sends notifications for threshold violations
  • B Trending visualization with manual threshold settings
  • C Real-time dashboard monitoring with notification rules
  • D Anomaly Detection, which uses statistical algorithms to flag unexpected variations ✓ Correct
Explanation

Anomaly Detection uses Adobe's statistical modeling to automatically identify when metrics deviate significantly from expected patterns, helping analysts spot unusual trends without manual threshold setup.

Q44 Easy

In Adobe Analytics reporting, what does 'Granularity' refer to?

  • A The number of decimal places displayed for metric values
  • B The minimum number of visits required before data appears in reports
  • C The level of time-based detail shown in reports (hourly, daily, weekly, monthly, etc.) ✓ Correct
  • D The precision of visitor location data collected from IP addresses
Explanation

Granularity determines the time interval breakdown in reports—daily reports show one row per day, weekly reports show one row per week—allowing analysts to choose appropriate detail levels for their analysis.

Q45 Medium

What is the primary advantage of using 'Virtual Report Suites' in Adobe Analytics?

  • A They provide automatic data backups and redundancy for disaster recovery
  • B They allow different stakeholders to see customized views and filtered data without managing multiple implementations ✓ Correct
  • C They enable data collection from international websites without additional tracking code
  • D They automatically reduce data collection costs by filtering out unwanted traffic
Explanation

Virtual Report Suites enable organizations to create multiple customized views from a single base report suite, allowing different teams to see relevant filtered data based on their needs without duplicating implementation.

Q46 Medium

In Adobe Analytics, what is the 'Last-Touch Channel Attribution' model primarily useful for?

  • A Measuring the performance of middle-funnel marketing activities
  • B Understanding which final channel interaction most influenced the conversion decision ✓ Correct
  • C Equally distributing conversion credit across all customer touchpoints
  • D Identifying which marketing channel had the earliest impact on customer awareness
Explanation

Last-Touch Attribution credits only the final channel a visitor interacted with before converting, making it useful for understanding which channel closes the deal, though it ignores awareness and consideration stages.

Q47 Hard

What does 'List Variables' (list props) in Adobe Analytics allow you to track?

  • A Historical changes to variable values over time within a session
  • B Multiple values within a single variable within the same hit ✓ Correct
  • C A sequence of values across multiple consecutive page hits
  • D Different variable values for different geographic regions
Explanation

List Variables enable you to capture multiple delimited values in a single variable on one page view, such as multiple product categories viewed or multiple search keywords used in one search.

Q48 Hard

In Adobe Analytics, what is the primary purpose of 'Report Time Processing'?

  • A To compress historical data automatically to reduce storage requirements
  • B To apply real-time quality control checks before data is finalized
  • C To allow retroactive changes to how data is processed and interpreted without re-collecting data ✓ Correct
  • D To speed up the generation of scheduled reports by processing them during off-peak hours
Explanation

Report Time Processing enables analysts to apply processing rules, classifications, and other data transformations at report runtime, allowing for flexible data interpretation and corrections without re-implementation.

Q49 Hard

Which Adobe Analytics metric would you use to measure how effectively your site converts first-time visitors to repeat customers?

  • A A custom calculated metric comparing Repeat Visitor Conversions divided by New Visitor Visits ✓ Correct
  • B A segment-based metric combining first-visit and multi-visit conversion data
  • C The standard 'Conversion Rate' metric filtered for new visitors only
  • D The 'Visitor Loyalty' report showing frequency of return visits
Explanation

Creating a calculated metric that divides conversions from repeat visitors by new visitor visits provides the specific insight needed to evaluate first-to-repeat conversion effectiveness.

Q50 Medium

In Adobe Analytics implementation, what is the critical difference between 's.prop' and 's.eVar' variables?

  • A Props have no persistence while eVars can be configured to persist across visits ✓ Correct
  • B eVars are only available in real-time reports while props appear in all report types
  • C eVars cannot be used in segments while props can be used anywhere
  • D Props can hold unlimited data while eVars have strict size restrictions
Explanation

Props reset with each page hit while eVars can be configured with expiration windows to persist across hits, visits, or months, making eVars suitable for tracking longer-term attributes and props for single-hit metrics.

Q51 Easy

You are analyzing traffic sources in Adobe Analytics and notice that a significant portion of traffic is attributed to 'Direct.' Your stakeholders want to understand what this metric represents. What does 'Direct' traffic indicate in Adobe Analytics?

  • A Visitors who came from social media platforms that do not pass referrer information
  • B Visitors who clicked on internal links within your website from other pages
  • C Visitors who came to your site by typing the URL directly into their browser or using a bookmark ✓ Correct
  • D Visitors who arrived through a paid search campaign with proper UTM parameters
Explanation

Direct traffic represents visitors who arrived at your site by typing the URL directly, using bookmarks, or through non-tracked sources where the referrer information is not passed. This is a standard definition in web analytics.

Q52 Medium

A business user wants to create a segment that includes only orders with a revenue value greater than $100. They also want to ensure the segment applies to the entire visit if any hit within that visit meets this criteria. Which segment container should they use?

  • A Visitor container
  • B Visit container ✓ Correct
  • C Product container
  • D Hit container
Explanation

The Visit container applies conditions to the entire visit based on any matching hits. Since they want to capture the whole visit when any order exceeds $100, the Visit container is the appropriate choice.

Q53 Medium

You are implementing event-based revenue tracking for an e-commerce site. The development team asks whether they should pass revenue data through a purchase event or a revenue eVar. What is the best practice recommendation?

  • A Always use a revenue eVar because it persists across visits
  • B Only use revenue eVars in mobile implementations; desktop should use events
  • C Use both simultaneously to ensure redundancy in data collection
  • D Use the purchase event (Order or Revenue event) because it is specifically designed to track transaction-level revenue ✓ Correct
Explanation

Adobe Analytics provides dedicated purchase and revenue events specifically designed for transactional data. These events are optimized for revenue tracking and should be used instead of eVars for this purpose.

Q54 Medium

A data analyst notices that the same user appears in multiple visitor IDs across different devices. They want to implement a solution to unify this data. What Adobe solution should they recommend?

  • A Implement Device Co-op or use Cross-Device Analytics (CDA) ✓ Correct
  • B Implement additional eVars to track cross-device behavior
  • C Create manual segments to consolidate device data after reporting
  • D Increase the visit timeout setting in report suite settings
Explanation

Device Co-op and Cross-Device Analytics are Adobe's official solutions for identifying and analyzing the same user across multiple devices, enabling cross-device journey analysis.

Q55 Easy

You need to ensure that internal company traffic from your office IP addresses does not skew your analytics reports. What is the recommended configuration to accomplish this?

  • A Configure IP filters in the report suite settings to exclude internal traffic ✓ Correct
  • B Create a segment that excludes internal IP addresses and apply it to all reports
  • C Manually delete internal traffic hits from the raw data feed each month
  • D Use a dynamic segment that automatically identifies and removes internal users
Explanation

IP filtering in report suite settings is the standard and recommended approach to exclude internal traffic at the data collection level, ensuring it never reaches reports unless specifically reviewed.

Q56 Medium

A marketing manager requests a report showing the path customers took before making a purchase. They want to understand which pages they visited in order. Which Adobe Analytics feature would best fulfill this requirement?

  • A Cohort analysis
  • B Flow visualization ✓ Correct
  • C Attribution modeling
  • D Fallout report
Explanation

Flow visualization displays the path visitors take through your site, showing sequential page-to-page movement. This is ideal for understanding customer journey sequences leading to conversion.

Q57 Hard

Your organization uses multiple report suites for different regions. An executive wants a single view of performance across all regions. What approach should you recommend for this cross-report suite analysis?

  • A Create a new report suite that combines all regional data into one feed
  • B Manually compile reports from each report suite into a spreadsheet
  • C Use Report Suite Groups or implement global report suite structure with regional classification ✓ Correct
  • D Request Adobe to merge all report suites into a single account
Explanation

Global report suite structure with regional classifications or Report Suite Groups allows you to see both global and regional data while maintaining separate report suites for detailed analysis.

Q58 Medium

A company implements a new email marketing campaign and wants to track performance at the campaign level across multiple touchpoints in the customer journey. Which dimension should they use to tag these emails in Adobe Analytics?

  • A Tracking code (Campaign) variable ✓ Correct
  • B Page name dimension
  • C Browser type dimension
  • D Visit start time dimension
Explanation

The Tracking Code (Campaign) variable is specifically designed to track campaign performance and can be used across multiple touchpoints to identify and analyze campaign-driven traffic.

Q59 Hard

You are optimizing a funnel and notice a significant drop-off between the product page and the shopping cart page. When you apply a segment filtering for new visitors only, the drop-off is much smaller. What does this indicate about your customer behavior?

  • A Returning visitors are experiencing higher friction in the checkout process
  • B The product page is not optimized for mobile devices
  • C New visitors have a lower intent to purchase than returning visitors ✓ Correct
  • D The shopping cart requires authentication that new visitors lack
Explanation

If returning visitors show a steeper drop-off, it suggests they have lower purchase intent. New visitors with smaller drop-off indicates they are more engaged, meaning the issue is likely with returning visitor behavior, not the funnel itself.

Q60 Medium

A business user wants to understand the monetary value of each traffic source to determine marketing budget allocation. They need to see revenue grouped by traffic source. Which metric and dimension combination would be most appropriate?

  • A Instances metric with Referrer dimension
  • B Visits metric with Referring Domain dimension
  • C Revenue metric with Source/Medium dimension ✓ Correct
  • D Orders metric with Source/Medium dimension
Explanation

Revenue metric paired with Source/Medium dimension directly shows the monetary value contributed by each traffic source, enabling accurate budget allocation decisions.

Ready to test your knowledge?

You've reviewed all 60 questions. Take the interactive practice exam to simulate the real test environment.

▶ Start Practice Exam — Free