Skip to content

Configuration

Ariel is looking for work! edited this page Aug 8, 2023 · 3 revisions

DaisyUI Theme

To make Ahoy Captain as easy to drop into any Rails 6+ app as possible, we have decided to pull tailwind and daisyUI using a CDN. This means that your dashboard will look great, regardless of whether you use importmaps, webpacker, esbuild, or something else.

You can further customize the dashboard's theme by setting the config.theme option to any of the different themes that daisyUI defines.

Widgets

Since some widgets are more expensive than others, you can disable them in the config file.

The widgets that are currently supported by the dashboard are:

  • sources
  • campaigns.utm_medium
  • campaigns.utm_source
  • campaigns.utm_term
  • campaigns.utm_content
  • campaigns.utm_campaign
  • top_pages
  • entry_pages
  • landing_pages
  • locations.countries
  • locations.regions
  • locations.cities
  • devices.browsers
  • devices.operating_systems
  • devices.device_types

Event tracking

Models

Time periods

Clone this wiki locally