Releases

2020-6-11
  • Adds item/save method
  • Renames user/update -> user/save
2020-4-22
  • Automatically trims white space, and quotes (double and single) from id fields.
2020-1-20


2019-6-25
  • timestamp Unix Second validation added
  • filter support added to discover-weekly and discover-daily
  • continuation support implemented for all discover methods, including trends endpoints (popular, hot, uac)
2019-4-10

Add continuation and exclude_items fields to discover-user_trend requests. continuation is now endpoint-locked, instead of shared between discover-recommended and discover-next endpoints.

2019-3-31
  • User trends endpoints added for retrieving popular, hot, and up-and-coming items.
  • Geo-filtering
  • Remove user/search endpoint (use user/list with filter instead)
  • Deprecate discover/basic endpoints
2019-1-18
  • Change context from array to map
  • Add context to discover requests
2018-10-23

Support for tags in discover-meta requests.

2018-6-1

Support for user objects in event and discover requests.

2018-4-16
  • Move classic recommendation functions (recommended, similar, recommended_similar) to discover/basic.
  • Update discover/recommended to new format (like discover/next).
2018-2-27

Meta: track meta likes/unlikes (affecting user recs) and get recommended property values with discover/meta/recommended and discover/meta/next methods.

2018-1-15

Added hidden field to item/update.

2017-12-28

Added user/list and item/list methods.

2017-11-30

Added user/update mode parameter. Accepts replace and merge modes for updating user metadata. Default behavior is now merge instead of replace.

2017-11-9

Added discover/next continuation, and dynamic event-item field.

2017-10-12

Change randomness to variability

2017-10-2
  • Event value changed to amount.
  • item/delete now deletes the item and all associated events from the project, and forgets the item in all engines.
  • item/hide method hides item from recommendations (formerly item/remove).
  • item/unhide method unhides item from recommendations.
  • item/update no longer force-unhides items.
  • Item object now includes a hidden field.
  • Test user accounts for testing recommendations without affecting the global model. Set reserved user metadata field tmb_test_user to true.