Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedViewWork

A user clicks on View Work on the notification page.

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

example
 {
   action: "tappedViewWork",
   context_module : "Notification"
   context_screen_owner_type: "notification",
   context_screen_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

  • TappedViewWork

Index

Properties

action

action: tappedViewWork

artwork_id

artwork_id: string

context_module

context_module: ContextModule

context_screen_owner_id

context_screen_owner_id: string

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

notification_type

notification_type: string

Generated using TypeDoc