Options
All
  • Public
  • Public/Protected
  • All
Menu

A user views a screen on iOS

This schema describes events sent to Segment from [[screen]]. IMPORTANT: This event should fire in Segment as a Screen api call, not a Track api call of type:screen.

example
 {
   action: "screen",
   context_screen_owner_type: "artist",
   context_screen_owner_id: "527ac4a0cd530e258d0000d0",
   context_screen_owner_slug: "ramiro-gomez",
   context_screen_referrer_type: "artwork"
 }

Hierarchy

  • Screen

Index

Properties

action

action: screen

Optional context_screen_owner_id

context_screen_owner_id: undefined | string

Optional context_screen_owner_slug

context_screen_owner_slug: undefined | string

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

Optional context_screen_referrer_type

context_screen_referrer_type: ScreenOwnerType

Generated using TypeDoc