Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/configuration/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@
* **List of IPs not to track Contacts with** - To turn off tracking for particular IP addresses, enter the addresses, one per line. Mautic doesn't recommend adding your office IP address. If you list your internal IP address, Mautic won't track clicks, page hits, etc., from that IP, **including when you are testing** which can cause difficulties.

* **List of known Bots** - Mautic has the feature to identify and turn-off tracking for several known bots. To track activity from those bots, remove them from this list. To turn off tracking for other bots, add them here - one per line.

.. note::
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR #15870 integrates the Matomo DeviceDetectorFactory into BotRatioHelper.php, adding isBotByMatomoDetector() method that automatically identifies known bots like Googlebot, Bingbot, AhrefsBot, Facebookbot, Twitterbot, and LinkedInBot before falling back to the user-configurable blocklist.

Source: mautic/mautic#15870


In addition to this configurable list, Mautic automatically detects common bots using the Matomo device-detector library. This includes well-known bots like Googlebot, Bingbot, and social media crawlers, which improves the accuracy of your Email open and page visit statistics without any additional setup.

Check warning on line 93 in docs/configuration/settings.rst

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Mautic.FeatureList] Is this referring to a Mautic feature? If so, use 'Landing Page' instead of 'page'. Raw Output: {"message": "[Mautic.FeatureList] Is this referring to a Mautic feature? If so, use 'Landing Page' instead of 'page'.", "location": {"path": "docs/configuration/settings.rst", "range": {"start": {"line": 93, "column": 261}}}, "severity": "INFO"}

Check failure on line 93 in docs/configuration/settings.rst

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'Googlebot'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'Googlebot'?", "location": {"path": "docs/configuration/settings.rst", "range": {"start": {"line": 93, "column": 163}}}, "severity": "ERROR"}

Check failure on line 93 in docs/configuration/settings.rst

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'Matomo'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'Matomo'?", "location": {"path": "docs/configuration/settings.rst", "range": {"start": {"line": 93, "column": 96}}}, "severity": "ERROR"}

* **URL Shortener** - If you use a URL shortening service like bit.ly for links in SMS messages, enter your access token here.

Expand Down
Loading