Same relative URL with multiple subdomains are mixed

Hello,

First of all, thanks for this wonderfull tool !

I have a website with a wildcard subdomain, and the page view count don’t dissociate the subdomains.
The url of the page points arbitrarily to one of the subdomains.

Is it possible to dissociate the subdomain’s page ?

Hi @CesarV
I think you can change the page URL while tracking.
For example you tell Matomo the page is mywebsite.com/mysubodmain/cyclorama instead of mysubodmain.mywebsite.com/cyclorama thanks to setCustomUrl( string ) method:
https://developer.matomo.org/api-reference/tracking-javascript#configuration-of-the-tracker-object
If needed, there is the same kind of feature within MTM…
Another way could be to provide an action dimension containing the domain. Then you can have a vision to viewed pages per domain:

Example considering the Page type is the domain:


From: