You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `listingType` parameter can be any string the client chooses (currently has no effect, but helps us and the client to see what kind of listing page the user viewed). We recommend setting this to "category" for example for category pages or "search" for a search results page.
296
+
The `listingAttributes` parameter should be an object that consists of 2 fields:
297
+
* "type" which should be an attribute that exists in the Ometria database. For example "shoe-colour".
298
+
* "id" which should be an attribute their_id that exists in the Ometria database. For example "red".
299
+
300
+
Both "id" and "type" are needed to correctly specify attributes.
0 commit comments