algolia / search-insights.js

Library for reporting click, conversion and view metrics using the Algolia Insights API
MIT License
53 stars 18 forks source link

Events Not Being Registered to Services #561

Closed alikonainofficial closed 2 weeks ago

alikonainofficial commented 3 weeks ago

I'm using search-insights to send events related to users and I want to integrate Algolia's Personalization feature to our application. I have sent several events and all of them are showing up in Analytics tab with success response.

But only 1 event is showing up in Personalization and Index section. I am not sure why the other events are not showing up. I am using the same object structure for all of them.

Screenshot 2024-10-10 at 8 35 46 PM Screenshot 2024-10-10 at 8 32 14 PM Screenshot 2024-10-10 at 8 31 54 PM

If this isn't the correct place to ask about this, it would be really helpful if someone could guide me on where to look. I've already extensively gone through API docs, tutorials on academy and all support FAQs.

UPDATE

The events started getting registered after 3-4 days.