Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate Provider & Organization in Visitors Log #6615

Open
floyd0987 opened this issue Nov 7, 2014 · 15 comments
Open

Separate Provider & Organization in Visitors Log #6615

floyd0987 opened this issue Nov 7, 2014 · 15 comments
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.

Comments

@floyd0987
Copy link

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 mattab added the Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. label Nov 10, 2014
@mattab mattab added this to the Mid term milestone Nov 10, 2014
@mattab
Copy link
Member

mattab commented Nov 10, 2014

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
Copy link
Author

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

@floyd0987
Copy link
Author

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
Copy link

Tragen commented Jun 20, 2015

I suggest to keep both information as both are important.

@Neitak
Copy link

Neitak commented Aug 7, 2015

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
Copy link

Neitak commented Aug 11, 2015

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

@hpvd
Copy link

hpvd commented Feb 11, 2016

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
Copy link

hpvd commented Feb 11, 2016

the logical follow up and usage of this is "make provider(IPS) and organisation separately available in segment editor" #9759

@hpvd
Copy link

hpvd commented Feb 11, 2016

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

@mattab mattab modified the milestones: 3.0.0, Long term Mar 30, 2016
@mattab
Copy link
Member

mattab commented Mar 31, 2016

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

  • one report for Providers,
  • one report for Organisations

(suggested in #9760)

@Danw33
Copy link

Danw33 commented Jul 1, 2016

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

@Tragen
Copy link

Tragen commented Mar 5, 2017

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
Copy link
Member

mattab commented Mar 22, 2017

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

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

@sgreiner
Copy link
Contributor

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
Copy link
Member

tsteur commented May 28, 2020

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

8 participants