Replies: 4 comments 13 replies
-
the report can't find the website that transfer to the team that's a bug? @mikecao |
Beta Was this translation helpful? Give feedback.
-
Doesn't the individual visit tracking break the visitors privacy? How can you do that without cookies? |
Beta Was this translation helpful? Give feedback.
-
i'm getting also sorts of errors since updating. this, on the /dashbaord page: which i can get past by clicking OK, refreshing the page, and removing '/dashboard' manaully from the URL. the /settings/websites page looks like this: self-hosted docker Umami on subdomain hosted on synology NAS. |
Beta Was this translation helpful? Give feedback.
-
Features
Hey everyone, this is a big release with a lot of great new features!
Visit metrics
Umami now tracks individual visit metrics. A visit is when a visitor returns to your website multiple times. With this new data,
bounce rate
andaverage visit time
are now much more accurate. In the future, we will use this data to introduce user journey analytics and much more.Partial matching
Umami can now do partial matching for metrics instead of exact match. This is especially useful when you want to aggregate stats for a set of pages, for example
/blog
or/docs
. We've added the functionality to the filtering feature on the website overview page.As well as the Insights report.
UTM report
We are introducing a new report, the UTM report. This report breaks down all your UTM parameters by source, medium, campaign, term and content, making it easy to track the performance of your marketing campaigns.
Funnel report enhancements
We've updated the styling of the Funnel report to make the metrics easier to read.
You can now add events to your funnels in addition to URLs. Being able to mix URLs and events, you can get a better picture of your conversion rates.
The Funnel report can also now accept wildcard URL entries. Simply add
*
to the URL, like/docs*
.Referrer icons
Referrer metrics now show icons for the referring domain.
Exclude search parameters
You can now configure the tracker to not record query parameters. Just add
data-exclude-search=true
to your tracker tag.Private mode
We add a new environment variable called
PRIVATE_MODE
which will disable all external network requests for those who are extra privacy conscious. However, this means that website favicons will no longer show because that makes a request to duckduckgo.com. Requests for fonts and images used by the app will still work because they are hosted locally.Fixes
Updates
5.11.0
14.1.4
A huge thanks to all the contributors on this release! @fabian-hiller @mobeicanyue @reithose @kiprasmel
This discussion was created from the release v2.11.0.
Beta Was this translation helpful? Give feedback.
All reactions