Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Dana DiTomaso- Using GA4 to Surface Technical S...
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Tech SEO Connect
PRO
December 12, 2025
Marketing & SEO
1
44
Dana DiTomaso- Using GA4 to Surface Technical SEO Issues In Real-Time
Tech SEO Connect
PRO
December 12, 2025
Tweet
Share
More Decks by Tech SEO Connect
See All by Tech SEO Connect
Krishna Madhavan - Beyond Blue Links: Freshness, Control, and Visibility
techseoconnect
PRO
0
67
Jori Ford - Beyond Googlebot: Evidence-Based Retrieval Experiments with AI Crawlers
techseoconnect
PRO
0
52
Jamie Indigo - Trashchat’s Guide to Black Boxes: Technical SEO Tactics for LLMs
techseoconnect
PRO
0
80
Alex Halliday - Should We Do This Yet? Clear Advice On 5 High-Impact Technical SEO Decisions
techseoconnect
PRO
0
47
Martha van Berkel - From Schema Markup to Knowledge Graphs: Powering AI with Connected Data
techseoconnect
PRO
0
62
Serge Bezborodov - AI Internal Linking for E-Commerce Websites
techseoconnect
PRO
0
61
Tyler Gargula - Decision Intelligence for Enterprise SEO
techseoconnect
PRO
0
52
Brie Anderson - From Guesswork to Growth: Building an SEO Strategy That Compounds
techseoconnect
PRO
0
54
Baruch Toledano - Behind the Scenes of Building Scalable Data Products for SEOs
techseoconnect
PRO
0
45
Other Decks in Marketing & SEO
See All in Marketing & SEO
You Can't Generate What You Can't Retrieve
dawnieando
1
350
SEO Benelux Conf - Automating Technical SEO on a low budget
jancaerels
0
200
Content Marketing Strategies for B2B SaaS Success
carib
1
280
マーケティング研修サービス なぞるLearning
nazoru
PRO
0
340
Building a A Zero-Code AI SEO Workflow
portentint
PRO
0
370
Adapting to the new era of search everywhere optimization - brightonSEO San Diego
nikkilamseo
1
370
How embeddings unlock the path to intent-driven optimization
frankvandijk
1
330
Beyond The AI Hype, How Marketing Departments Are Actually Using AI & Where CMOs Will Have To Reshape Their Orgs
dannydenhard
0
4.2k
勉強会から始まった僕のDevRel~新卒エンジニアがつないだ2年間の軌跡~
ohmori_yusuke
2
420
Content Decay the silent threat to website performance
richardgeorge
0
340
マーケティングトレース基本資料
nazoru
PRO
2
610
AI Search: Where are we so far and how to win in the current landscape
aleyda
2
480
Featured
See All Featured
The AI Search Optimization Roadmap by Aleyda Solis
aleyda
1
5.4k
Mind Mapping
helmedeiros
PRO
1
110
A better future with KSS
kneath
240
18k
Why You Should Never Use an ORM
jnunemaker
PRO
61
9.8k
Stewardship and Sustainability of Urban and Community Forests
pwiseman
0
130
How to optimise 3,500 product descriptions for ecommerce in one day using ChatGPT
katarinadahlin
PRO
1
3.5k
WENDY [Excerpt]
tessaabrams
9
36k
Between Models and Reality
mayunak
2
230
Keith and Marios Guide to Fast Websites
keithpitt
413
23k
How to Talk to Developers About Accessibility
jct
2
140
Dominate Local Search Results - an insider guide to GBP, reviews, and Local SEO
greggifford
PRO
0
93
Google's AI Overviews - The New Search
badams
0
930
Transcript
Using GA4 to Surface Technical SEO Issues in Real-Time Dana
DiTomaso Founder, Analytics Playbook
I don’t want to look for issues.
I want issues to come to me.
Use your website visitor experience as intel.
I’m using Google Tag Manager & GA4 but you can
use anything.
We’ll be creating events for common technical issues.
Events show trends.
Obviously something was added to the site at the end
of October!
Events unlock count metrics.
These drop down selections can’t be saved and don’t exist
outside of GA4.
Now I can see how often something happened and create
calculated metrics using my events.
Add the _count event parameter to the GA4 tag in
GTM.
Then register your parameter in GA4 as a custom metric.
Let’s track some stuff!
There are many ways to track a 404 error.
To capture the body class, we’ll use a DOM Element
variable.
Then our trigger can use that body class to send
an event. page_view_404
Why page_view_404 and not 404_page_view?
How about 404 errors specifically from links?
Then we’ll use exactly the same trigger again.
Use the lookup as part of the event name.
internal_link_404 external_link_404
URLs with encoding Example: site.com/about%20us/ page_encoded
You might need to revise this if your site has
legitimate encoded characters. /notre-équipe/ /notre-%C3%A9quipe/
Try an exclusion trigger to create an “allowed” encoding list.
To capture URLs with UPPERCASE, use a regex trigger condition.
page_uppercase
Is your team adding UTMs to internal links? (Please don’t.)
internal_link_utm
Are your URLs always supposed to have a trailing slash
or not?
Use the trigger that matches your website configuration page_view_noslash
page_view_slash
Were there redirects? Use this JavaScript Variable.
I recommend adding this to your page_view tag as a
parameter.
Is the hostname the correct one?
Now create a trigger when the hostname is external.
page_view_external
We can do better than this for Core Web Vitals.
This tag template from Simo Ahava gives you real-world CWV
values from your visitors.
The tag template generates a dataLayer push that you use
as the trigger for your event.
None
If you’re capturing too many CWV values, try restricting the
trigger to only capture problem values.
There’s actually a built-in trigger for JavaScript error capture.
js_error
Use the built in variables for the parts of the
error that you want to capture for diagnostics.
What’s the user agent? Use this JavaScript Variable.
I attach this to the configuration tag.
You can use the configuration tag for parameters that don’t
change during the session.
You might hit the 100 character limit with the User
Agent.
You might want to use a separate GA4.
Questions? Get in touch: linktr.ee/danaditomaso