Options
All
  • Public
  • Public/Protected
  • All
Menu

A user sees a an artwork in a rail

This schema describes events sent to Segment from ItemViewed.

example
 {
   action: "item_viewed",
   context_screen: "home",
   context_module: "newWorksforYouRail"
   item_id: "artwork-id"
   item_type: "artwork"
   position: 2, // optional
 }

Hierarchy

  • ItemViewed

Index

Properties

action

action: itemViewed

context_module

context_module: ContextModule

context_screen

context_screen: OwnerType

item_id

item_id: string

item_type

item_type: "artwork"

Optional position

position: undefined | number

Generated using TypeDoc