Options
All
  • Public
  • Public/Protected
  • All
Menu

A partner opens the Private Viewing Room editor, either to share a room for the first time or to update one already shared.

trigger separates the three entry points: the Share button on an unshared room, the Manage panel on a shared one, and the banner shown when a shared room's artworks have drifted from the snapshot viewers currently see. Pairing the banner trigger with its bannerViewed impression is the only way to tell whether that nudge gets acted on.

Fires on open, not on the first edit, so it is the denominator for share-completion rate when paired with SharedPrivateViewingRoom.

This schema describes events sent to Segment from ClickedSharePrivateViewingRoom

example
{
  action: "clickedSharePrivateViewingRoom",
  context_module: "listDetail",
  context_page_owner_type: "privateViewingRoom",
  list_id: "5d2b5b5d5e5b5d000e1b5b5d",
  value: "share",
  trigger: "shareButton"
}

Hierarchy

  • ClickedSharePrivateViewingRoom

Index

Properties

action

action: clickedSharePrivateViewingRoom

context_module

context_module: listDetail

context_page_owner_type

context_page_owner_type: privateViewingRoom

list_id

list_id: string

trigger

trigger: "shareButton" | "manageMenu" | "updateBanner"

value

value: "share" | "update"

Generated using TypeDoc