Best pattern for providing analytics to customers / end-users? #3548
Replies: 1 comment 1 reply
-
Hi @aubreythreadgill! The proposed solution is all correct. Some of our biggest subscribers are using Plausible for exactly this use case. If you used the same shared link for the embed there should be no differences in stats as it's the same shared link. The slight difference you're seeing is probably because our dashboard is real time so every time you load the dashboard the stats will change if you've had some activity on the site between the reloads. If you need more than 50 sites, we can accommodate that with a custom plan. Best place for these types of questions or for any other help is our customer support. See https://plausible.io/contact Thanks! |
Beta Was this translation helpful? Give feedback.
-
I'm using Plausible to provide the end-users of my web app [https://tapistr.ee] with their own analytics. I would greatly appreciate hearing from anyone who has used Plausible for this use case.
Desired Outcome
Using X/Twitter as an example, we want to give users Alice (x.com/Alice) and Bob (x.com/Bob) each their own analytics pages, and we don't want them to be able to see one another's analytics.
Proposed Solution
<Helmet> <script defer data-domain={
tapistr.ee/${username}} src="https://plausible.io/js/script.outbound-links.exclusions.js" data-exclude="/i/analytics"></script></Helmet>
to the profile page.x.com/Alice
andx.com/Bob
.Potential Issues
/Alice
on my dashboard and/Alice
on her dashboard. Don't have a theory on why this is the case.Thanks in advance for any suggestions and pointing out any flaws in my thinking!
Beta Was this translation helpful? Give feedback.
All reactions