Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AddedArtworkToArtworkList

When a user adds an artwork to an artwork list

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

example
 {
   action: "addedArtworkToArtworkList",
   context_owner_id: "641b795ae11bda000c80d58d",
   context_owner_slug: "banksy-gangsta-rat-unsigned-49",
   context_owner_type: "artwork",
   artwork_ids: ["641b795ae11bda000c80d58d"]
   owner_ids: ["770fa47d-8cc8-4267-93e7-2808544d2a98"]
 }

Hierarchy

  • AddedArtworkToArtworkList

Index

Properties

action

action: addedArtworkToArtworkList

artwork_ids

artwork_ids: string[]

Optional context_owner_id

context_owner_id: undefined | string

Optional context_owner_slug

context_owner_slug: undefined | string

context_owner_type

context_owner_type: OwnerType

owner_ids

owner_ids: string[]

Generated using TypeDoc