Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AddedToAlbum

A user adds content to an Album

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

example
 {
   action: "addedToAlbum",
   context_screen_owner_type: "album",
   context_screen_owner_id: "id"
   context_screen_owner_slug: "slug"
   album_name: "My Album"
 }

Hierarchy

  • AddedToAlbum

Index

Properties

action

action: addedToAlbum

album_name

album_name: string

Optional context_screen_owner_id

context_screen_owner_id: undefined | string

Optional context_screen_owner_slug

context_screen_owner_slug: undefined | string

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

Generated using TypeDoc