You are currently viewing Sending session identifiers

Sending session identifiers

API Feature Update 0.10.120 (211130)

You can now send session information as a parameter to the /product_search and /prices endpoints.A session identifier is a unique string assigned to an end user (i.e. a user of your integration). This string can be:

  • a hashed/pseudo value of a username or account id from your integration
  • an application or framework assigned session id
  • any other uniquely generated string – per end user

This information is very useful to us as we can correlate user experience, track result satisfaction and improve our system without triggering any GDPR issues since the identifiers are not personally identifiable.

You can read more about the session-id parameter in the documentation (session identifiers/product_search/prices)

Documentation: