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

Event mapping

Each imported Luma event becomes an Event in Path. Badge events use the same model.
Luma 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 Luma, 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 (Luma Zoom integrations show as the meeting URL).
Path also creates a channel for the Luma source on the first import. Every guest Path discovers through Luma is attributed to that channel, so the Attribution model works without extra setup.

Guest mapping

Every Luma guest becomes a Person. If a person already exists with the same email, TalkValue updates that record instead of creating a duplicate.
Luma fieldTalkValue fieldNotes
Emailperson.emailThe primary identity key. People are deduplicated by email.
First nameperson.firstNameParsed from the Luma name field when first/last aren’t separate.
Last nameperson.lastNameOptional.
Companyperson.company (also rolls up via email domain)Path also auto-groups people by email domain into a Company record.
Job titleperson.jobTitleOptional.
Phoneperson.phoneOptional.
LinkedIn / social URLsperson.socialsOptional. Stored on the person record when Luma collects them.
Custom questionsStored on the registration recordPath keeps the original answer attached to the registration for the event.
The required Luma 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 Luma event. Path updates existing people in place by email, adds new guests, and refreshes event metadata. TalkValue never deletes people; it merges and updates them.

What is not imported

  • Waitlist entries that never got approved. Only confirmed guests are pulled in.
  • Luma payment information. TalkValue does not store Luma order IDs, ticket types, prices, or transaction history.
  • Marketing settings from Luma (opt-in flags, email subscription state). Manage those separately in your email tool.