Options
All
  • Public
  • Public/Protected
  • All
Menu

User sees an error message on the send offers modal if inputs a not acceptable price in CMS

This schema describes events sent to Segment from SendOffersErrorMessage.

example
 {
   action: "sendOffersErrorMessage"
   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
   message: "Offer amount within displayed price range"
 }

Hierarchy

  • SendOffersErrorMessage

Index

Properties

action

action: sendOffersErrorMessage

artwork_id

artwork_id: string

collectors

collectors: number

context_module

context_module: string

context_page_owner_id

context_page_owner_id: string

context_page_owner_slug

context_page_owner_slug: string

context_page_owner_type

context_page_owner_type: PageOwnerType

message

message: string

partner_id

partner_id: string

price

price: number

Generated using TypeDoc