Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedStartPartnerOffer

A user clicks on the CTA to start with a partner offer on the Send Offers page in CMS

This schema describes events sent to Segment from ClickedStartPartnerOffer

example
 {
   action: "clickedStartPartnerOffer",
   context_module: "Send offers",
   context_page_owner_type: "sendOffers",
   context_page_owner_id: "",
   context_page_owner_slug: "",
   partner_id: "61bcda16515b038ce5000104",
   artwork_id: "60de173a47476c000fd5c4cc",
   price: $20,000,
   last_offer_sent: 20,
   new_saves: 5,
   page: 1
 }

Hierarchy

  • ClickedStartPartnerOffer

Index

Properties

action

action: clickedStartPartnerOffer

artwork_id

artwork_id: string

context_page_module

context_page_module: string

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

last_offer_sent

last_offer_sent: number

new_saves

new_saves: number

page

page: number

partner_id

partner_id: string

price

price: number

Generated using TypeDoc