Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedVerifiedRepresentative

User clicks on the gallery representation pill under featured representation on the artist page

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

example
 {
   action: "clickedVerifiedRepresentative",
   context_module: ""
   context_page_owner_type: PageOwnerType
   context_page_owner_id?: "artist_id"
   destination_page_owner_type: PageOwnerType
   destination_page_owner_id?: "partner_id"
 }

Hierarchy

  • ClickedVerifiedRepresentative

Index

Properties

action

action: clickedVerifiedRepresentative

Optional context_module

context_module: ContextModule

context_page_owner_id

context_page_owner_id: string

context_page_owner_type

context_page_owner_type: PageOwnerType

destination_page_owner_id

destination_page_owner_id: string

destination_page_owner_type

destination_page_owner_type: PageOwnerType

Generated using TypeDoc