Your software
My Mautic version is: 3.1.2
My PHP version is: 7.3.17-1
My Database type and version is: newest
Your problem
My problem is:
Hello,
is it normal that Mautic adds such user IDs in non-sequential order (1, 2, 3,…), but has jumps in between like here: 39, 87, 113, 114, 115
I did not delete any user. Those are the user ID Mautic has automatically given. The users were created via Wordpress Plugin WP Fusion.
joeyk
November 13, 2020, 4:51am
2
Hi! Did you install tracking on your website?
Mautic also tracks your visitors and creates contacts from this visitors.
Click on the little person icon on the right upper corner on the contacts page. Any anonym contacts visible?
Thx Joey
Hi, thank you. That is the reason. Anonymous visitors are added as contact.
How can I disable the tracking of visitors? I don’t need that.
joeyk
November 13, 2020, 10:51am
4
You will be missing out
You can go to Settings - Config - Tracking and turn everything off.
In the Tracking settings was already everything turned off. Not sure why anonymous visitors are still tracked.
I clicked now on an IP to see the details.
The anonymous users are not coming from my website, but somewhere from Mautic. Why is Mautic adding anonymous users to my contacts?
Hi, it looks like this is a bug in Mautic:
Your software
Mautic version v2.15.2
PHP version 7.1.30
Browser Chrome
Your problem
My problem is:
Hundreds of Ghost contact IDs are being generated nearly every day in my Mautic installation due to an unknown reason, even though in the contact list there’s only 84 registered contacts.
[image]
The “ghost IDs” are just that, no new contact is actually created every time this happens.
I originally thought it had something to do with a bad cron job but as you can see in the image…
mautic:4.x
← kuzmany:disable-tracking-404
opened 08:58PM - 17 Jun 19 UTC
**Please be sure you are submitting this against the _staging_ branch.**
[//]… : # ( Please answer the following questions: )
| Q | A
| --- | ---
| Bug fix? |
| New feature? |
| Automated tests included? |
| Related user documentation PR URL |
| Related developer documentation PR URL |
| Issues addressed (#s or URLs) | fixes https://github.com/mautic/mautic/issues/7565
| BC breaks? |
| Deprecations? |
[//]: # ( Note that all new features should have a related user and/or developer documentation PR in their respective repositories. )
[//]: # ( Required: )
#### Description:
Based on discussion https://github.com/mautic/mautic/issues/7565 and comment https://github.com/mautic/mautic/issues/7565#issuecomment-497675707
we've added option Do Not Track 404 error page tracking for anonymous visitors. This causes a lot of anonymous contacts from bots. New option added to Configuration > Tracking Settings tab.
UNIT test included in this PR
[//]: # ( As applicable: )
#### Steps to reproduce the bug:
1. Try in incognito not existed url: https://yourmautic.com/whatever
2. Go to Mautic > Contacts and switch to anonymous list view
3. See new contact was create with https://yourmautic.com/whatever page hit
#### Steps to test this PR:
1. Load up [this PR](https://mautibox.com)
2. Repeat all steps but disable in Configuration > Tracking Settings tab > Do Not Track 404 error page
3. See If 404 not found page wasn't tracked
4. Create identified contact (via form, via tracking code)
5. Go to 404 not found page and see If page was tracked
![image](https://user-images.githubusercontent.com/462477/132746748-04d4edae-1be9-40c9-b3b4-aded0d0ee023.png)
<a href="https://gitpod.io/#https://github.com/mautic/mautic/pull/7614"><img src="https://gitpod.io/button/open-in-gitpod.svg"/></a>
Will this be solved in the new version 3.2?
Is there no way currently to completely disable that anonymous users are added? (And also wrongly added by bots/Mautic itself)