Learn how to capture UTM parameters like utm_source through booking forms on Lunacal.ai. This allows you to track where your bookings are coming from (e.g., LinkedIn, Twitter, etc.).
UTM Source
This is the label that would normally be shown on the booking form (but we’ll hide it later).
Short Text
from the dropdown. This allows UTM values (like linkedin
, newsletter
, twitter
) to be entered or passed via URL.
utm_source
This label is important — it gets used in the booking URL as the query param key. Always advised to start it with utm_
to maintain clarity and consistency in your tracking.
linkedin
, instagram
, email
.
Hidden questions can still capture values passed via URL, making this ideal for tracking marketing sources without disrupting the booking flow.
https://lunacal.ai/{username}/{event-name}?utm_source=linkedin
✅ Make sure the keys in the URL match the internal labels you’ve set in your booking questions (e.g.utm_source
,utm_campaign
, etc.).
linkedin
) under the booking details in your Lunacal dashboard.
utm_medium
, utm_campaign
, or custom fields in same way!