Your software
My Mautic version is:v3.0.1
My PHP version is: 7.2.32
Your problem
My problem is:unusual ipv6 entries.
Hello, I know this is not unique to Mautic but since these IPv6 addresses are showing up in the reports, I thought someone may shine some light on it for me.
I see many ipv6 entries like: 2a03:2880:ff:13::face:b00c
and I know that they are originating from Facebook. Almost all are from Ireland whilst I am in the U.S.
What I’m trying to ascertain is are they from connections from Facebook’s internal network for general scraping of my websites, or are they from users somehow using Facebook to access my sites?
However, the Facebook bot should not be tracked as a visitor by Mautic if “facebookexternalhit” is present in the “List of Bots to not track with (one per line)”, in the Mautic configuration panel.
“facebookexternalhit” is not an IP address, it’s a part of the user-agent string that the Facebook robot will use to identify itself when visiting your site. See https://en.wikipedia.org/wiki/User_agent
That’s why there is a parameter called List of Bots to not track in the Mautic configuration panel. This parameter lists the user-agent strings that shall not be tracked as anonymous contacts, because they’re used by robots. “facebookexternalhit” should be in the List of Bots to not track.
Ah, yes. I see now. I checked the list of bots to not track and “facebookexternalhit” was already there. So I guess the question is when I create a report (which is where I’m seeing these entries) and the data to include in the report includes IP address and IP address shows “2a03:2880:10ff:7::face:b00c”, that seems to negate the entry in the “list of bots to not track”.
Unless the reporting feature ignores the “list of bots to not track”, but if that’s the case, then where exactly or in what capacity are these “list of bots to not track” not tracked, if not in reports?