As per Slack Discussion Thread,
Thanks, @mvshmakov for the deep dive:
Plausible identifies sources in 2 ways:
- HTTP Referrer header.
- UTM tags.
dvc.org has nofollow noopener noreferrer on all links and does not use manual UTM tags on any of them (proof attached). So, Plausible, in the case of dvc.org/docs/studio -> studio.iterative.ai/* requests, does not have a way to infer the source, so tags the request with “other”.
Screenshot

We cannot do anything with it on the Studio side because of the browser privacy features and the way Plausible works. Suggested solutions:
- Allow referrer header in the links on dvc.org (and on all the rest of our websites that we want to track Studio links). I’m in favor of this option.
- Manually UTM-tag all links that direct users to the Studio.
As per Slack Discussion Thread,
Thanks, @mvshmakov for the deep dive:
Screenshot