bitcoinsearch / chat-btc

A conversational AI based on technical bitcoin sources
https://chat.bitcoinsearch.xyz/
MIT License
14 stars 13 forks source link

Improving Umami Analytics for Better Insight on Author Engagement #74

Closed kouloumos closed 2 months ago

kouloumos commented 2 months ago

We're currently leveraging umami as a privacy-friendly analytics tool to gather insights for chat-btc. However, due to the site's structure, where changes are made via URL parameters on a single root page, the depth of insights we can gather is limited. Specifically, we're missing out on valuable data regarding how users interact with different authors on the site. For instance, author selection is a significant interaction that's currently invisible to our analytics because it's appended as a parameter in the URL (e.g., /?author=holocat), which umami cannot track.

To address this and enhance our understanding of user engagement with authors, I propose two potential solutions:

Both solutions aim to provide us with more detailed analytics without being invasive or compromising user privacy. This enhancement will allow us to better understand user preferences and interactions with authors, ultimately helping us improve the experience.

Extheoisah commented 2 months ago

Update on this issue @Emmanuel-Develops discovered we're tracking some user queries as shown here https://visits.bitcoindevs.xyz/share/O3RcrKXLglJyaXX8/chat-btc?view=query So one can see the metrics such as authors, questions as well as frequency of queries.

Feel free to close this issue if this suffices.