User ID tracking with Google Analytics 4 and Google Tag Manager

Analytics Mania - Google Analytics & Tag Manager
28 Sept 202114:29

Summary

TLDRIn this tutorial, Julius from Analytics Mania demonstrates how to set up user ID tracking on a website using Google Analytics 4 (GA4). He explains the importance of this feature for recognizing users across multiple devices and guides viewers through the process, from integrating it into Google Tag Manager to verifying its implementation. Julius also covers how to create a user-scoped custom dimension for using the user ID in various GA4 reports, ensuring a comprehensive understanding of tracking user behavior on websites.

Takeaways

  • πŸ˜€ Implementing user ID tracking in Google Analytics 4 (GA4) is beneficial for correlating user activity across multiple devices to a single user profile.
  • πŸ”’ User ID tracking requires a login functionality on the website, enabling the association of a unique user ID from the database with GA4.
  • πŸ› οΈ The user ID must be pushed to the data layer, which can vary depending on the content management system or platform being used.
  • πŸ‘©β€πŸ’» Developers play a crucial role in custom websites, needing to insert the user ID into the data layer for GA4 to recognize.
  • πŸ”„ For platforms like WordPress, plugins such as 'Google Tag Manager for WordPress' can automate the process of adding user IDs to the data layer.
  • πŸ” The Google Tag Manager (GTM) preview mode is used to verify that the user ID is correctly pushed to the data layer after login.
  • πŸ“Š In GTM, the user ID from the data layer is turned into a variable to be used in GA4 configuration tags.
  • πŸ“ The 'user_id' parameter in GA4 configuration tags should be populated with the user ID variable created in GTM.
  • πŸ•΅οΈβ€β™‚οΈ Debugging in GA4 allows for the verification of the user ID being received and associated with user activities.
  • πŸ“ˆ User ID information can be found in standard reports and the explore section of GA4, helping to differentiate logged-in users from regular visitors.
  • πŸ”„ To use the user ID as a dimension in other GA4 reports, a user-scoped custom dimension must be created and the user ID sent as a separate parameter.

Q & A

  • What is the purpose of user ID tracking in Google Analytics 4 (GA4)?

    -User ID tracking in GA4 helps to identify a user across multiple devices as the same individual, ensuring that a person using a smartphone and a laptop is not reported as two separate users.

  • Who is the presenter of the video and what is the channel's focus?

    -The presenter is Julius, and the channel, Analytics Mania, focuses on teaching people how to work with Google Tag Manager and Google Analytics.

  • What is a prerequisite for implementing user ID tracking on a website?

    -The website must have a login functionality, allowing users to sign up and log into their accounts, as this is necessary to assign a unique user ID from the database to each user.

  • What is the role of Google Tag Manager in user ID tracking?

    -Google Tag Manager is used to configure tags that send user IDs from the website's data layer to Google Analytics, enabling the tracking of user activity across different devices as a single user.

  • How can one check if the user ID is being sent to the data layer?

    -One can check this by using the preview mode in Google Tag Manager, where the user ID should appear as part of the event data after a user logs in.

  • What is the importance of the user ID being unique and not containing identifiable information?

    -The user ID must be unique to avoidζ··ζ·†ing users and must not contain identifiable information like email addresses or social security numbers to comply with Google's terms of service.

  • How can a developer assist in the implementation of user ID tracking?

    -A developer can assist by implementing code on the website to push the user ID to the data layer, ensuring that each user's ID is unique and corresponds to their account in the database.

  • What is the process for creating a variable in Google Tag Manager to capture the user ID?

    -In Google Tag Manager, one must go to the Variables section, create a new User-Defined Variable, configure it to capture the data layer variable that contains the user ID, and name it accordingly.

  • How can one verify if the user ID tracking is working properly in GA4?

    -One can verify by logging into the account on the website, checking the Google Tag Manager preview mode to see if the user ID is being sent, and then checking the GA4 debug view to confirm the user ID is received.

  • What additional step is required to use the user ID as a dimension in other GA4 reports?

    -To use the user ID as a dimension in other reports, one must create a user-scoped custom dimension in GA4 by sending the user ID as a separate custom dimension and configuring it in both Google Tag Manager and GA4.

  • How long does it take for the new user-scoped custom dimension to appear in GA4 reports?

    -It takes approximately 24 hours for the new user-scoped custom dimension to be processed and appear in GA4 reports.

  • What should one do after confirming that the user ID tracking is working properly?

    -After confirming that the user ID tracking is working properly, one should publish the changes in Google Tag Manager and wait for the data to appear in GA4 reports.

