Options
All
  • Public
  • Public/Protected
  • All
Menu

A partner successfully adds a new location via the Add Location modal (2-step flow). Fires on useCreatePartnerLocation mutation success.

This schema describes events sent to Segment from OsAddedLocation

example
{
  action: "addedLocation",
  context_module: "addLocationModal",
  context_page_owner_type: "inventory",
  artwork_id: "abc123",
  location_id: "loc456"
}

Hierarchy

  • OsAddedLocation

Index

Properties

action

action: addedLocation

artwork_id

artwork_id: string

context_module

context_module: addLocationModal

context_page_owner_type

context_page_owner_type: OsOwnerType

location_id

location_id: string

Generated using TypeDoc