Jump to Content
Findify
API Reference
Log InFindify
API Reference
Log In

Overview

  • Introduction
  • Authentication
  • Required data

JSON API

  • Search API
    • /autocompletepost
    • /searchpost
    • /search/contentpost
  • Smart Collection API
    • /smart-collection/{slot}post
  • Recommendation API
    • /recommend/{slot}post
    • /recommend/items/newestpost
    • /recommend/items/trendingpost
    • /recommend/items/viewed/latestpost
    • /recommend/items/{item_id}/viewed/viewedpost
    • /recommend/items/{item_id}/viewed/boughtpost
    • /recommend/items/{item_id}/bought/boughtpost
  • Feedback API
    • /feedbackpost

Push API

  • Push API - Products
    • /productspost
    • /products/{id}put
    • /products/{id}patch
    • /products/{id}del
  • Content API - Content
    • /content/{source}post
    • /content/{source}/{id}put
    • /content/{source}/{id}patch
    • /content/{source}/{id}del

Analytics JS

  • Findify Analytics JS
  • Github: Findify Analytics JS
  • NPM: Findify Analytics JS
  • findifyAnalytics(config)
  • client.sendEvent(type, request)
  • client.user

JS SDK

  • Introduction
  • FindifySDK.init(config)
  • client.autocomplete(request)
  • client.search(request)
  • client.collection(request)
  • client.recommendations(type, request)
  • client.feedback(type, request)
Powered by 

Findify Analytics JS

Findify Analytics JS helps you integrate our Feedback API on the website and gather all the user behavior analytics that our ML and personalization require.

This is documentation for Analytics JS >= 3.x.
If you are looking for the old version of Analytics JS (< 3.x) it could be found here:

  • v2.x on github
  • v2.x on npm
  • v1.x on github