Outlines

00:00

πŸ“š Introduction to User ID Tracking with Google Analytics 4

In this video, Julius introduces the topic of configuring user ID tracking on a website using Google Analytics 4 (GA4). He explains the importance of user ID tracking for accurately identifying users across multiple devices and highlights that this tutorial assumes some basic knowledge of Google Tag Manager (GTM) and GA4. He also mentions a link to a beginner's tutorial for those new to GTM.

05:02

πŸ” Understanding User ID Tracking

Julius explains that user ID tracking requires a website with login functionality, as each user has a unique ID in the database. This ID helps GA4 recognize users across different devices. He demonstrates logging into a demo website and stresses the need to push the user ID to the data layer, which is crucial for configuring GTM to send the user ID to GA4.

10:04

πŸ‘¨β€πŸ’» Implementing User ID in the Data Layer

To get the user ID into the data layer, Julius discusses working with developers to implement the necessary code. He provides sample code for pushing the user ID and shows how to check its proper implementation using GTM's preview mode. He emphasizes that sensitive information like email addresses or social security numbers should not be included in the user ID field.

πŸ”§ Creating a Data Layer Variable in GTM

Julius demonstrates creating a data layer variable in GTM to capture the user ID. He guides through the steps of configuring the variable and integrating it into GA4 tags. He highlights the importance of naming conventions and case sensitivity when creating variables.

πŸ“ Adding User ID to GA4 Configuration Tag

Julius shows how to add the user ID to the GA4 configuration tag in GTM. He explains the steps to insert the data layer variable for user ID and discusses how multiple GA4 tags can inherit this parameter automatically. He then tests the implementation to ensure it works correctly by checking the tag assistant and GA4 debug view.

πŸ“Š Viewing User ID Data in GA4

Julius explains how to view user ID data in GA4 reports. He demonstrates creating comparisons in standard reports and exploring user data in the User Explorer section. He notes that logged-in users will have shorter IDs from the database, while others will have randomly generated client IDs.

πŸ” Creating User-Scoped Custom Dimensions

Julius addresses the limitation of user ID not being available as a standalone dimension in GA4. He explains how to create a user-scoped custom dimension by sending the user ID as a separate custom dimension. He walks through configuring this in GTM and GA4, testing the implementation, and ensuring the custom dimension works correctly.

πŸš€ Final Steps and Publishing Changes

Julius summarizes the final steps of testing and publishing the GTM container. He encourages viewers to regularly check for updates and mentions the importance of sending the user ID with every event from the website to GA4. He concludes by inviting viewers to like the video, subscribe to the channel, and stay updated with more tutorials.

Mindmap

Keywords

πŸ’‘Google Analytics 4 (GA4)

Google Analytics 4 is the latest version of Google's web analytics service. It is designed to provide more comprehensive insights into user behavior across various platforms and devices. In the video, GA4 is central to the discussion on how to configure user ID tracking, which is a feature that helps in identifying the same user across multiple devices or sessions. The script mentions setting up a GA4 configuration tag and using it to send user ID data.

πŸ’‘User ID Tracking

User ID tracking is a method used to recognize individual users across multiple sessions and devices. It is crucial for accurate analytics, as it prevents the same user from being counted multiple times. The video script explains the importance of implementing user ID tracking with GA4 to ensure that a person using different devices is reported as a single user.

πŸ’‘Google Tag Manager

Google Tag Manager is a free tool that allows marketers to quickly and easily add tracking and marketing tags to their website or mobile app without having to edit the code. In the context of the video, it is used to implement user ID tracking by sending user IDs from a website's data layer to GA4.

πŸ’‘Data Layer

The data layer is a part of a website's code that is used to pass data from the website to tools like Google Analytics or Google Tag Manager. In the video, the data layer is where the user ID is placed so that it can be accessed by Google Tag Manager and sent to GA4 for tracking purposes.

πŸ’‘Unique User ID

A unique user ID is a specific identifier assigned to each user in a database, ensuring that each user is individually recognized. The script emphasizes the need for a unique user ID in the database to facilitate user ID tracking in GA4.

πŸ’‘Login Functionality

