Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedSendPartnerOffer

A user clicks on the CTA to send offers to collectors in the modal for partner offers.

This schema describes events sent to Segment from ClickedSendPartnerOffer

example
 {
   action: "clickedSendPartnerOffer",
   context_module: "Send offers",
   context_page_owner_type: "sendOffers",
   context_page_owner_id: "",
   context_page_owner_slug: "",
   partner_id: "61bcda16515b038ce5000104",
   arwork_id: "60de173a47476c000fd5c4cc",
   price: $20,000,
   collectors: 4
 }

Hierarchy

  • ClickedSendPartnerOffer

Index

Properties

action

action: clickedSendPartnerOffer

artwork_id

artwork_id: string

collectors

collectors: number

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

partner_id

partner_id: string

price

price: number

Generated using TypeDoc