E-Commerce Development Analytics 5 — Questions and Answers
Question 1: What does 'cohort analysis' reveal in an e-commerce analytics context?
- How groups of users acquired at the same time behave and retain over subsequent periods (Correct answer)
- The demographic breakdown of customers by age group
- How many products were returned in a given month
- The correlation between page speed and conversion rate
Correct answer: How groups of users acquired at the same time behave and retain over subsequent periods
Cohort analysis groups users by a shared characteristic (typically acquisition date) and tracks their behavior over time, revealing retention and repeat purchase patterns.
Question 2: A GA4 property shows a sudden spike in sessions from 'direct / none'. What is a common technical cause?
- Missing or broken UTM parameters causing campaigns to be misattributed as direct (Correct answer)
- A surge in users typing the URL directly into their browser
- GA4 automatically reclassifies paid traffic as direct
- The measurement protocol is sending duplicate hits
Correct answer: Missing or broken UTM parameters causing campaigns to be misattributed as direct
When UTM parameters are missing from campaign links or are stripped by redirects, GA4 cannot attribute the source and falls back to direct/none.
Question 3: What is the role of BigQuery Export in a GA4 e-commerce setup?
- Exporting raw event-level data to BigQuery for custom SQL analysis beyond GA4's UI limits (Correct answer)
- Backing up GA4 configuration settings
- Syncing product catalog data from the store to GA4
- Sending offline conversion data back into GA4
Correct answer: Exporting raw event-level data to BigQuery for custom SQL analysis beyond GA4's UI limits
BigQuery Export streams raw GA4 event data into BigQuery, enabling unlimited custom queries, joins with CRM data, and analysis not possible in the GA4 interface.
Question 4: Which Shopify analytics feature provides built-in cohort retention reports without additional tools?
- Shopify Analytics > Customers > Returning customers report (Correct answer)
- Shopify Flow automation logs
- Shopify Balance financial dashboard
- Shopify App Store partner metrics
Correct answer: Shopify Analytics > Customers > Returning customers report
Shopify's built-in analytics includes a returning customers report that shows repeat purchase rates, functioning as a basic cohort retention tool.
Question 5: What is 'product affinity analysis' used for in e-commerce?
- Identifying which products are frequently purchased together to inform cross-sell and bundle strategies (Correct answer)
- Measuring how loyal customers are to a specific brand
- Tracking which products receive the most reviews
- Comparing conversion rates across product categories
Correct answer: Identifying which products are frequently purchased together to inform cross-sell and bundle strategies
Product affinity analysis reveals co-purchase patterns, enabling stores to create targeted bundles, 'frequently bought together' widgets, and cross-sell recommendations.
Question 6: How does the Measurement Protocol extend GA4 tracking capabilities for e-commerce?
- It allows sending events to GA4 directly from servers, enabling tracking of offline transactions and server-side fulfillment events (Correct answer)
- It enables GA4 to collect data from mobile apps without an SDK
- It replaces client-side tagging entirely with server logs
- It provides a REST API for querying GA4 reports programmatically
Correct answer: It allows sending events to GA4 directly from servers, enabling tracking of offline transactions and server-side fulfillment events
The Measurement Protocol lets backend systems post events directly to GA4 via HTTP, making it possible to track events like in-store purchases or server-side subscription renewals.
Question 7: What does a low 'add-to-cart rate' on a high-traffic product page most likely indicate?
- The product page content, price, or trust signals are failing to convince visitors to proceed (Correct answer)
- The shopping cart is experiencing technical errors
- The product is out of stock on most visits
- The traffic source is sending bot traffic
Correct answer: The product page content, price, or trust signals are failing to convince visitors to proceed
A low add-to-cart rate despite high traffic points to a persuasion or credibility problem on the product page itself, such as weak copy, unclear pricing, or insufficient social proof.
What does 'cohort analysis' reveal in an e-commerce analytics context?