-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Click and Conversion Analytics #1045
Comments
Hey @oliviertassinari, Search Insights are not supported by DocSearch yet. We are planning to support Autocomplete plugins before the v3 stable release, which would make this possible out of the box! In the meantime, you might find useful informations on the analytics we provide on the dashboard? |
@shortcuts Is this now possible in v3? There doesn't appear to be a way to pass the insights plugin (created with |
Hi @shortcuts is there an estimate for support autocomplete plugins in p.s. I liked how convenient and flexible Algolia has been but it's been a big pain point (soon to be a deal breaker) that I can't manage to get click and conversion analytics. |
@shortcuts We're very interested in using click analytics with DocSearch as well. We need to be able to track the "No Clicks" rate in particular as we work on improving result quality. Is it correct that this is still unsupported? I tried setting it up like this but am not seeing anything coming in on the Algolia side. Seems like #1688 is a similar question, but for Docusaurus. Thank you! |
I guess the reason is that it requires additional computations, but DocSearch is free, so it's not profitable. |
(Hey there, sorry for the huge delay, provided more context here #1734) |
For anyone who wants to do a custom DocSearch implementation or contribute to the project by adding the expose Autocomplete's |
Hey @shortcuts, I don't follow here your instruction on exposing the plugins API and forward the implementation and so on here 🤔 Can you provide the code for this? I suppose when you mean the root of the DocSearch, it is by swizzling |
I see that the latest version of autocomplete-core (1.9.2) now has insight included by default: https://github.com/algolia/autocomplete/blob/next/packages/autocomplete-core/src/createAutocomplete.ts#LL72C24-L72C24 Could we update to 1.9.2 and enable |
The example in the docs simply passes |
@jfitzgerald yes, sorry about that will fix it! Good catch 😄 |
Solved in #1904 |
Describe the problem
Our team is diving into how we can improve the Algolia search results. Having the access to the clicks and how they change in an A/B test could guide us.
Describe the solution
We could implement https://www.algolia.com/doc/guides/getting-analytics/search-analytics/advanced-analytics/.
The text was updated successfully, but these errors were encountered: