matomo-org / matomo

Empowering People Ethically with the leading open source alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. Liberating Web Analytics. Star us on Github? +1. And we love Pull Requests!
https://matomo.org/
GNU General Public License v3.0
19.8k stars 2.64k forks source link

Separate Provider & Organization in Visitors Log #6615

Open floyd0987 opened 9 years ago

floyd0987 commented 9 years ago

I installed Maxmind GeoIp database in order to retrieve the Organization details. However, the organization doesn't have its own field and simply replaces the provider. How can I keep the two informations separate?

Otherwise, is it possible to hide the provider and only show the organization when available? screen shot 2014-11-03 at 20 13 10

mattab commented 9 years ago

Thanks for the suggestion! Currently when the GeoIP ORG database is used by Piwik (see doc) then Piwik will overwrite the provider and set the Organisation detail instead. What you request is that we should store both Provider and Organisation details. It makes sense I think!

floyd0987 commented 9 years ago

Do you know when this feature will be added to Piwik by any chance?

floyd0987 commented 9 years ago

Hi. Where exactly is the overwriting taking place? In which file? It would be enough to hide the provider and only show the organization

Tragen commented 9 years ago

I suggest to keep both information as both are important.

Neitak commented 9 years ago

This feature is still very important for me. Has anybody managed to split these informations ? I need to get the organization alone in the xml report.

Neitak commented 9 years ago

@floyd0987 Have you managed to hide the provider and only show the org ? What was your solution ?

hpvd commented 8 years ago

just a new example, that there are sometimes intersting different values which should both be stored and visible (at least at hover) 2016-02-11_16h53_12

hpvd commented 8 years ago

the logical follow up and usage of this is "make provider(IPS) and organisation separately available in segment editor" https://github.com/piwik/piwik/issues/9759

hpvd commented 8 years ago

another usage is in "Show provider(IPS) & organisation from geo-ip separately in visits/location report." #9760

mattab commented 8 years ago

After this issue is closed, we expect to have two separate reports:

(suggested in #9760)

Danw33 commented 8 years ago

Looking forward to this, along with #4487 (GeoIP2) - Piwik will have a much better GeoIP offering then. :+1:

Tragen commented 7 years ago

Any news on this improvement? This is the only feature we need to get rid of an expensive competitor. Can we donate money for fixing this "bug" faster?

mattab commented 7 years ago

Can we donate money for fixing this "bug" faster?

Yes definitely, this would help! please contact us here: https://piwik.org/development/

sgreiner commented 4 years ago

Hey guys, we would also need the fields seperated and a report by ISP and Org would be awesome. We use Matomo 3.13.5.

Our current workaround is to change the matomo code to use a different Seperator than the built in "-" so we can filter them out better with the segment editor We use "~~" to seperate provider and organisation.

May I know what the plan is regarding this feature, will it ever come? As the issue is open for six years now 🙈

tsteur commented 4 years ago

@sgreiner don't know how familiar you are with Twig/PHP. It seems the information is printed in https://github.com/matomo-org/plugin-Provider/blob/4.x-dev/templates/_visitorDetails.twig

And provider and organisation seem to be separated by -. The problem is though that an org or a provider might have this space dash space also in the provider or organisation name making this change overall a bit more complicated unfortunately.