LCreator Code Vault Home →
Home › Guides › Google Analytics on Thinkific
Thinkific guide

How to add Google Analytics (GA4) to Thinkific

Want to know where your students come from and why visitors leave without enrolling? Here is how to add Google Analytics 4 to your Thinkific site — the easy built-in way and the manual snippet, in plain English.

Google Analytics 4 (GA4) tells you where your students come from, which pages they visit, and where they drop off before enrolling. Adding it to Thinkific takes a couple of minutes once you have your Measurement ID.

Step 1 — Get your GA4 Measurement ID

In your Google Analytics account, open Admin → Data Streams, choose your web stream (or create one for your Thinkific URL), and copy the Measurement ID. It looks like G-XXXXXXX.

Step 2 — Add it to Thinkific

Thinkific offers two routes, depending on your plan:

The built-in field (easiest)

  1. Go to Settings → Code & analytics (or Site → Advanced settings).
  2. Find the Google Analytics field and paste your G-XXXXXXX Measurement ID.
  3. Save. Thinkific loads the tracking for you — no snippet needed.

The manual snippet (full control)

If you would rather add the tag yourself, or your plan lacks the built-in field, paste the standard GA4 snippet into your site head-code area:

<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXX"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-XXXXXXX'); </script>

Replace both G-XXXXXXX values with your real Measurement ID.

Step 3 — Confirm it works

Open your Thinkific site in an incognito window, then check Realtime in Google Analytics — you should see yourself as an active user within a minute.

Heads up: Custom head-code is available on Thinkific plans that allow it. If you do not see the field, use the built-in Google Analytics setting instead.

Generate it in one click

Our free code generator builds a paste-ready tracking snippet for Thinkific and 15 other platforms — pick your platform, drop in your ID, copy the code. Want everything? The Creator Code Vault has 140 drop-in integrations for one payment.

Get the free GA4 snippet → See the Vault

Common questions

What is the difference between GA4 and the old Universal Analytics?

GA4 is Google current version and uses IDs starting with G-. Universal Analytics (IDs starting with UA-) has been retired, so use GA4.

Do I need to know how to code?

No. The built-in field is copy-and-paste. The manual snippet is one block where you swap in your ID. The free generator produces it for you.

Will this track enrollments and sales?

Basic GA4 tracks pageviews and traffic sources out of the box. Tracking specific events like enrollments needs a bit more setup, which the Vault analytics package covers.

← Back to the Creator Code Vault