[UPDATE 02 March 2021]
In this guide, I’ll explain to you the easiest way to track Core Web Vitals (if you don’t know what Core Web Vitas are, click here to read my italian article) i.e. metrics that are the new ranking factor in SEO for Google.
This post is inspired by:
Actually, I was inspired by several sources, but Philip Walton’s post is the most authoritative source for me.
Metrics to focus on are:
Are you ready to take advantage of the three Core Web Vitals metrics and create your own Real User Monitoring?
Let’s go!
For me is an honor to inspired amazing people like Simo Ahava. Indeed, he has created a Core Web Vitals custom template in GTM. Please read his article also: https://www.simoahava.com/analytics/track-core-web-vitals-in-ga4-with-google-tag-manager/
You are able to create the Custom HTML Tag just by copying and pasting the script below (integrated by some small changes with the help of the help of Simen Hansen) in 10 seconds.
<!-- Load 'web-vitals' using a classic script that sets the global 'webVitals' object. --> <script src="https://unpkg.com/web-vitals@1.1.0/dist/web-vitals.umd.js"></script> <script> function sendToGTM(name, delta, id) { // Assumes the global `dataLayer` array exists, see: // https://developers.google.com/tag-manager/devguide dataLayer.push({ event: 'web-vitals', event_category: 'Web Vitals', event_action: name.name, // Google Analytics metrics must be integers, so the value is rounded. // For CLS the value is first multiplied by 1000 for greater precision // (note: increase the multiplier for greater precision if needed). event_value: Math.round(name.name === 'CLS' ? name.delta * 1000 : name.delta), // The 'id' value will be unique to the current page load. When sending // multiple values from the same page (e.g. for CLS), Google Analytics can // compute a total by grouping on this ID (note: requires `eventLabel` to // be a dimension in your report). event_label: name.id, }); } webVitals.getCLS(sendToGTM); webVitals.getFID(sendToGTM); webVitals.getLCP(sendToGTM);
</script>
So this script fires three events called web-vitals in GTM. Let’s intercept metrics.
[WARNING]
The library https://unpkg.com/web-vitals@1.1.0/dist/web-vitals.umd.js the current version (03/02/2021) is 1.1.0 be careful and update it if there will be a new release.
You can find it here: https://unpkg.com/browse/web-vitals/
You have to collect values that are inside dataLayer to send them to Google Analytics.
These values are:
You just have to do it for all four values.
Variables > New > Variable Configuration > Data Layer Variable
Do the same for the rest of Variables by changing their name and value:
Variables > New > Variable Configuration > Data Layer Variable
Variables > New > Variable Configuration > Data Layer Variable
Variables > New > Variable Configuration > Data Layer Variable
Great! You just have to send values to Google Analytics (but if you wish, you could send these metrics to any other tool).
Select Google Analytics Variable on Google Analytics Settings Variable and Enable overriding settings. Insert GA Costant or GA tracking code as Tracking ID.
Before publishing any changes, check the correct tag functioning by activating the Preview and Debug Mode.
Go to your site and refresh the page. You should see a box at the bottom of your current page showing “web-vitals” event triggered three times. Click on Tags Fired On This Event, you’ll find newly created Tag.
This Tag will fire three time, one for each metric. Keep in mind that the event corresponding to the CLS metric will take a little longer to appear in the box.
Therefore, on each event there will be a dataLayer push which will have the parameters of the three metrics:
And these following Tags in Google Analytics.
If the Tags function correctly, then you can publish the changes.
Now that data are sent to Google Analytics, you should export them and create reports and your Real User Monitoring.
As explained in web.dev official article
“For each of the above metrics, to ensure you’re hitting the recommended target for most of your users, a good threshold to measure is the 75th percentile of page loads, segmented across mobile and desktop devices.”
You have to wait for data (for a few days) and then you can export them by using tools such as Google Sheet, BigQuery, and Data Studio.
Would you like to read a guide explaining how to do it? Let me know in the comments!
Here is an example:
See you in the next article and… Buon Tag 😉
Negli ultimi mesi hai notato in Google Analytics 4 un calo improvviso e inspiegabile nelle…
Se ti trovi su questa guida è perché hai compreso che solo attraverso la Data…
Greenpeace è un'associazione globale che con azioni dirette e concrete denuncia i problemi ambientali e…
Da quando hai configurato la Consent Mode v2 (CM v2) hai notato cali improvvisi o…
Premesso che non è possibile conoscere l'esatto funzionamento né di Chrome, né degli algoritmi di…
Da quale canale di marketing arriva il maggior numero di conversioni? Quale campagna di marketing…
View Comments
you are the best! it works
Oh Thank you :)
thanks this was very helpful
You're welcome :)
Hi Matteo,
thanks for the great article but there's one question that accurred.
What units do the CWV have
Hi Oliver, thank you for this feedback. You can see the metrics here: https://web.dev/defining-core-web-vitals-thresholds/
Largest Contentful Paint: ms
First Input Delay: ms
Cumulative Layout Shift: custom metric
Hi MATTEO,
I just completed the setup.
It's working in the GTM preview, but I can't get the CLS LCP FID values in the GA-UA real-time events.
Does this mean I need to wait a few days?
Hi Tetsuya, nope. It works immediately.
Let me know
Hello Matteo,
I installed the script. What I see is that CLS, LCP and CSP are created, but besides that a lot of hits are registered with event_categry Web Vitals, but wit the event_action as "undiefined". Do you know how this is created?
Kind regards,
Erik
Hi Erik,
I should check your configuration to answer your question.
Can you post your problem on our Facebook Group “Fatti di Tag Manager” please?
Add some screenshots too.
Thank you :)
Hi, Thanks for this article! Could you please show how to shoe the 75th percentile score in Data Studio?
Hi Reema, I did a payment Italian course to explain how to create your RUM with Google Sheet and Big Query in Data Studio: you can find it here: https://club.tagmanageritalia.it/corso-segni-vitali/
Maybe I will translate this course into English next time.
Hi Matteo, thanks for this conclusion.
I've learned: ;-)
LCP data in GA are seconds
FID data in GA are milliseconds
CLS data is a score multiplied by 1000
My question: The table you've shown in this articel contains a LCP value of 518,384. I have similar values. This score means 518 seconds, which mean nearly 10 minutes, am I right?
Kind regards,
Laura
Hi Laura,
Yes, you’re right, remember that the column "Score" column is a sum.
Best regards ;)
Thank you for sharing this amazing guide. I've implemented everything according to the guide but this error persists. See this screenshot: https://www.awesomescreenshot.com/image/8883511?key=42ba5a8275dd3cbe65cc5661da80be13
Any help will be highly appreciated😊
Hi Illia,
can you write a post on our Facebook group "Fatti di Tag Manager": https://www.facebook.com/groups/TagManagerItalia attaching screenshots of every tag?
Did you try the Simo Ahava template?
Thank you ;)
Hi together,
Google recently announced, that they have changed the measurement of the Cumulative Layout Shift. So they are now observing layout shift sessions of 5 Seconds and add all values within this time range.
Does changes in the Vital Scoring have an impact on the JavaScript? Or does this script just reads the value, which the chrome browser delivers?
Hi Sebastian, I think all script or DOM elements can impact the scoring. So I think the answer could be "yes".
I suggest you ask Philip Walton this question directly.
Bye :)
Greetings Matteo
I have a couple of questions regarding your reporting:
1.In the table visualization, what aggregation do you use for the values (Score) ?
2.In the scorecard visualization, what aggregation do you use for the values (Score) ? .
Hide Dave,
1) the score is 75 Percentile. If you mean the column score on the table is a simple sum
2) Average of 75 Percentile :D