interlock-network / bouncer

Discord bot to scan & neutralize malicious links
GNU General Public License v3.0
5 stars 0 forks source link

Measure DAU across all installs #63

Closed DecentralizedDan closed 2 years ago

DecentralizedDan commented 2 years ago

One of our KPIs is daily average users.

justerhan commented 2 years ago

I think a better way to track DAU's for bouncer is ping backs on an analytical framework like segment or GA, with a GID built into bouncer either through a timer or on usage of certain functions if timer isn't possible. If client side integration is too difficult, we can fall back to server side API stats/tracking by making sure API calls are install specific (again via a GID)