has anyone built their own analytics implementatio...
# community-help
a
has anyone built their own analytics implementation? i’m curious how i can send search events to firebase or a rails backend documentation isn’t particularly clear on typesense or algolia in this regards mainly want to track number of searches, commonly searched words
j
I'd recommend collecting the data from the frontend and sending it to an another platform like Google Analytics, via their JS APIs
Building your own analytics backend could be a non-trivial amount of effort especially as it reaches scale
m
We've implemented these exactly as Jason. We use the search event from Google Analytics.