Options
All
  • Public
  • Public/Protected
  • All
Menu

When a user adds a stop (a show, fair, or custom stop) to one or more of their own itineraries by pressing Done in the Add to Itinerary sheet

This schema describes events sent to Segment from [[addedStopToItinerary]]

example
 {
   action: "addedStopToItinerary",
   context_owner_id: "5f2c930b1ee0d500043b47dd",
   context_owner_slug: "andy-warhol-flowers",
   context_owner_type: "show",
   owner_ids: ["b0b1c2d3-e4f5-4a6b-8c9d-0e1f2a3b4c5d"]
 }

Hierarchy

  • AddedStopToItinerary

Index

Properties

action

action: addedStopToItinerary

Optional context_owner_id

context_owner_id: undefined | string

Optional context_owner_slug

context_owner_slug: undefined | string

context_owner_type

context_owner_type: OwnerType

owner_ids

owner_ids: string[]

The itinerary (or itineraries, adding a curated guide's full list) the stop landed on.

Generated using TypeDoc