Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SearchedByImageWithResults

A user searches by image via Artsy Lens and is shown a grid of visually similar artworks. photo_source records whether the photo was taken with the camera or picked from the photo library.

Unlike [[searchedWithResults]] there is no query, and there is no context_module: the search is initiated by taking a photo rather than from a module on a page.

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

example
 {
   action: "searchedByImageWithResults",
   context_owner_type: "searchByImage",
   photo_source: "camera"
 }

Hierarchy

  • SearchedByImageWithResults

Index

Properties

action

action: searchedByImageWithResults

context_owner_type

context_owner_type: searchByImage

photo_source

photo_source: "camera" | "photo_library"

Where the photo the user searched with came from

Generated using TypeDoc