<primarycollectionname>_signals
. So, if your main collection is named products
, the associated signals collection is named products_signals
. The signals collection is created automatically when signals are enabled for the primary collection. Signals are enabled by default whenever a new collection is created.
Signals are indexed just like ordinary documents. The signals collection can be searched like any other collection, for example by using the Query Workbench with the signals collection selected.
App Insights provides visualizations and reports with which to analyze your signals. App Insights mainly uses raw signals, but also uses some aggregated signals. Currently only the signal types Request, Response and Click are supported within the App Insights dashboards.
See signals types and structure for more information.
sales_rank
field to recommend the most popular products, or boost on the date_added
field to recommend the newest items.