Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedPromoSpace

A user taps the promo space on the iOS home screen

This schema describes events sent to Segment from tappedPromoSpace

example
 {
   action: "tappedPromoSpace",
   context_module: "promoSpace",
   context_screen_owner_type: "home",
   destination_screen_owner_type: "collection",
   destination_screen_owner_slug: "artists-impacted-museum-shows",
   destination_path: "/collection/artists-impacted-museum-shows",
   subject: "Explore the collection"
 }

Hierarchy

  • TappedPromoSpace

Index

Properties

action

action: tappedPromoSpace

context_module

context_module: ContextModule

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

destination_path

destination_path: string

Optional destination_screen_owner_id

destination_screen_owner_id: undefined | string

Optional destination_screen_owner_slug

destination_screen_owner_slug: undefined | string

Optional destination_screen_owner_type

destination_screen_owner_type: ScreenOwnerType

subject

subject: string

Generated using TypeDoc