Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedPromoSpace

A user clicks a promo space

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

example
 {
   action: "clickedPromoSpace",
   context_module: "banner",
   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: "Browse by collection"
 }

Hierarchy

  • ClickedPromoSpace

Index

Properties

action

action: clickedPromoSpace

context_module

context_module: ContextModule

context_screen_owner_type

context_screen_owner_type: PageOwnerType

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: PageOwnerType

subject

subject: string

Generated using TypeDoc