Webinar campaign tracking with UTM
A webinar has several link touchpoints — the registration page, reminder emails, and the join link — and tagging them separately reveals which one drives results. This page shows a UTM structure that keeps registration distinct from reminders so attendance attribution is honest.
Registration vs reminder links
Keep one utm_campaign for the whole webinar and use utm_content to separate the touchpoints, so the campaign aggregates while each link stays measurable:
- utm_campaign=<one webinar name> on every link
- utm_source / utm_medium per channel (email, social, paid)
- utm_content=registration for the promo link
- utm_content=reminder-1, reminder-2 for the follow-up sends
Why the split matters
Most webinar registrations come from the initial promotion, but live attendance often depends on the reminder sequence. If every link shares one utm_content, you cannot tell which touchpoint did the work, so you cannot decide whether to invest more in promotion or in reminders.
Tagging registration and each reminder distinctly — under one campaign — lets you see the funnel honestly: how many clicked to register versus how many came back via a reminder to actually attend. Keep registrant identity out of the URL and rely on your webinar platform for per-person attendance data.
How it appears in analytics and logs
A visit with one utm_campaign for the webinar and a utm_content distinguishing registration from reminder tells you which touchpoint drove the click. Without that split, you cannot tell promotion from follow-up.
Diagnostic use case
Tag the registration link and each reminder link with distinct UTM values so you can tell whether sign-ups and live attendance came from the promo or from the reminders.
What WebmasterID can help detect
WebmasterID reads the shared utm_campaign and per-touchpoint utm_content at ingest, so the webinar rolls up as one campaign while registration and reminder traffic stay separable.
Common mistakes
- Using one utm_content for registration and every reminder, hiding the funnel.
- Templating a registrant email or name into a reminder link's UTM.
- Splitting the webinar across multiple utm_campaign strings so it cannot roll up.
Privacy and accuracy notes
Keep webinar UTM values generic — campaign and touchpoint labels only. Never template a registrant's email or name into the link, even though your platform can. UTM values are public and logged.
Related pages
- Newsletter campaign tracking with UTM
Email clients usually send no web referrer, so newsletter clicks need UTM tags to be attributed at all. This page gives a recommended utm_medium=email structure with per-send utm_campaign naming, and the hard privacy rule that subscriber identifiers must never appear in a UTM.
- Event and conference campaign tracking
Conferences scatter your links across booth QR codes, talk slides, and printed handouts. Tagging each touchpoint distinctly turns an offline event into measurable traffic. This page shows a UTM structure that keeps booth, slide, and handout links separable under one event campaign.
- Campaign links (docs)
Tag registration and reminder links under one campaign.
Sources and verification notes
- MDN — URL search paramsEach touchpoint is a tagged URL sharing one utm_campaign.
Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.