Login functionality refers to the features on a website that allow users to sign in to access personalized content or services. The video script mentions that for user ID tracking to be effective, the website must have login functionality, as this is how the unique user ID is associated with the user's account.

πŸ’‘Custom Dimension

In Google Analytics, a custom dimension is a way to send additional data about user interactions to GA4 that isn't automatically tracked. The video script describes creating a user-scoped custom dimension to make the user ID available for reporting in GA4.

πŸ’‘Event Tracking

Event tracking is a method used to monitor user actions on a website, such as clicks, form submissions, or other interactions. The script mentions setting up an event tag in Google Tag Manager for tracking purchases, which is an example of event tracking.

πŸ’‘Preview Mode

Preview mode in Google Tag Manager allows users to see how tags will fire on their website without affecting the live site. The video script describes using preview mode to verify that the user ID is being correctly sent to the data layer and subsequently to GA4.

πŸ’‘Publish

In the context of Google Tag Manager, publishing refers to the process of making changes to tags, triggers, or variables live on the website. The script instructs viewers to publish their changes after testing to ensure that user ID tracking is implemented correctly.

πŸ’‘Debug View

Debug view in GA4 is a feature that allows users to see the data that is being sent to Google Analytics in real-time. The video script suggests using debug view to confirm that the user ID is being received by GA4 after implementation.

Highlights

Introduction to configuring user ID tracking on a website with Google Analytics 4.

Importance of user ID tracking to avoid reporting the same person as different users across devices.

Explanation of sending user IDs from the website database to Google Analytics for better user tracking.

Basic requirement of having a Google Analytics 4 configuration tag with a measurement ID.

Steps to implement user ID tracking if the website has a login functionality.

Instruction to get the user ID into the data layer for Google Tag Manager to access it.

Example code snippet provided for developers to push user ID to the data layer.

Using Google Tag Manager preview mode to verify the user ID is correctly pushed to the data layer.

Creating a data layer variable in Google Tag Manager to use the user ID.

Adding user ID as a field in Google Analytics 4 configuration tag within Google Tag Manager.

Testing the implementation by logging in and verifying user ID is received by Google Analytics 4.

Exploring where to find user ID information in Google Analytics 4 reports and debug view.

Steps to create a user-scoped custom dimension in Google Analytics 4 for using user ID in reports.

Publishing the changes in Google Tag Manager after testing the implementation.

Encouragement to subscribe to the channel for more tutorials on Google Tag Manager and Google Analytics 4.

Transcripts

play00:00

in this video you will learn how to

play00:01

properly configure user id tracking on a

play00:04

website with google analytics 4.

play00:09

[Music]

play00:14

hey my name is julius and welcome to

play00:16

another's mania youtube channel if you

play00:18

are new here i teach people how to work

play00:20

with google tech manager and google

play00:21

analytics so if you want to stay up to

play00:23

date with ga4 consider subscribing if

play00:25

you have a website where people can log

play00:27

in then it makes sense to implement user

play00:30

id tracking because if you don't then

play00:32

the same person with multiple devices

play00:34

can be reported as different users user

play00:37

id tracking can help you with that

play00:39

because when a user logs in into his or

play00:41

her account on your website you will

play00:43

send a user id from your database to

play00:45

google analytics then ga will understand

play00:48

that this person with a smartphone is

play00:50

the same as this one with laptop so

play00:53

let's take a look at the implementation

play00:55

in this video i presume that you already

play00:56

have some basic knowledge about google

play00:58

tag manager and google analytics so this

play01:01

means that you have at least created a

play01:02

google analytics four configuration tag

play01:04

where you have your measurement id added

play01:07

right here if you are completely new to

play01:09

this then take a look at the google tag

play01:11

manager tutorial for beginners and i

play01:13

will post a link to it below the video

play01:15

also in this google tag magic container

play01:16

i have one google analytics for event

play01:18

tag that sends the purchase when a

play01:20

visitor makes a payment when it comes to

play01:22

user id tracking it means that your

play01:24

website must have some sort of login

play01:26

functionality or in other words your

play01:28

visitors can sign up and log into their

play01:31

accounts this is needed because in your

play01:33

database every user has its own unique

play01:36

id and in this video we're going to send

play01:38

that id to google analytics this is

play01:40

important because google analytics 4 can

play01:42

use that user id to understand that a

play01:45

visitor who has logged in maybe from a

play01:47

different device is still the same

play01:49

person on this demo website i have a

