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

GeoIP: Add support for Domain Name Databases #17584

Open
mddvul22 opened this issue May 18, 2021 · 2 comments
Open

GeoIP: Add support for Domain Name Databases #17584

mddvul22 opened this issue May 18, 2021 · 2 comments
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.

Comments

@mddvul22
Copy link

We have purchased the Maxmind Domain Name database for use in our Matomo reports. Specifically, we want to be able to see the domain name tied to an IP address, in addition to the provider, which is not always the same. However, when I try to provide the download url for this database, Matomo downloads it, but then gives me a red box:

image

It appears that Matomo can't use this database to show domain names of visitors. Is that correct?

Expected Behavior

I would expect that I could import this database and that my visitor reports would be able to show the domain name tied to each IP address.

Current Behavior

Right now, I can't get the database imported. If there is some other method to provide this info, within Matomo, I'd love to know how to do that. We are showing the Provider in the visitor details, but that is not always the same as the equivalent domain name tied to the IP address.

Context

Our company would like to be able to know the domain name associated with each visitor.

Your Environment

  • Matomo Version: 4.3.0
  • PHP Version: 7.2.24
  • Server Operating System: Centos 8 Linux
@mddvul22 mddvul22 added the Potential Bug Something that might be a bug, but needs validation and confirmation it can be reproduced. label May 18, 2021
@sgiehl
Copy link
Member

sgiehl commented May 19, 2021

@mddvul22 Thanks for creating the issue. Matomo currently doesn't support the use of domain name databases and won't show the information even when it would be available in the geoip database.
Matomo is only able to handle location databases (like city, country, ...), provider / organisation databases (like isp, asn, ...) or combined databases (like enterprise).
Guess this would need to be handled as separate database type, as one might want location, provider and domain name information.

@sgiehl sgiehl added Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. and removed Potential Bug Something that might be a bug, but needs validation and confirmation it can be reproduced. labels May 19, 2021
@sgiehl sgiehl changed the title Error when Importing Maxmind Domain Name Database GeoIP: Add support for Domain Name Databases May 19, 2021
@mddvul22
Copy link
Author

Thank you for the reply/update/info.

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

3 participants