Learn tracking by actually doing it.
GTM Training is a hands-on playground for Google Tag Manager, GA4 and every major ad platform. Practise on a live dummy store, read the lessons, follow end-to-end how-to guides and install templates from the gallery.
The Guided Sandbox
A live dummy store you can actually browse. As you click around — view a product, add to cart, check out — a side panel shows every dataLayer push, what it means in plain English, and the exact GTM tag you'd build for it.
- Real GA4 ecommerce events
- Live dataLayer inspector
- Tag-by-tag explanations
- Safe to connect your own GTM
> add_to_cart fired
dataLayer.push({
event: 'add_to_cart',
ecommerce: {
currency: 'GBP',
value: 49.00,
items: [{
item_id: 'SKU-101',
item_name: 'Trail Runner',
price: 49.00,
quantity: 1
}]
}
});Read, follow, install, reference.
The sandbox is where you practise. These sections are how you go deeper on each piece.
Learn Hub
From 'what even is a pixel?' to server-side GTM. Three skill tiers with a glossary, diagrams and zero jargon.
How-To Guides
End-to-end walkthroughs: Google Ads, Meta Pixel + CAPI, TikTok EAPI, GA4 purchase. Every variable, trigger and tag in order.
Plugin & Template Gallery
The community + official GTM templates worth installing — Meta, TikTok, Reddit, LinkedIn, Pinterest, Microsoft UET — with what each one is actually for.
Install snippets
Copy-paste container + base pixel snippets for every major ad platform — with where to find the real version and what silently breaks tracking.