We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3389367 commit e087fc5Copy full SHA for e087fc5
docs/personalization/api_reference/tracking_api.md
@@ -358,7 +358,8 @@ Sending Rendered events causes as many requests as recommendations to be display
358
Example of a recommendation response:
359
360
``` json
361
-"recommendationItems": [
+{
362
+ "recommendationItems": [
363
{
364
"relevance": 23,
365
"itemType": 1,
@@ -372,7 +373,10 @@ Example of a recommendation response:
372
373
"links" : {
374
"clickRecommended" : "//event.perso.ibexa.co/clickrecommended/johndoe/1/100175717?scenario=also_clicked&modelId=37",
375
"rendered" : "//event.perso.ibexa.co/rendered/johndoe/1/100175717"
- },
376
+ }
377
378
+ ]
379
+}
380
```
381
382
| Field name | Description |
0 commit comments