GA4 Mastery Flashcards
What is HTTP? and HTTPS?
Hypertext Transfer Protocol. Web browsers and servers use it to communicate with each other. HTTPS is secure version.
What is an HTTP request?
When the web browser requests resources from the web server it’s called an HTTP request.
An HTTP request can be HTML document, image file, CSS file, JS , etc
What happens in GA4 when a referrer is not passed to your website?
GA4 cannot determine the traffic’s source, thus reported as direct traffic in GA4 reports.
What is referral traffic?
Traffic from any other website to your website is referral traffic. (traffic from search engines and ads is not referral traffic)
When is it appropriate to use ‘List unwanted referrals’ in GA4?
- Self-referral traffic, you don’t want your own domain showing up as referral traffic. GA4 is capable of auto-detecting self-referrals, however it’s a best practice to add.
- Payment Gateway, for example Paypal traffic.
- Other 3rd party sites used to manage website user interactions.
True of False: When you add a new domain to the ‘List Unwanted Referrals’ list it impacts the data retroactively.
False
What is Direct Traffic?
When a GA4 session starts without a referrer being passed by a user’s web browser. Basically when GA4 doesn’t know where the traffic came from it can be classified as Direct. It doesn’t mean all sessions from Direct Traffic were the domain typed into the browser.
What is Cardinality?
What is the cardinality of this data set (10, 20, 30)
What is the cardinality of this data set (10, 20, 20)
Cardinality refers to the number of unique values in a data set.
(10, 20, 30) > 3.
(10, 20, 20) > 2.
What are 3 types of Cardinality in GA4?
Dimension (gender, age, item name, etc)
Data Table
Underlying Data Table
What are high cardinality dimensions?
These are dimensions with more than 500 unique values in one day.
What is the cardinality of the data table?
Refers to the total number of rows reported. So, if you see 200 rows, its cardinality is 200.
What is cardinality of the underlying data table?
Refers to the total number of rows that will be processed to produce the data table you see in the reports.
The number of rows it takes to produce a data table could be greatly different than the number of rows actually present in your data table.
Is there a cardinality limit on dimensions in GA4?
No, there can be any number of unique values.
Is there a cardinality limit on data table in GA4?
No, there can be any number of rows.
Is there a cardinality limit on the underlying data table in GA4?
Yes, there is an unspecified cardinality limit. This limit is in place to reduce data processing costs.