mirror of
https://github.com/plausible/analytics.git
synced 2024-11-27 09:16:25 +03:00
8d9667a949
* Show utm_medium, utm_source, and utm_campaign in sources modal * Allow filtering by UTM tags * Integrate filters with URL bar * Add CHANGELOG entry * Refresh modal when filter changes * Remove Direct / None from campaign results * Add UTM tabs to top sources report * Add pagination * Remove dropdown from top sources popup * Fix bug in clickhouse_ecto * Remove referrers_for_goal * Make sure UTM tags work OK with goals * Make source tab selection sticky * Consistent styling for devices and source tabs * Add noref in realtime to utm tabs * Fix tests
422 B
422 B
Changelog
All notable changes to this project will be documented in this file.
[1.0.0] - Unreleased
Added
- Collect and present link tags (
utm_medium
,utm_source
,utm_campaign
) in the dashboard
Changed
- Replace configuration parameters
CLICKHOUSE_DATABASE_{HOST,NAME,USER,PASSWORD}
with a singleCLICKHOUSE_DATABASE_URL
plausible/analytics#317