Set up the Eventbrite events synchronisation integration

Learn how to set up the Eventbrite event synchronisation integration.

Overview

Connect Eventbrite events synchronisation to your Dotdigital account to sync real-time, published event data directly to your account. You can sync different types of data:

  • Ticket order and purchase data as contact Insight data.
  • Event attendees as contacts in an address book.

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 address book.
  • You can segment based on ticket order data and filter these orders on the Ecommerce dashboard by filtering on order.source contains Eventbrite.

    To learn more about ecommerce filters, check out 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 address book 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.

Step 1: Find the integration

To find the Eventbrite events synchronisation integration:

  1. Go to Integration hub.
  2. Choose the Self-serve tab.
  3. Select Eventbrite events synchronization.
  4. Select Use Integration.

Step 2: Connect Eventbrite to Dotdigital

To connect Eventbrite to Dotdigital:

  1. Select Connect your Eventbrite to connect it to Dotdigital.

    You can connect more than one account.

  2. 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.
  3. Once complete, select Next.

Step 3: Set up your settings

To set up your settings:

  1. Expand the Organization drop-down menu, select the organisation you want the integration to create address books for published events. Once complete, select Next.

    Two contact data fields are created when you allow the integration to create an address book: EB_LAST_EVENT and EB_LAST_EVENT_DATE.

  2. 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.
  3. 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.

    To learn more about Insight data, check out Overview of Insight data.

  4. 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.

  5. 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.

  6. 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
order_total Returns the total of the order.
payment Returns how the payment was made.
currency Returns the currency the ticket was purchased in.
order_status Returns the status of the ticket order.
purchase_date Returns the date of the ticket purchase.
order_subtotal Returns the total price before taxes and discounts are applied.
products Returns the product or products that were purchased.
name Returns the event name.
price Returns the price after taxes and discounts are applied.
sku Returns the Eventbrite event ID.
qty Returns the quantity of tickets purchased.
type Returns ticket always.
source Returns the event source for the ticket purchase.

See also

Did you find this article helpful?

Can we help?

Thanks for using Dotdigital. If you need more help or support, then contact our support team.