Skip to main content
RichRelevance

Click

post /runtime/v1/recommend/click

Log a recommendation click. The merchant does not have create this request if they simply use the URL provided in the response. The parameter in the URL are listed below.

Request:

Query Parameters

apiKeyrequired (string)
The api key of the merchant.

Example:
649d16cbc8097816

apiClientKeyrequired (string)
The api client assigned for the client specific application.

Example:
026658c7e431cdb5

sessionId (string)
The id assigned to the device session.

Example:
session1

userId: (string)
The id assigned to the user by the client

Example:
user123

channelId: (string)
The channel id through which the click was made.

Example:
channel1

productIdrequired (string)
The product clicked on.

Example:
product123

positionrequired (integer)
The position of the product in the placement.

Example:
1

strategyIdrequired (integer)
Rich Relevance internal identifier for the strategy.

Example:
8

placementrequired (string)
The placement on which the click happened.

Example:
item_page.rr1

viewGuidrequired (string)
The view context id assigned by Rich Relevance.

Example:
80014ed0-8f22-4f5b-8455-7f550aeba753

Response:

HTTP status code 200

Body

Media type: application/json
Type: string

HTTP status code 400

Body

Media type: application/json
Type: object

Properties
  • coderequired (integer)
  • detailsrequired (string)
  • messagerequired (string)
  • statusrequired (string)

HTTP status code 500

Body

Media type: application/json
Type: object

Properties
  • coderequired (integer)
  • detailsrequired (string)
  • messagerequired (string)
  • statusrequired (string)
  • Was this article helpful?