@PatrickVdC wrote:
Our company’s intranet hosts content for multiple orgs (not surprisingly), and we have implemented Piwik to track web page usage only in our org:
https://mydomain.com/site/myorg
.To prevent other orgs (e.g.,
https://mydomain.com/site/otherorg
) to be tracked in our instance, I setup the website as follows:
- URLs field:
https://mydomain.com/site/myorg
- Checked the “Only track visits and actions when the URL starts with one of the above URLs.” checkbox
The result is that pages outside of
https://mydomain.com/site/myorg
are not tracked, which is good.However, I was expecting links to pages somewhere else in our intranet to be tracked as Outlinks. E.g., if I link to
https://mydomain.com/site/otherorg/suborg/somepage.html
from my pagehttps://mydomain.com/site/myorg/suborg/mypage.html
, I was expecting clicks on thesomepage.html
link to be registered as an Outlink, as that page does not “belong” to my domain. That does not seem to be the case. Links to other sites, e.g.,https://otherdomain.com
, are being tracked as outlinks.Now, the definition of Outlink is as follows: “An outlink is a link that leads the visitor away from your website (to another domain)” I’m starting to think that “domain” in this instance is
mydomain.com
, and that the “Only track visists […]” setting is not taken into account to decide whether a link is an Outlink or not.So, my questions:
- are clicks to the
mydomain.com/site/otherorg
pages supposed to be tracked as Outlinks?- if so, what am I doing wrong?
- if not, help me understand why not
- can I somehow get clicks to
mydomain.com/site/otherorg
pages tracked as outlinks?Thanks!
P.
Posts: 1
Participants: 1