> ## Documentation Index
> Fetch the complete documentation index at: https://beta-docs.replo.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Eventbrite

> Build event pages that sell tickets through Eventbrite.

Eventbrite works well for event registration and ticketing for paid or free events. It handles attendee management, check-in tools, and provides event discovery through Eventbrite's marketplace.

## Why Use Replo with Eventbrite

Let's say you're hosting a 2-day marketing workshop priced at \$1,200. Your Eventbrite page lists the date, time, and location, but it doesn't explain what attendees will learn, who's speaking, or what results they'll walk away with.

You create a landing page in Replo that showcases speaker credentials, breaks down the agenda, shows testimonials from past workshops, and explains the transformation attendees will experience.

When visitors click **Buy Now**, they're redirected to Eventbrite to purchase tickets.

| **Replo enables**                                                        | **What stays the same**                              |
| ------------------------------------------------------------------------ | ---------------------------------------------------- |
| Landing pages and sales funnels that sell your event before registration | Eventbrite handles ticketing, payments, and check-in |
| Speaker bios, agenda breakdowns, and testimonials                        | Attendee management stays in Eventbrite              |
| Page variants to test what drives registrations                          | Automated confirmation emails and reminders          |
| Campaign-specific pages for different audience segments                  | Access to Eventbrite's event discovery marketplace   |

***

## Setup

<Steps>
  <Step title="Get your Eventbrite event link">
    1. Log in to Eventbrite
    2. Go to your event
    3. Copy the event URL (e.g., `eventbrite.com/e/your-event`)
  </Step>

  <Step title="Ask Replo to create the product">
    In the chat, give Replo your product details and the link:

    ```text theme={null}
    Create a product called "Your Product" priced at $49. Use this Eventbrite link as its external checkout: eventbrite.com/e/your-event
    ```

    Replo creates the product and points its **Buy Now** button at Eventbrite ticketing.
  </Step>

  <Step title="Add to your landing page">
    Ask Replo to build your landing page around the event. When visitors click **Buy Now**, they're redirected to Eventbrite ticketing.
  </Step>
</Steps>

***

## Tracking Registrations

Add UTM parameters to your Eventbrite link:

**Example:**

```
eventbrite.com/e/your-event?utm_source=replo&utm_campaign=launch
```

Track which registrations came from your Replo pages in Eventbrite's analytics.

<Tip>
  If you're running paid ads, install conversion tracking pixels on your confirmation page to measure ROAS and optimize for registrations.
</Tip>

***

For more details on setup and troubleshooting, see the [full guide to external booking links](/commerce/external/introduction#external-party-booking-links). Learn more about [tracking bookings](/commerce/external/introduction#tracking-bookings-from-replo-pages).
