Options
All
  • Public
  • Public/Protected
  • All
Menu

A partner successfully adds a new artist via the Add Artist modal. Fires on mutation success.

This schema describes events sent to Segment from OsAddedArtist

example
{
  action: "addedArtist",
  context_module: "addArtistModal",
  context_page_owner_type: "inventory",
  artwork_id: "abc123",
  artist_id: "artist789"
}

Hierarchy

  • OsAddedArtist

Index

Properties

action

action: addedArtist

artist_id

artist_id: string

artwork_id

artwork_id: string

context_module

context_module: addArtistModal

context_page_owner_type

context_page_owner_type: OsOwnerType

Generated using TypeDoc