play01:51

login page where i can enter my username

play01:54

and password and then log in so let's do

play01:56

that let's enter my username

play01:59

and click login this is obviously a fake

play02:01

page and in reality i would be able to

play02:04

do something but just for demonstration

play02:05

purposes this is the only thing that you

play02:07

can see basically a blank page but what

play02:09

is important now is that i have logged

play02:12

in and this is my account to implement

play02:14

the user id feature you must somehow get

play02:16

the user id into the data layer because

play02:19

then we will configure google tag

play02:20

manager to take that user id from the

play02:22

data layer and send it further to google

play02:25

analytics there are various ways how you

play02:27

can get user id in the data layer but

play02:29

those ways depend on what kind of

play02:31

content management system or what kind

play02:33

of platform are you using if you're

play02:35

dealing with a custom built website then

play02:37

your best shot would be to cooperate

play02:39

with developers and ask them to push the

play02:41

user id to the data layer here is a

play02:43

sample code that your developer could

play02:45

implement on a website once this code is

play02:47

activated you will see in the preview

play02:49

mode of google tag manager the event

play02:51

name which is user data and then user id

play02:53

which is this one your developer would

play02:55

be responsible for replacing this with

play02:58

the actual id of the user who has just

play03:00

logged in simply copy pasting this code

play03:02

will not be enough because this part

play03:05

must be different for every user so the

play03:07

id of one user can be something like

play03:09

this while the other user's id might be

play03:12

something like this if you're dealing

play03:14

with a popular platform for example

play03:15

wordpress then you could try to find a

play03:17

plugin that you can install on your

play03:19

platform and that plugin will push the

play03:22

user id information to the data layer

play03:24

speaking of wordpress there is a very

play03:26

popular plugin called google tag manager

play03:28

for wordpress and when a user logs in on

play03:31

your website that plugin will add the

play03:33

user id to the data layer but in my

play03:36

example let's pretend that i'm dealing

play03:37

with a custom platform therefore i ask a

play03:40

developer to push the user id to the

play03:42

data layer once your developer

play03:44

implements the user id and pushes that

play03:46

to the data layer here is how you can

play03:48

check whether that is done properly you

play03:50

can go to google tech manager click

play03:52

preview

play03:54

and then in this window you will be

play03:56

asked to enter the url of the website in

play03:58

my case i will enter the url of my login

play04:01

page

play04:03

then click connect

play04:05

and a new tab will open that says

play04:07

connected now i will log in with my

play04:09

account click login and this is my

play04:12

account now i should go to google tech

play04:14

manager and one of the events right here

play04:17

should be something related to login or

play04:19

user data or whatever you have asked

play04:21

your developer to push in my case that

play04:24

event is called login i can click it and

play04:27

then i can expand this api call so i can

play04:29

click it right here and i will see two

play04:31

parameters one is event login and the

play04:34

other one is user id this is what i need

play04:36

in order to implement user id tracking

play04:38

in google analytics for but keep in mind

play04:40

that your developer cannot place

play04:42

anything he or she wants in this field

play04:44

according to google's terms of service

play04:46

this field cannot include things like

play04:48

email address social security number or

play04:51

anything else that can easily identify

play04:53

the person it should be some random

play04:55

string or number that is stored in your

play04:57

website's database so since i already

play05:00

have the user id in the data layer now i

play05:02

have to turn it into a variable in

play05:03

google tag manager because you cannot

play05:06

use the data in google tag manager

play05:08

unless you create a variable in my case

play05:10

the user id is stored as user id with

play05:13

the upper case i that is why i have to

play05:15

create a data layer variable for that

play05:17

let's go to google tag manager variables

play05:20

then scroll down to the user defined

play05:22

variables section and then click new

play05:24

click variable configuration data layer

play05:27

variable and then here i have to enter

play05:29

the name of the key that is in the data

play05:32

layer and in my case that is user id

play05:34

with the uppercase i this is case

play05:36

sensitive double click it copy and then

play05:39

paste it right here then i will name

play05:41

this variable here i can enter whatever

play05:43

you want however here it must be exactly

play05:46

as it is in the data layer if you have

play05:48

something else like user underscore id

play05:50

or id or something else then you must

play05:53

enter that particular name right here

play05:56

click save

play05:58

now let's go to tags and as i've said

play06:00

earlier in this video i presume that you

play06:02

already have at least google analytics

play06:04

