Skip to main content
When you import an Eventbrite event, TalkValue pulls in two layers: the event itself and every registered attendee. Here’s how each field maps.

Event mapping

Each imported Eventbrite event becomes an Event in Path. Badge events use the same model.
Eventbrite fieldTalkValue fieldNotes
Event nameevent.nameVisible in the Events list, attribution charts, and audience filters.
Start date and timeevent.startAtStored with timezone for accurate time-zone-aware charts.
End date and timeevent.endAtOptional in Eventbrite, optional in TalkValue.
Timezoneevent.timeZoneUsed to display the event’s date range in the event’s own time zone.
Locationevent.locationFree-text venue or online indicator.
Path also creates a channel for the Eventbrite source on the first import. Every attendee Path discovers through Eventbrite is attributed to that channel, so the Attribution model works without extra setup.

Attendee mapping

Every Eventbrite attendee becomes a Person. If a person already exists with the same email, TalkValue updates that record instead of creating a duplicate.
Eventbrite fieldTalkValue fieldNotes
Emailperson.emailThe primary identity key. People are deduplicated by email.
First nameperson.firstNameOptional.
Last nameperson.lastNameOptional.
Company / Organizationperson.company (also rolls up via email domain)Path also auto-groups people by email domain into a Company record.
Job titleperson.jobTitleOptional.
Phoneperson.phoneOptional.
Cell phoneperson.phoneFalls back to phone when set.
Addressperson.addressOptional. Imported as a single string.
Custom questionsStored on the registration recordPath keeps the original answer attached to the registration for the event.
The required Eventbrite fields (name + email) always land in the matching TalkValue fields; optional fields are imported when present.

Re-import behavior

You can re-import the same Eventbrite event. Path updates existing people in place by email, adds new registrants, and refreshes event metadata. TalkValue never deletes people; it merges and updates them.

What is not imported

  • Refunded or canceled registrations. Only currently valid attendees are pulled in.
  • Eventbrite order or payment information. TalkValue does not store Eventbrite order IDs, ticket types, prices, or transaction history.
  • Marketing settings from Eventbrite (opt-in flags, email subscription state). Manage those separately in your email tool.