Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedViewWork

A user clicks on View Work on the notification page.

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

example
 {
   action: "clickedViewWork",
   context_owner_type: "notifications",
   owner_id: "770fa47d-8cc8-4267-93e7-2808544d2a98" (it will change depending on the notification type. For offers, we are using partner offer id)
   artwork_id: "6617b3410c1cd2000c6e11c7"
   notification_type: "offers" | "all" | "alerts" | "follows"
 }

Hierarchy

  • ClickedViewWork

Index

Properties

action

action: clickedViewWork

artwork_id

artwork_id: string

context_owner_type

context_owner_type: string

notification_type

notification_type: string

owner_id

owner_id: string

Generated using TypeDoc