Free Ultimate Web Analytics Question and Answers — Questions and Answers
Question 1: Firefox is being used by a visitor to your website. In which of the subsequent instances would Google Analytics classify a fresh visit?
- The visitor simultaneously accesses your website through another Firefox instance operating on the same computer.
- After closing and reopening Firefox, the visitor returns 10 minutes later to access your website.
- The visitor views your website on another tab in Firefox.
- The visitor uses the same computer to access your website on Internet Explorer. (Correct answer)
Correct answer: The visitor uses the same computer to access your website on Internet Explorer.
Google Analytics typically classifies a fresh visit when a user accesses your website from a different browser, even on the same computer. This is because Google Analytics uses cookies stored within each browser to identify sessions and users. Accessing the site in Internet Explorer after using Firefox would result in a new session being recorded, as IE would not have the Firefox-specific GA cookies.
Question 2: Which of the following are reported in Google Analytics reports as dimensions?
- Medium (Correct answer)
- Landing Page (Correct answer)
- Visits
- Pageviews
Correct answer: Medium
In Google Analytics, dimensions are descriptive attributes of your data, while metrics are quantitative measurements. Medium (e.g., 'organic,' 'referral') and Landing Page (the first page viewed in a session) are both examples of dimensions. Visits and Pageviews, on the other hand, are metrics, representing counts of user activity.
Question 3: Web analytics using log files is a client-side data collection technique.
- False (Correct answer)
- True
Correct answer: False
This statement is false. Web analytics using log files is a server-side data collection technique. Log files are generated by the web server itself, recording every request made to it. Client-side data collection, in contrast, involves JavaScript tags placed on web pages that execute in the user's browser.
Question 4: Which of the following is not listed as a measure in reports generated by Google Analytics?
- Browser (Correct answer)
- Average Visit Duration
- Pageviews
- Average Page Load Time
Correct answer: Browser
Browser is a dimension in Google Analytics reports, not a measure (metric). Dimensions describe characteristics of your users, sessions, or content (e.g., 'Chrome,' 'Firefox'). Measures, or metrics, are quantitative values like Average Visit Duration, Pageviews, or Average Page Load Time, which represent counts or averages of user activity.
Question 5: Cookies are used by tag-based web analytics to track:
- How many times a visitor returns to a website
- The original source of return visitors
- How much time has passed between visits
- All of the above (Correct answer)
Correct answer: All of the above
Cookies used by tag-based web analytics track all of the listed options. Persistent cookies, in particular, store unique identifiers that allow analytics platforms to recognize returning users, attribute their initial source, and calculate the time elapsed between their visits. This comprehensive tracking helps build a detailed profile of user behavior over time.
Question 6: IP addresses are used in page tag-based web analytics to distinguish distinct visitors.
- False (Correct answer)
- True
Correct answer: False
This statement is false. Page tag-based web analytics primarily use cookies, not IP addresses, to distinguish distinct visitors. While IP addresses can provide some geographic information, they are not reliable for unique user identification because they can change, be shared by multiple users, or be masked by VPNs. Cookies offer a more consistent way to track individual browsers.
Question 7: Third-party cookies are used with Google Analytics.
- False (Correct answer)
- True
Correct answer: False
This statement is false. Google Analytics primarily uses first-party cookies. First-party cookies are set by the domain the user is currently visiting, which is generally considered more privacy-friendly and less likely to be blocked by browsers or ad blockers compared to third-party cookies, which are set by a different domain.
Firefox is being used by a visitor to your website.
In which of the subsequent instances would Google Analytics classify a fresh visit?