Hi there, I am wondering if there is somewhere I can get the number of times an item has been “displayed” within a search?
I would like to start allowing users to pay to “promote” a listing (listings being indexed here at Algolia). The user would pay $X for # of guaranteed displays of their product (in a relevant search) at the top of a search.
With this in mind, is there a way I can count the number of times an item was searched (and found) via Algolia? Or is this something I would need to take care of in the backend of my DB? I’m using Firestore and the write operation to the DB (which would trigger Algolia index to update as well) would start costing more than the worth, I believe.
Any thoughts?