Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Instructions to use Javascript Search Library.

Changelog (v1.4)

v1.4.0:

  • Add browse events API

Step-by-step guide

First of all, you need your INSTANCE_ID (i.e. client-instance-id) from our Account Manager, Appointed Lead Developer or alternatively contact our Support team. The possible values for ENVIRONMENT are: 'liv' (to use in live environment) and 'stag' (to use in staging environment).

...

STAGING environment resources import

Code Block
languagexmljs
<script src="https://assets.empathybroker.com/apijs/1.4/empathy.resources.js " type="text/javascript"></script>

...

Code Block
languagexml
<script src="https://assets.empathybroker.com/apijs/1.4/empathy.resources.min.js " type="text/javascript"></script>

...