Api V1Reco Post
POST {{baseUrl}}/preview/recommendation/search
Retrieves a list of products recommended for the given user. This end point can either rely on a Criteo UserId, or a list of user events to perform the recommendation.
Request Body
{"nbRequestedProducts"=>"<integer>", "partnerId"=>"<integer>", "userId"=>"<string>", "identityType"=>"Gaid", "adSetId"=>"<integer>", "adId"=>"<integer>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"products":[{"productExternalId":"\u003cstring\u003e","clickUrl":"\u003cstring\u003e","alternativeClickUrl":"\u003cstring\u003e","imageUrl":"\u003cstring\u003e","name":"\u003cstring\u003e","description":"\u003cstring\u003e","price":"\u003cdouble\u003e","retailprice":"\u003cdouble\u003e","googleCategory":"\u003cstring\u003e"},{"productExternalId":"\u003cstring\u003e","clickUrl":"\u003cstring\u003e","alternativeClickUrl":"\u003cstring\u003e","imageUrl":"\u003cstring\u003e","name":"\u003cstring\u003e","description":"\u003cstring\u003e","price":"\u003cdouble\u003e","retailprice":"\u003cdouble\u003e","googleCategory":"\u003cstring\u003e"}],"extraInfos":["\u003cinteger\u003e","\u003cinteger\u003e"]}