Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Method description

Returns the top product attributes and the top specific products for a specific query. Both the attributes and specific products weights are calculated based on user clicks, add-to-carts and purchases and the values are normalized using a linear function.

With segmentation can sent segmentation can send a user attributes list ("key":"value", ...) and number of tries in the request and the API try to return a segment data using this user attributes. If not have results for this user attributes in this number of tries it return the basic query context.

...

No Format
/v2/querycontext/all//ebdemo?query=dress&lang=en&attributes.rows=3&products.rows=2&userAttributes=gender:male,size:M&maxTries=3

...

Parameter nameRequiredDescriptionDefault
query

(tick)

Search term that user did-
lang(tick)Language of the query-
attributes.rows (error) Number of values of each field1
products.rows (error) Number of products to return5
userAttributes (error) User attributes to get segmentation data-
maxTries(error) Max tries to do segmentation intents3

...