Options
All
  • Public
  • Public/Protected
  • All
Menu

A user taps a collected artwork within My Collection

This schema describes events sent to Segment from tappedCollectedArtwork

example
 {
   action: "tappedCollectedArtwork",
   context_module: "myCollectionHome",
   context_owner_type: "myCollection",
   destination_owner_type: "myCollectionArtwork"
   destination_owner_id: "my-collection-artwork-id"
   destination_owner_slug: "my-collection-artwork-slug"
 }

Hierarchy

  • TappedCollectedArtwork

Index

Properties

action

action: tappedCollectedArtwork

context_module

context_module: myCollectionHome

Optional context_owner_id

context_owner_id: undefined | string

context_owner_type

context_owner_type: myCollection

destination_owner_id

destination_owner_id: string

Optional destination_owner_slug

destination_owner_slug: undefined | string

destination_owner_type

destination_owner_type: myCollectionArtwork

Generated using TypeDoc