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
Tech SEO Connect
PRO
December 12, 2025
Marketing & SEO
230
1
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
Dana DiTomaso- Using GA4 to Surface Technical SEO Issues In Real-Time
Tech SEO Connect
PRO
December 12, 2025
More Decks by Tech SEO Connect
See All by Tech SEO Connect
Krishna Madhavan - Beyond Blue Links: Freshness, Control, and Visibility
techseoconnect
PRO
0
280
Jori Ford - Beyond Googlebot: Evidence-Based Retrieval Experiments with AI Crawlers
techseoconnect
PRO
0
280
Jamie Indigo - Trashchat’s Guide to Black Boxes: Technical SEO Tactics for LLMs
techseoconnect
PRO
0
620
Alex Halliday - Should We Do This Yet? Clear Advice On 5 High-Impact Technical SEO Decisions
techseoconnect
PRO
0
250
Martha van Berkel - From Schema Markup to Knowledge Graphs: Powering AI with Connected Data
techseoconnect
PRO
0
260
Serge Bezborodov - AI Internal Linking for E-Commerce Websites
techseoconnect
PRO
0
280
Tyler Gargula - Decision Intelligence for Enterprise SEO
techseoconnect
PRO
0
260
Brie Anderson - From Guesswork to Growth: Building an SEO Strategy That Compounds
techseoconnect
PRO
0
230
Baruch Toledano - Behind the Scenes of Building Scalable Data Products for SEOs
techseoconnect
PRO
0
240
Other Decks in Marketing & SEO
See All in Marketing & SEO
You Can't Generate What You Can't Retrieve
dawnieando
1
460
The State of Ecommerce SEO & AI Search in 2026: What are the shifts, and the top actions to take - SMX Munich
aleyda
3
2.1k
The New Playbook for AEO Content in 2026 - Digital Summit 2026
zjchahalis
0
140
Everything Old is New Again: Why Information Retrieval Still Powers AI Search
dawnieando
1
100
Breaking the template: Subverting AI copywriting frameworks for SERP differentiation
emilyhilltraining
0
190
The Death of a PPC Purist - Hero Conf UK - April 2026 - Chris Ridley
c_j_ridley
0
160
Google reviews: The secret sauce for local visibility
greggifford
PRO
0
460
Scars: advanced building with Claude Code
thekraken
0
430
Claude Codeでつくる事例記事制作Agent
koyurin
1
610
『Peatix』利用ユーザーインタビューサマリー【広告出稿のポイント】
sairu_inc
0
210
Digital PR Summit - Using AI & Custom GPTs To Take Your Digital PR Campaigns To The Next Level [Amanda Walls]
amandajwalls
PRO
1
210
HeroConf April 2026 | Spend less, win more leads: A technical GA4 setup that cut ad waste by 50% (Christian Goodrich)
cargoodrich
1
250
Featured
See All Featured
How GitHub (no longer) Works
holman
316
150k
Self-Hosted WebAssembly Runtime for Runtime-Neutral Checkpoint/Restore in Edge–Cloud Continuum
chikuwait
0
710
[RailsConf 2023] Rails as a piece of cake
palkan
59
6.9k
Build The Right Thing And Hit Your Dates
maggiecrowley
39
3.4k
Statistics for Hackers
jakevdp
799
230k
Paper Plane
katiecoart
PRO
2
53k
JAMstack: Web Apps at Ludicrous Speed - All Things Open 2022
reverentgeek
1
570
Lessons Learnt from Crawling 1000+ Websites
charlesmeaden
PRO
1
1.5k
Thoughts on Productivity
jonyablonski
76
5.3k
Into the Great Unknown - MozCon
thekraken
41
2.7k
A Tale of Four Properties
chriscoyier
163
24k
Navigating the moral maze — ethical principles for Al-driven product design
skipperchong
2
490
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