Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SearchedWithResults

A user searches with results

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

example
 {
   action: "searchedWithResults",
   context_module: "header",
   context_owner_type: "home",
   destination_owner_type: "search",
   query: "Banksy"
 }

Hierarchy

  • SearchedWithResults

Index

Properties

action

action: searchedWithResults

context_module

context_module: ContextModule

Optional context_owner_id

context_owner_id: undefined | string

Optional context_owner_slug

context_owner_slug: undefined | string

context_owner_type

context_owner_type: PageOwnerType

Optional destination_owner_type

destination_owner_type: PageOwnerType

query

query: string

Generated using TypeDoc