Linking to events
The simplest integration is a plain link to your hosted BooTickets page. No code required.
Link formats
| What | URL |
|---|---|
| A single event | https://bootickets.com/e/<event-id> |
| A series / season | https://bootickets.com/s/<series-id> |
| Your organiser page | https://bootickets.com/o/<organiser-id> |
| A donation page | https://bootickets.com/o/<organiser-id>/donation |
Find the event ID on the event in your dashboard.
Add a link
<a href="https://bootickets.com/e/<event-id>">Buy tickets</a>
Track where sales come from
Add UTM parameters and BooTickets will record them against the order, so you can see which channel drove the sale:
https://bootickets.com/e/<event-id>?utm_source=newsletter&utm_medium=email&utm_campaign=spring
Google/Meta click identifiers (gclid, gbraid, wbraid) are captured automatically when
present.
Want the checkout to open on your own page instead of sending people away? Use a Buy ticket button.
