Options
All
  • Public
  • Public/Protected
  • All
Menu

A user taps "save artwork" to save an artwork to My Collection.

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

example
 {
   action: "saveCollectedArtwork",
   context_module: "myCollectionHome",
   context_owner_type: "myCollection",
   artist_id: "andy-warhol",
   is_p1_artist: true,
   platform: "mobile"
 }

Hierarchy

  • SaveCollectedArtwork

Index

Properties

action

action: saveCollectedArtwork

artist_id

artist_id: string

context_module

context_module: myCollectionHome

context_owner_type

context_owner_type: myCollection

is_p1_artist

is_p1_artist: boolean

platform

platform: Platform

Generated using TypeDoc