active_analytics icon indicating copy to clipboard operation
active_analytics copied to clipboard

First-party, privacy-focused traffic analytics for Ruby on Rails applications.

Results 5 active_analytics issues
Sort by recently updated
recently updated
newest added

utm parameters are marketing parameters. Once in the analytics dashboard, you may start to see which ads campaigns worked well, and which did not. As far as I can see,...

enhancement

After basic install, and once added the : ```ruby # config/routes.rb authenticate :user, -> (u) { u.admin? } do # Supposing there is a User#admin? method mount ActiveAnalytics::Engine, at: "analytics"...

I really like what you all are building here. It looks like a great gem! Unfortunately, when attempting to install the engine using the `rails active_analytics:install:migrations` command, I am presented...

One metric I'd like to track is the user agent accessing the application, so I can divide my users into cohorts per device (desktop vs mobile). Is there any way...

This is a first example on how working with one large table could look like when tracking user agents. Notable things from the top of my head: * I somewhat...