Options
All
  • Public
  • Public/Protected
  • All
Menu

A user has unfollowed an artist.

This schema describes events sent to Segment from unfollowedArtist

example
 {
   action: "unfollowedArtist",
   context_module: "featuredArtists"
   context_owner_id: "5359794d1a1e86c3740001f7"
   context_owner_slug: "alex-katz-departure"
   context_owner_type: "artistSeries"
   owner_id: "5359794d1a1e86c3740001f7"
   owner_slug: "alex-katz"
   owner_type: "artist"
 }

Hierarchy

Index

Properties

action

action: unfollowedArtist

context_module

context_module: AuthContextModule

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_id

owner_id: string

owner_slug

owner_slug: string

owner_type

owner_type: FollowableEntity

Generated using TypeDoc