Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedUpdateArtwork

A user clicks on the link to update artworks details in the modal for partner offers.

This schema describes events sent to Segment from ClickedUpdateArtwork

example
 {
   action: "clickedUpdateArtwork",
   context_module: "Send offers",
   context_page_owner_type: "sendOffers",
   context_page_owner_id: "",
   context_page_owner_slug: "",
   partner_id: "61bcda16515b038ce5000104"
   artwork_id: "60de173a47476c000fd5c4cc"
 }

Hierarchy

  • ClickedUpdateArtwork

Index

Properties

action

action: clickedUpdateArtwork

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

partner_id

partner_id: string

Generated using TypeDoc