for configuration tag in your container

play06:06

click it

play06:08

then click this pencil to edit the tag

play06:11

and then click fields to set click add

play06:13

row and here you should enter user

play06:16

underscore id exactly like this this is

play06:18

the parameter that google analytics 4

play06:20

expects when it comes to user id

play06:23

tracking and in this field you should

play06:25

insert the data layer variable that you

play06:26

have just created to insert the variable

play06:29

click this button and then keep looking

play06:31

for your data layer variable in my case

play06:33

this is it i will click it and it will

play06:35

be automatically inserted in this field

play06:37

click save

play06:39

if you have multiple google analytics

play06:40

for tags for example event for purchase

play06:42

event for click event for something else

play06:44

and all of those tags are using the same

play06:47

ga4 configuration tag those tags will

play06:50

automatically inherit this parameter now

play06:53

let's test whether this is working

play06:54

properly click preview button to refresh

play06:57

the preview mode here i am on the login

play06:59

page once again i will log in and here

play07:02

in tag assistant i will see that on the

play07:04

container loaded event that fired after

play07:07

the user id was pushed to the data layer

play07:10

i will see if my tag fired i click it

play07:12

and i see that one of the fields is the

play07:15

user id and here is that field's value

play07:17

now let's test whether this is working

play07:19

properly and whether user id was

play07:21

received by google analytics 4. you can

play07:24

do that by going to google analytics

play07:26

then configure and debug view and here

play07:28

you will see a stream of information

play07:30

that was sent to google analytics for

play07:32

and one of those things is user id user

play07:35

id is highlighted like this and if for

play07:37

example you click on the page view you

play07:39

will see some event information and also

play07:42

you will see user properties and you can

play07:44

click and here is the user id that was

play07:46

received by google analytics 4. keep in

play07:48

mind that ga4 is currently under heavy

play07:50

development therefore some things in the

play07:53

interface might change and you might see

play07:55

some differences between my video and

play07:57

what you see in your interface but don't

play07:59

panic and keep looking because

play08:01

eventually you will see the information

play08:03

somewhere right here and if you still

play08:04

struggle then take a look at the

play08:06

description of the video or maybe in the

play08:08

comments because i might have mentioned

play08:10

some updates there when you have tested

play08:12

everything then go to google doc manager

play08:14

click submit to publish these changes

play08:17

for example you can name something like

play08:19

user id in ga4 and click publish within

play08:22

the next 24 hours you will start seeing

play08:24

some user id related information in your

play08:27

google analytics 4 interface let's take

play08:29

a look at several places where you can

play08:31

find that user id information for

play08:33

example here i am in one of the standard

play08:35

reports in this case that is the event

play08:37

report and then i can take a look at how

play08:40

many visitors on my website were tracked

play08:42

with the user id feature and how many

play08:44

were not because only part of the

play08:46

traffic has actually logged into their

play08:49

accounts in this report i can click on

play08:51

edit comparisons right here or i can

play08:53

click add comparison right here and then

play08:55

as one of the dimensions i could select

play08:58

signed in with the user id and then in

play09:01

this field you should select yes thanks

play09:03

to this comparison i will see the data

play09:06

that is coming from users who have

play09:08

signed into their accounts and with

play09:10

their events i was also sending the user

play09:12

id click apply and here you will see all

play09:15

website visitors and only a small

play09:17

fraction has actually logged in because

play09:20

well most of my website visitors are

play09:22

just reading blog posts and they are not

play09:24

students of my courses then another

play09:26

place where you can find user id

play09:27

information is in the explore section so

play09:30

click there and then keep looking for

play09:32

the user explorer click it

play09:36

and here you will find a list of all

play09:38

users and visitors of my website those

play09:40

ids that contain a dot like this they

play09:43

are not logged in this is a regular

play09:45

google analytics client id that ga gives

play09:48

to any visitor and those ids are

play09:50

generated randomly however those shorter

play09:52

ids like this one they are coming from

play09:54

my database and these are the users who

play09:57

have logged into their course accounts

play09:59

but we are not done yet because if you

play10:01

want to use the user id dimension in

play10:03

other reports for example free form

play10:05

exploration unfortunately you won't be

play10:07

able to do that because user id even

play10:09

though you send it to google analytics

play10:11

is not available as a standalone

play10:14

dimension let's take a look for example

play10:16

here i have a new free form exploration

play10:18

