Linking Eventbrite as a source
This source is currently in alpha. The interface and available tables may change.
Enter your Eventbrite private token to automatically pull your Eventbrite data – organizations, events, orders, attendees, and more – into the PostHog data warehouse.
Adding a data source
- Go to the sources tab of the data pipeline section in PostHog.
- Click + New source and then click Link next to Eventbrite.
- Next, you need a private token from Eventbrite. Create one under your Eventbrite account settings on the API Keys page – copy the value from the Private token field of your API key. The token needs read access to your organizations, events, orders, and attendees.
- Back in PostHog, enter the private token and click Next.
- Select the tables you want to sync, set the sync method and frequency, then click Import.
Once the syncs are complete, you can start using Eventbrite data in PostHog.
Available tables
| Table | Description | Sync method |
|---|---|---|
organizations | Organizations you have access to | Full refresh |
categories | Event categories | Full refresh |
formats | Event formats | Full refresh |
events | Events across your organizations | Full refresh |
venues | Venues across your organizations | Full refresh |
orders | Orders placed for your events | Incremental |
attendees | Attendees of your events | Incremental |
ticket_classes | Ticket classes defined on your events | Full refresh |
Incremental tables sync only new or updated records on each run. Full refresh tables reload all data on each sync.
Sync limitations
Only orders and attendees expose a server-side changed_since filter, so they support incremental sync on the changed field. All other tables are full refresh only.
Configuration
| Option | Type | Required |
|---|---|---|
Private token | password | Yes |
Supported tables
| Table | Description | Sync method | Incremental field | Primary key |
|---|---|---|---|---|
organizations | An Eventbrite organization (account) that owns events, venues, and orders. | Full refresh | — | — |
categories | A top-level event category in Eventbrite's taxonomy (e.g. Music, Business). | Full refresh | — | — |
formats | An event format describing the style of an event (e.g. Conference, Seminar). | Full refresh | — | — |
events | An event published by an organization, with its schedule, status, and venue. | Full refresh | — | — |
venues | A physical location where an organization's events are held. | Full refresh | — | — |
orders | An order placed by an attendee to purchase tickets to an event. | Incremental, Full refresh | changed | — |
attendees | An attendee on an order — one ticket holder for an event. | Incremental, Full refresh | changed | — |
ticket_classes | A type of ticket sold for an event, with its price and availability. | Full refresh | — | — |