TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: An easy way to provide analytics to customers?

1 pointsby funfunfunctionabout 4 years ago
I&#x27;m working on a real estate application where users can create property listings and other users can view&#x2F;interact with these listings. I&#x27;d like to provide some basic interaction metrics to the first group of users like page views, time spent on page, unique page views, etc as well as some custom interaction events like &quot;user clicked a button&quot; or &quot;user viewed X document&quot;. I know Google Analytics provides their &quot;Analytics APIs for ISVs&quot;[1] toolkit but it doesn&#x27;t seem to fit the use case quite right and I really don&#x27;t like the idea of Google controlling all this data and making me ask politely for access.<p>Does the HN community have any recommendations on how to handle this? Providing users with this kind of information seems like a fairly common feature. Is everyone writing bespoke analytics toolsets for their applications or offloading the task to Google? Are their OS alternatives that I&#x27;m not finding?<p>Any advice is much appreciated, thanks in advance!<p>[1] https:&#x2F;&#x2F;developers.google.com&#x2F;analytics&#x2F;devguides&#x2F;integrate&#x2F;isv

2 comments

XCSmeabout 4 years ago
I am working on <a href="https:&#x2F;&#x2F;www.usertrack.net" rel="nofollow">https:&#x2F;&#x2F;www.usertrack.net</a>, but tracking currently only works per domain, I assume your user listings are at a specific path? You can contact me via the contact form on the site to discuss integration options or how to separate the stats per user instead of per domain.
TechBro8615about 4 years ago
Use an open source analytics solution like Matomo (fka Piwik) and make some custom views of the their MySQL (technically MariaDB) database that returns data for the specific customer.
评论 #26906874 未加载