utm_* tags not showing up in UI #651
-
|
I am trying to track some campaigns to a small site and am running plausible in K8s. Everything seems to be working great but when I click on links with tags setup like this, /demo?utm_source=newsletter&utm_medium=email&utm_campaign=test the data does not always show up in the Plausible UI sources area. After hitting a URL with those params the page views will correctly go up, but not the source's data. To check I looked at the Clickhouse DB all the data appears to be in the events table correctly for each pageview. This is a key part of moving over to plausible long term and I am curious if anyone else has seen this. EditAfter looking some more it seems like the stats come from the sessions table, and that does not appear to be updating if I update the query params. Is this intended to not change for a given session? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
The referral sources are counted only when they start a new session on your site. See https://plausible.io/docs/top-referrers |
Beta Was this translation helpful? Give feedback.
The referral sources are counted only when they start a new session on your site. See https://plausible.io/docs/top-referrers