-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move recommendationItems JSON to included file
- Loading branch information
1 parent
e087fc5
commit c553a15
Showing
2 changed files
with
21 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"recommendationItems": [ | ||
{ | ||
"relevance": 23, | ||
"itemType": 1, | ||
"itemId": 100175717, | ||
"origin": { | ||
"itemIds" : [10, 11], | ||
"itemType" : 1, | ||
"source" : "REQUEST" | ||
}, | ||
"category" : "Men/Shirts", | ||
"links" : { | ||
"clickRecommended" : "//event.perso.ibexa.co/clickrecommended/johndoe/1/100175717?scenario=also_clicked&modelId=37", | ||
"rendered" : "//event.perso.ibexa.co/rendered/johndoe/1/100175717" | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters