Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedUploadArtwork

User clicks on Upload artwork button in CMS.

This schema describes events sent to Segment from [[clickedUploadArtwork]]

example
 {
   action: "clickedUploadArtwork",
   alert_page_rank: 1,
   artist_id: "4212691337420",
   context_module: "alerts-price",
   context_page_owner_id: "",
   context_page_owner_type: "demand",
   partner_search_criteria_id: "123abc",
   search_criteria_id: "4212691337420",
   subject: "Upload Artworks"
 }

Hierarchy

  • ClickedUploadArtwork

Index

Properties

action

action: clickedUploadArtwork

Optional alert_page_rank

alert_page_rank: undefined | number

Optional artist_id

artist_id: undefined | string

context_module

context_module: ContextModule

Optional context_page_owner_id

context_page_owner_id: undefined | string

context_page_owner_type

context_page_owner_type: PageOwnerType

Optional partner_search_criteria_id

partner_search_criteria_id: undefined | string

Optional search_criteria_id

search_criteria_id: undefined | string

subject

subject: string

Generated using TypeDoc