Options
All
  • Public
  • Public/Protected
  • All
Menu

User sees the banner in the app

This schema describes events sent to Segment from BannerViewed.

example
 {
   action: "bannerViewed",
   context_screen: "home",
   context_module: "paymentFailed",
   item_type: "order" | "orders"
   item_id: "order-id" | ""
 }

Hierarchy

  • BannerViewed

Index

Properties

action

action: bannerViewed

context_module

context_module: ContextModule

context_screen

context_screen: OwnerType

item_id

item_id: string

item_type

item_type: string

Generated using TypeDoc