If you are using the Personalization module you have to let FactFinder know which session is connected to which user. In order to do this, you have to send a login
event whenever a user logs in into your shop.
Parameter | Description | |
---|---|---|
sid | essential | Use this to pass the user’s session identifier. This is only needed in order to connect the session to the user and must be anonymised. |
userId | essential | Use this to pass a user identifier. Like the session ID, this must be anonymised. The user identifier differs from the sid in that it remains the same for users who visit more than once. Use of this parameter is mandatory for this event.
|
REST
The technical documentation of the REST-API is contained in the search application itself and can be accessed via [your NG server]/fact-finder/swagger-ui.html . It can be also accessed via the following URL:
Swagger Link
The interface offers not only the parameter documentation, but also the option to test a query and review the result. The documentation was created with Swagger, you can use Swagger Codegen to generate a client for it and use it for your code.
Login-event documentation can be accessed via the login
method in the tracking
resource.