You can sync different types of data:
Ticket order and purchase data as contact Insight data.
Event attendees as contacts in a list.
You can use this data for different reasons:
Create a program to send reminders or teasers prior to each event by enrolling contacts from the event list.
You can segment based on ticket order data and filter these orders on the Ecommerce dashboard by filtering on order.source contains Eventbrite.
Learn more about ecommerce filters in Using the Ecommerce reports.
If you have past attendee or ticket purchase data, Eventbrite syncs this historical data, too. When an event is unpublished, the list is automatically removed.
Before you start
Things you need to know:
Create or have an Eventbrite account.
We use webhooks to pass Eventbrite data in real-time.
1. Find the integration
Go to Connect > Integrations.
In the left menu, under SHOW, select Self-serve.
Find Eventbrite Events, then select +ADD.
Select INSTALL.
2. Connect Eventbrite to Dotdigital
Select Connect your Eventbrite to connect it to Dotdigital.
You can connect more than one account.
Sign in to Eventbrite to allow Dotdigital access to your account. If this process is successful, a dialogue box shows that the data source is linked.
Once complete, select Next.
3. Set up your settings
Expand the Organization drop-down menu, select the organisation you want the integration to create lists for published events. Once complete, select Next.
Two contact data fields are created when you allow the integration to create a list:
EB_LAST_EVENT
andEB_LAST_EVENT_DATE
.Expand the Select Organizer drop-down menu, and choose to either sync events from all organisers or to only sync events from a specific organiser. Then select Next.
If you want ticket orders to be tracked in your contact Insight data, expand the TrackOrders drop-down menu and select Yes. If not, select No then Next.
Learn more about Insight data in Overview of Insight data.
If you want to import all existing attendees that Eventbrite stores against your organisation, expand the ImportAttendees drop-down menu and select Yes. If not, select No, and then select Next.
Contacts for new registrations are always created.
If you want your historical ticket purchases to be imported as contact Insight data, expand the ImportPurchases drop-down menu select Yes. If not, select No.
This question appears only if you answer Yes in the previous step.
Select Next to finalise the setup process.
Understand the ticket Insight data layout
Use the table below to understand your ticket Insight data:
{"order_total": "12.00","payment": "Online","currency": "GBP","order_status": "placed","purchase_date": "2021-04-14T15:39:44Z","order_subtotal": "10.00","products": [{"name": "Fictitious event","price": "10.00","sku": "1686390803","qty": 1}],"type": "ticket","source": "Eventbrite - Organization 4123123123123"}
Field | Details |
| Returns the total of the order. |
| Returns how the payment was made. |
| Returns the currency the ticket was purchased in. |
| Returns the status of the ticket order. |
| Returns the date of the ticket purchase. |
| Returns the total price before taxes and discounts are applied. |
| Returns the product or products that were purchased. |
| Returns the event name. |
| Returns the price after taxes and discounts are applied. |
| Returns the Eventbrite event ID. |
| Returns the quantity of tickets purchased. |
| Returns |
| Returns the event source for the ticket purchase. |