Web Traffic Web Traffic 3 — Questions and Answers
Question 1: What does UTM stand for in URL tracking parameters?
- Unified Traffic Metric
- Universal Tracking Module
- Urchin Tracking Module (Correct answer)
- User Traffic Marker
Correct answer: Urchin Tracking Module
UTM stands for Urchin Tracking Module, named after the Urchin software acquired by Google to build Google Analytics.
Question 2: Which UTM parameter identifies the specific ad or link that was clicked?
- utm_source
- utm_medium
- utm_campaign
- utm_content (Correct answer)
Correct answer: utm_content
utm_content differentiates links within the same campaign, such as two different banner ads.
Question 3: If a website has a high exit rate on its checkout page, what does this most likely indicate?
- The homepage is loading slowly
- Users are abandoning the purchase at the payment step (Correct answer)
- The site has too much organic traffic
- Referral traffic is increasing
Correct answer: Users are abandoning the purchase at the payment step
A high exit rate on the checkout page suggests visitors are dropping off before completing their purchase.
Question 4: What is 'dark traffic' in web analytics?
- Traffic from the dark web
- Traffic that arrives at night
- Traffic with missing or stripped referrer data that appears as direct (Correct answer)
- Paid traffic that isn't tracked
Correct answer: Traffic with missing or stripped referrer data that appears as direct
Dark traffic refers to visits where the referrer is unavailable, causing analytics to misattribute them as direct traffic.
Question 5: Which of the following best describes 'channel grouping' in Google Analytics?
- Grouping users by geographic location
- Categorizing traffic sources into buckets like Organic, Paid, Social (Correct answer)
- Segmenting traffic by device type
- Organizing goals into funnels
Correct answer: Categorizing traffic sources into buckets like Organic, Paid, Social
Channel grouping organizes traffic sources into predefined buckets (Organic Search, Paid Search, Social, etc.) for easier analysis.
Question 6: What happens to web traffic metrics when a site implements server-side rendering (SSR) without proper analytics setup?
- Traffic counts double
- Pageviews may go untracked if JavaScript-based tags don't fire (Correct answer)
- Bounce rate automatically drops to zero
- Direct traffic becomes classified as referral
Correct answer: Pageviews may go untracked if JavaScript-based tags don't fire
SSR can cause analytics JavaScript tags to not execute properly, resulting in untracked or undercounted pageviews.
Question 7: A site gets 500 visits from a Facebook post. Which traffic source would Google Analytics typically assign?
- Direct
- Referral
- Social (Correct answer)
- Organic Search
Correct answer: Social
Google Analytics categorizes Facebook-sourced traffic under the 'Social' default channel grouping.
What does UTM stand for in URL tracking parameters?