and let's say that i will just add i

play10:20

don't know let's say event count metric

play10:22

and then in the dimensions section i

play10:24

want to add the user id so if i click

play10:26

this plus icon and then keep looking for

play10:28

the user id i will not find anything

play10:31

right here if you want to use the user

play10:33

id as a dimension in your other reports

play10:36

you must create a separate user-scoped

play10:37

custom dimension in google analytics for

play10:40

to do that first you have to send user

play10:42

id not only as well actually user id but

play10:45

also as a separate custom dimension and

play10:48

to do that you have to go to google tag

play10:50

manager then go to tags click on your

play10:52

configuration tag and here we are going

play10:55

to send it as a user scoped custom

play10:57

dimension and to do that you have to

play10:58

click on user properties add row and

play11:01

then add some parameter name that is

play11:03

named anything else except the user id

play11:06

because user id as a parameter is

play11:08

reserved and you cannot create custom

play11:11

dimensions for user id written like this

play11:14

but you can do something like user id

play11:17

dimension for example this will work

play11:19

just fine and here in the value you can

play11:22

enter the same thing that you used right

play11:24

here now click save and then in google

play11:27

analytics you have to go to configure

play11:29

custom definitions then create custom

play11:31

dimensions and then enter user id you

play11:35

can enter any name right here it can be

play11:37

something like crm id internal id

play11:39

whatever you want then the scope must be

play11:42

user you can enter or leave this field

play11:44

empty i mean the description and then in

play11:47

the user property you have to enter that

play11:49

very exact parameter name that you used

play11:52

in the configuration tag right here in

play11:54

my case that is user underscore id

play11:56

underscore dimension

play11:57

i will copy it

play11:59

and paste it right here then click save

play12:02

and within the next 24 hours you will be

play12:04

able to use that user id in your

play12:06

exploration reports as well now let's

play12:08

test whether this is working properly so

play12:11

click the preview button in your google

play12:12

doc manager container

play12:14

the page reloads i will log in once

play12:17

again then i see that my page view tag

play12:20

or in other words configuration tag has

play12:22

fired the user id needed for the user id

play12:24

feature of google analytics 4 and this

play12:26

is my user property that i will see as a

play12:28

user scoped custom dimension in google

play12:30

analytics 4. now let's go to ga4

play12:33

configure debug view and here i can see

play12:35

my user scoped custom dimension if i

play12:38

click on the page view now i see that

play12:40

there are two user properties one is

play12:42

user id needed for the user id feature

play12:44

and this is for my user scope custom

play12:46

dimension i wish that this part was more

play12:48

straightforward meaning that it would be

play12:51

just enough to have the user id and this

play12:53

would be available as a dimension in

play12:55

google analytics 4 automatically but

play12:57

right now this looks like the only

play12:59

viable workaround for the situation and

play13:02

when the next day comes you should be

play13:04

able to use that dimension right here by

play13:07

clicking the plus icon in the

play13:08

exploration then enter user id click

play13:11

this check box click apply and then you

play13:14

will see some data right here oh

play13:16

actually i forgot to add that user id to

play13:19

the rows and the reason why i'm still

play13:20

seeing not set right here is because i

play13:23

have just created that dimension still

play13:25

not enough time has passed in order to

play13:27

process this data properly so from

play13:29

tomorrow you will start seeing some data

play13:32

in this column after you have checked

play13:33

everything and you are sure that this is

play13:35

working properly publish your container

play13:37

by clicking submit and then complete all

play13:40

the other steps that are necessary and

play13:42

that is how you can implement user id

play13:44

tracking on a website with google

play13:46

analytics for remember you have to

play13:48

include the user id with every event

play13:50

that you send from your website to ga if

play13:53

you found this video useful hit the

play13:55

thumbs up button below the video because

play13:57

it helps me continue working on this

play13:58

channel also if you want to learn more

play14:00

about google tech manager or google

play14:02

analytics 4 consider subscribing to this

play14:04

channel my name is julius this is

play14:06

analytics mania and i'll see you in the

play14:08

next video

play14:13

[Music]

play14:29

you

Rate This
β˜…
β˜…
β˜…
β˜…
β˜…

5.0 / 5 (0 votes)

Related Tags
Google AnalyticsUser TrackingWebsite OptimizationData LayerUser IDGA4 ConfigurationLogin FunctionalityCustom DimensionsWeb AnalyticsTag Manager