Basic Flashcards

1
Q

What is an engaged session?

A

any session that last longer than 10 seconds, has a conversion event, or has at least 2 pageviews or screen views.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

when does a session ends

A

by default after 30 mins of inactivity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

In analytics a session starts when…?

A

a user either opens an app in your foreground or views a page or screen and no session is currently active

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In GA4 what is a session?

A

a group of interactions with your website or app that take place within a given amount to time. `

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

when a session starts google automatically …?

A

collects a session_start event and generates a session id ga_session_id and a session number ga_session_number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

the session id is …?

A

a timestamp of when the session began

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

to analyze different sessions outside of GA consider…?

A

joining the session id with the user id or user_psudo_id to generate a unique identifer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

session number indentifies…?

A

the number of sessions that a user has started up to the current session.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How is the number of sessions calculated?

A

Analytics calculates the number of sessions that occur on your site or app by estimating the number of unique session ids.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Session and user metric are calculated through…?

A

an estimation. Why?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

A data filter lets you …?

A

include or exclude incoming event data from being processed in google analytics

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Once you apply the data filter to your google analytic date the effect is …?

A

permanent. Why?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

if you want to hid the data but not permanently remove it you should use…?

A

Report filters. Elaborate?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what is an audience in GA4 ?

A

a set of users that share one or more characteristics or behavioral patterns that you define.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Audiences can be used in …?

A

segments, for remarking, and as dimensions in reports.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a cohort in GA4?

A

a group of app or website users that share a common characteristic identified by an analytics dimension.

17
Q

In GA4 what does cardinality refer to?

A

Cardinality refers to the number of unique values assigned to a dimension.

18
Q

What are high cardinality dimensions in ga4?

A

dimensions that have more than 500 unique values in one day.

19
Q

What can happen if a dimension has a high cardinality?

A

High cardinality increase the row in a report, making it more likely that a report hits its row limit, causing any data past the limit to be condensed into the other row

20
Q

GA4 does not have a cardinality limit on …?

A

an individual dimension.

21
Q

what are some examples of an event in ga4?

A

loads a page, clicks a link, or completes a purchase.

22
Q

What does an event allow you to do?

A

an event allows you to measure a specific interaction or occurrence on your website or app.

23
Q

What types of events are collect automatically?

A
  1. Automatically collected events
  2. Enhanced measurement events
24
Q

What types of events need to be implemented to be collected?

A
  1. Recommended events
  2. Costum events
25
What are automaticlly collected events in Ga4?
These are events that are collected by default when you set up google analytics on your website or app
26
What are **enhanced events** in ga4?
these are events that are collected when you set up google analytics on you website or app and enhanced events are enabled.
27
what are **recommended events** in ga4?
the are events that you implement, but that have to be predefined names and parameters. These events unlock existing and future reporting capabilities.
28
What are custom events in ga4?
these are events that you define. Make sure only to create custom events when the other events do not work for your business.
29
When your user's device goes offline analytics stores event data...?
on their device until they are back on online . Then store them in ga4
30
Analytics ignores events that ....?
arrive more than 72 hours after the events were triggered
31
an event parameter lets you ...?
capture information about an event. it is written in key-value pairs where the value on the left is the event parameter and the value on the right is the event parameter value.
32
event parameters are wriiten in..?
key-value pairs.
33
you can analyze the data from event parameters using..?
dimensions and metrics
34
a metric in ga4 is a ...?
quantitative measurement, such as **average**, **ratio**, **percentage**, and so on.
35
What are the parameters of the event page_view?
`page_location` ( page url), `page_referrer` ( previous page url)