Options
All
  • Public
  • Public/Protected
  • All
Menu

A user deletes a Saved Search from the edit alert screen on an app.

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

example
 {
   action: "deletedSavedSearch",
   context_screen_owner_type: "savedSearch",
   context_screen_owner_id: "58de681f275b2464fcdde097",
   saved_search_id: "search_id"
 }

Hierarchy

  • DeletedSavedSearch

Index

Properties

action

action: deletedSavedSearch

Optional context_screen_owner_id

context_screen_owner_id: undefined | string

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

Optional saved_search_id

saved_search_id: undefined | string

Generated using TypeDoc