Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedMarketingModal

A user clicks on Start Sendind Offers on the marketing banner in CMS

This schema describes events sent to Segment from ClickedMarketingModal

example
 {
   action: "clickedMarketingModal",
   context_page_owner_type: "Home",
   context_page_owner_id: "",
   context_page_owner_slug: "",
   partner_id: "61bcda16515b038ce5000104",
   user_id: "55bcda16515b038ce5033104",
   title: "Make an offer, connect now",
   label: "Start Sending Offers"
 }

Hierarchy

  • ClickedMarketingModal

Index

Properties

action

action: clickedMarketingModal

context_page_owner_id

context_page_owner_id: string

Optional context_page_owner_slug

context_page_owner_slug: undefined | string

context_page_owner_type

context_page_owner_type: PageOwnerType

label

label: string

partner_id

partner_id: string

title

title: string

user_id

user_id: string

Generated using TypeDoc